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

[Shared] Config and genesis handling refactoring idea #235

Merged
merged 107 commits into from
Oct 13, 2022

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    9358e73 View commit details
    Browse the repository at this point in the history
  2. style(Client): consistency

    deblasis committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    b05c71c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0163d71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5283cd5 View commit details
    Browse the repository at this point in the history
  5. fix(Config): Base init

    deblasis committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    2aa7c29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0afedf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e0bade View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5505933 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfc88c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39f4a9d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1160ab9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9283f64 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8bfaafe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    37f12f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. style(Client): cleanup

    deblasis committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    2fec88b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25979e3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into issue/config_genesi…

    …s_refactoring1
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    deblasis committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e289d3a View commit details
    Browse the repository at this point in the history
  4. chore(go.mod): tidy

    deblasis committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ba15b7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c5b943 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49980dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69af7f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56be675 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    d071c13 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    cb863cf View commit details
    Browse the repository at this point in the history
  2. Update shared/modules/runtime_module.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    eb25f35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3ac3cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66b4806 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'issue/config_genesis_refactoring1' of github.com:deblas…

    …is/pocket into issue/config_genesis_refactoring1
    deblasis committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    d4c1a18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8318c20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d663287 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e5602b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb873b6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d26fd3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd78b2e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c6c95dd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c020f2e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    f5ea7e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c60206f View commit details
    Browse the repository at this point in the history
  3. Update consensus/module.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b86c4bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f93930 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    382eacf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45a5491 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    843f5f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fa9eb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b244e17 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    1924e0e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into issue/config_genesi…

    …s_refactoring1
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    deblasis committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    1611486 View commit details
    Browse the repository at this point in the history
  3. fix(Shared): bugfixes

    deblasis committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    281bb4d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/main' into issue/config_genesi…

    …s_refactoring1
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    deblasis committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bd6ee3a View commit details
    Browse the repository at this point in the history
  5. fix(Consensus): merge fix

    deblasis committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7f6d428 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0a7c7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2837b5a View commit details
    Browse the repository at this point in the history
  8. style(Runtime): cleanup

    deblasis committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    3af1aa9 View commit details
    Browse the repository at this point in the history
  9. style(Runtime): import alias

    deblasis committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a8530d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a686db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fbe4a7f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d532c30 View commit details
    Browse the repository at this point in the history
  13. style(Runtime): import names

    deblasis committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    deaf36d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    2a2aaa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    704ff71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8601df9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72f6c90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dee736c View commit details
    Browse the repository at this point in the history
  6. docs(Runtime): missing items

    deblasis committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    fa07890 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    1bfa974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb392de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04500a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fac63e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Merge remote-tracking branch 'upstream/main' into issue/config_genesi…

    …s_refactoring1
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    deblasis committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    4955d08 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into issue/config_genesi…

    …s_refactoring1
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    deblasis committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    eaf5fd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    902c524 View commit details
    Browse the repository at this point in the history
  4. Update app/client/main.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    9985381 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfea53d View commit details
    Browse the repository at this point in the history
  6. Update consensus/consensus_tests/utils_test.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d14aedb View commit details
    Browse the repository at this point in the history
  7. Merge branch 'issue/config_genesis_refactoring1' of github.com:deblas…

    …is/pocket into issue/config_genesis_refactoring1
    deblasis committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b460e5d View commit details
    Browse the repository at this point in the history
  8. Update consensus/consensus_tests/utils_test.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    59df167 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    50090d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe3a4c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eff5c0c View commit details
    Browse the repository at this point in the history
  12. Update shared/test_artifacts/generator.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    8182b82 View commit details
    Browse the repository at this point in the history
  13. Update utility/test/module_test.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ae97b03 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'issue/config_genesis_refactoring1' of github.com:deblas…

    …is/pocket into issue/config_genesis_refactoring1
    deblasis committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    225fa53 View commit details
    Browse the repository at this point in the history
  15. Update consensus/module.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    6f25100 View commit details
    Browse the repository at this point in the history
  16. Update consensus/types/converters.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    8ea9355 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5657b41 View commit details
    Browse the repository at this point in the history
  18. Update consensus/types/converters.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0aabc23 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'issue/config_genesis_refactoring1' of github.com:deblas…

    …is/pocket into issue/config_genesis_refactoring1
    deblasis committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    cd1a34f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f7ffe6e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    25a8607 View commit details
    Browse the repository at this point in the history
  22. docs(Shared): nits

    deblasis committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    fb07ed3 View commit details
    Browse the repository at this point in the history
  23. style(Persistence): cleanup

    deblasis committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    f9f3c1c View commit details
    Browse the repository at this point in the history
  24. Update shared/modules/module.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    2c078af View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    30af85d View commit details
    Browse the repository at this point in the history
  26. Update shared/modules/module.go

    Co-authored-by: Daniel Olshansky <[email protected]>
    deblasis and Olshansk authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    05762ea View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    4d62f3f View commit details
    Browse the repository at this point in the history
  2. style(P2P): renamed p2pCfg

    deblasis committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    8061a4c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into issue/config_genesi…

    …s_refactoring1
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    deblasis committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c780a5f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Merge remote-tracking branch 'upstream/main' into issue/config_genesi…

    …s_refactoring1
    
    Signed-off-by: Alessandro De Blasis <[email protected]>
    deblasis committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    96826d0 View commit details
    Browse the repository at this point in the history
  2. fix(Tooling): reverted a line change introduced in pokt-network#282

    It was causing test failures because of inconsistent Postgresql state
    deblasis committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    85bb1cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7508fd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    516f0ea View commit details
    Browse the repository at this point in the history
  5. style(Shared): formatting

    Goland is the offender... weird format on save rules... investigate
    deblasis committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    7352d39 View commit details
    Browse the repository at this point in the history
  6. style(Consensus): cleanup

    deblasis committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    9664cba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c482af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8909bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b54619 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d38b0e1 View commit details
    Browse the repository at this point in the history