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

R4R: Replace GenTx with StdTx #2524

Merged
merged 84 commits into from
Oct 19, 2018

Commits on Oct 19, 2018

  1. Add arg to PrintUnsignedStdTx() to actually operate in offline mode

    Finalize gaiacli tx create-validator --genesis-format
    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    38d0336 View commit details
    Browse the repository at this point in the history
  2. New func processStdTxs()

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    36845cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb5e46 View commit details
    Browse the repository at this point in the history
  4. Remove gen-tx command

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    7060839 View commit details
    Browse the repository at this point in the history
  5. Update gaia to work with auth.StdTx

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    d365b11 View commit details
    Browse the repository at this point in the history
  6. Temporarily disable dead code

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    cf63a53 View commit details
    Browse the repository at this point in the history
  7. Fix build failures

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    73138e5 View commit details
    Browse the repository at this point in the history
  8. Remove dead code

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    622acc1 View commit details
    Browse the repository at this point in the history
  9. Keep on cleaning up

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    9879a17 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b76c47 View commit details
    Browse the repository at this point in the history
  11. Cleanup, exclude node from persistent peers

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    8f3fc68 View commit details
    Browse the repository at this point in the history
  12. Update test_helpers

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    bca74a2 View commit details
    Browse the repository at this point in the history
  13. Experimental branch

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    e3c2157 View commit details
    Browse the repository at this point in the history
  14. Modify gaiad init to allow auto-create of stdTx

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    90aca4d View commit details
    Browse the repository at this point in the history
  15. Fix FTBFS in democoin

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    73391ac View commit details
    Browse the repository at this point in the history
  16. Refactoring, fix test cases

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    7663114 View commit details
    Browse the repository at this point in the history
  17. Fix genesis tests

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    5f654e7 View commit details
    Browse the repository at this point in the history
  18. Remove server/testnet.go

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    7a7120b View commit details
    Browse the repository at this point in the history
  19. Don't load node_key.json, which might not be available

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    a0b936a View commit details
    Browse the repository at this point in the history
  20. Add missing trailing new space

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    d2b39fa View commit details
    Browse the repository at this point in the history
  21. WIP!

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    b5e709f View commit details
    Browse the repository at this point in the history
  22. So long GenTx

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    2b054b1 View commit details
    Browse the repository at this point in the history
  23. Get rid of FlagOWK

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    37dee50 View commit details
    Browse the repository at this point in the history
  24. Get rid of FlagClientHome

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    34b8838 View commit details
    Browse the repository at this point in the history
  25. FlagIP - ditto

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    0f3274f View commit details
    Browse the repository at this point in the history
  26. Commit just not to lose history

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    1c1a327 View commit details
    Browse the repository at this point in the history
  27. Get the txs through DeliverTx

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    8ab1f2f View commit details
    Browse the repository at this point in the history
  28. Add app.slashingKeeper.AddValidators at the end of genesis

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    4b451a1 View commit details
    Browse the repository at this point in the history
  29. On InitChain(), Signature's account number must be 0

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    52970e5 View commit details
    Browse the repository at this point in the history
  30. Add (tentative?) command to generate {node_key,priv_validator}.json f…

    …iles
    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    8a1296c View commit details
    Browse the repository at this point in the history
  31. Refactoring test_helpers

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    8afc1ae View commit details
    Browse the repository at this point in the history
  32. WIP

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f4c2b39 View commit details
    Browse the repository at this point in the history
  33. Fix creation of accounts

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    12d5f48 View commit details
    Browse the repository at this point in the history
  34. Fix coins

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    5e70c2e View commit details
    Browse the repository at this point in the history
  35. Reintroduce gaiad testnet

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    0901e03 View commit details
    Browse the repository at this point in the history
  36. prompt user for passwords

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    eca8f1c View commit details
    Browse the repository at this point in the history
  37. Fix monikers

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    bdac9ac View commit details
    Browse the repository at this point in the history
  38. Fix all lcd_tests

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    875ffef View commit details
    Browse the repository at this point in the history
  39. Switch tests output back on

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    df0e4a4 View commit details
    Browse the repository at this point in the history
  40. Remove test_utils, NewTestGaiaAppGenState is now deprecated

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    bf206f3 View commit details
    Browse the repository at this point in the history
  41. Fix all things :)

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    3e81151 View commit details
    Browse the repository at this point in the history
  42. Fix ./cmd/gaia/init tests

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    4796c99 View commit details
    Browse the repository at this point in the history
  43. Fix tests

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    984da2a View commit details
    Browse the repository at this point in the history
  44. Fix democoind

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    93913ae View commit details
    Browse the repository at this point in the history
  45. Get rid of FlagsAppGenState

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    45b6ff6 View commit details
    Browse the repository at this point in the history
  46. Fix more tests

    TODO: Find out how to get past genesis when using MockApp
    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f1e86a3 View commit details
    Browse the repository at this point in the history
  47. Fix integration tests, move DefaultKeyPass into app package

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    db9c1d7 View commit details
    Browse the repository at this point in the history
  48. Rebased on develop

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    4c5b583 View commit details
    Browse the repository at this point in the history
  49. Refresh Gopkg.*

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    e0763c4 View commit details
    Browse the repository at this point in the history
  50. Pin tendermint to 0.25.1

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    37bbf2d View commit details
    Browse the repository at this point in the history
  51. Fix {base,demo}coin tests

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f8c2e75 View commit details
    Browse the repository at this point in the history
  52. Fix lintian warnings, formatting

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    a48bc86 View commit details
    Browse the repository at this point in the history
  53. Make linter happy

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    6d19f4e View commit details
    Browse the repository at this point in the history
  54. Run make format

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    142984a View commit details
    Browse the repository at this point in the history
  55. Incorporate Jae/Chris comments

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    83f0503 View commit details
    Browse the repository at this point in the history
  56. Combine --genesis-format and --generate-only

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    67bbc1a View commit details
    Browse the repository at this point in the history
  57. Improve sign command's --offline flag documentation

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    7f2fab3 View commit details
    Browse the repository at this point in the history
  58. Rename ProcessStdTx as per Jae's comment - drop TODO comment followin…

    …g conversation with Chris
    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    e5addfd View commit details
    Browse the repository at this point in the history
  59. Remove dead code

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    05214f1 View commit details
    Browse the repository at this point in the history
  60. Code cleanup

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    88aafb3 View commit details
    Browse the repository at this point in the history
  61. Moniker must be set

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    d1773d8 View commit details
    Browse the repository at this point in the history
  62. Code cleanup

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    6c461e6 View commit details
    Browse the repository at this point in the history
  63. Improve examples flags handling

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    a6340c4 View commit details
    Browse the repository at this point in the history
  64. Make linter happy

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    b050686 View commit details
    Browse the repository at this point in the history
  65. Replace path with filepath

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    b87b6d4 View commit details
    Browse the repository at this point in the history
  66. Call app.slashingKeeper.AddValidators() even if len(txs) == 0

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    9c5d1c4 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    a33a880 View commit details
    Browse the repository at this point in the history
  68. CLI refactoring

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    1db33c3 View commit details
    Browse the repository at this point in the history
  69. Fix linter warnings, integration tests

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    ee36213 View commit details
    Browse the repository at this point in the history
  70. Update PENDING.md

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    898883f View commit details
    Browse the repository at this point in the history
  71. Run make format

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    731d49a View commit details
    Browse the repository at this point in the history
  72. Drop unnecessary workaround to make lcd_tests pass

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f2878af View commit details
    Browse the repository at this point in the history
  73. Ensure GenTxsDir is not empty

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    e28be2f View commit details
    Browse the repository at this point in the history
  74. Reintroduce gentx

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    75b13d0 View commit details
    Browse the repository at this point in the history
  75. Fix FTBFS

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    d6d4b18 View commit details
    Browse the repository at this point in the history
  76. Simple name changes, GenesisState.Txs -> .GenTxs; OWK -> OverwriteKey…

    …; OverwriteKeys -> OverwriteKey
    jaekwon authored and Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    3df8782 View commit details
    Browse the repository at this point in the history
  77. Make linter happy

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    cbe5c00 View commit details
    Browse the repository at this point in the history
  78. Update changelog

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    0641031 View commit details
    Browse the repository at this point in the history
  79. Update PENDING.md, docs

    Alessio Treglia committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    256919f View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    b2bb62e View commit details
    Browse the repository at this point in the history
  81. 'make format'

    cwgoes committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    0164024 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    7ab120f View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    7a9c9d9 View commit details
    Browse the repository at this point in the history
  84. Fix it the right way

    cwgoes committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    aed1fba View commit details
    Browse the repository at this point in the history