Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Chain Tx Export #3081

Closed
wants to merge 10 commits into from
Closed

WIP: Chain Tx Export #3081

wants to merge 10 commits into from

Conversation

alexanderbez
Copy link
Contributor

@alexanderbez alexanderbez commented Dec 11, 2018

  • Implement gaiad export-chain command that creates a JSON (can be gzipped) with an export that contains for each block: the height, the proposer, the validators and the txs.

TODO: Determine how/what we really want to do with replay/import? I think this should be just a simple Gaia app creation and replay txs.

closes: #3026


  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added entries in PENDING.md with issue #

  • rereviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link

codecov bot commented Dec 11, 2018

Codecov Report

Merging #3081 into develop will decrease coverage by 0.41%.
The diff coverage is 0%.

@@             Coverage Diff             @@
##           develop    #3081      +/-   ##
===========================================
- Coverage    52.15%   51.74%   -0.42%     
===========================================
  Files          136      137       +1     
  Lines         9619     9696      +77     
===========================================
  Hits          5017     5017              
- Misses        4265     4342      +77     
  Partials       337      337

@alexanderbez alexanderbez deleted the bez/3026-chain-export branch April 10, 2019 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Simulations tooling dev tooling within the sdk
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blockchain State to Simulation
1 participant