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

feat(gnodev): txs manipulation ability #2286

Merged
merged 40 commits into from
Jul 8, 2024

Commits on Apr 29, 2024

  1. feat: initial timemachine implem

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    538b29f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on Jun 5, 2024

  1. feat: add genesis load

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a38c4ae View commit details
    Browse the repository at this point in the history
  2. chore: lint

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    51e02dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2fc5eb View commit details
    Browse the repository at this point in the history
  4. chore: update gnodev doc

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    079f82e View commit details
    Browse the repository at this point in the history
  5. fix: add events unknown for mock emitter

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c589e5d View commit details
    Browse the repository at this point in the history
  6. fix: add node state test

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9af80cb View commit details
    Browse the repository at this point in the history
  7. fix: unknown event emitter

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    69f8c50 View commit details
    Browse the repository at this point in the history
  8. fix: use mocked null event for test

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8f5d77b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    a18d02b View commit details
    Browse the repository at this point in the history
  2. fix: typo

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9775071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1170a47 View commit details
    Browse the repository at this point in the history
  4. chore: lint

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e9b83b0 View commit details
    Browse the repository at this point in the history
  5. chore: remove useless field

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a35e7a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    c2ec274 View commit details
    Browse the repository at this point in the history
  2. fix: bade rebase

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    727bf2a View commit details
    Browse the repository at this point in the history
  3. fix: remove useless config init

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    bc9416c View commit details
    Browse the repository at this point in the history
  4. fix: typo

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    19a4e85 View commit details
    Browse the repository at this point in the history
  5. fix: use uint for exported var counter

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7316ebd View commit details
    Browse the repository at this point in the history
  6. chore: improve comment

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fee8837 View commit details
    Browse the repository at this point in the history
  7. fix: wrong deleted fields

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7133f20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7502ac3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    67722e4 View commit details
    Browse the repository at this point in the history
  2. chore: update genesis-file name to genesis for constancy

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c0ee7d1 View commit details
    Browse the repository at this point in the history
  3. chore: global error flags

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a39d826 View commit details
    Browse the repository at this point in the history
  4. chore: lint case space

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    79f2e2f View commit details
    Browse the repository at this point in the history
  5. chore: remove global noop logger

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    852eeea View commit details
    Browse the repository at this point in the history
  6. chore: todo

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c026fb7 View commit details
    Browse the repository at this point in the history
  7. fix: noop logger

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    29afbc9 View commit details
    Browse the repository at this point in the history
  8. fix: add empty state error

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c721a98 View commit details
    Browse the repository at this point in the history
  9. feat: rename moveFrom to moveBy

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a6049d6 View commit details
    Browse the repository at this point in the history
  10. chore: wrap context generation in test

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    efc8d31 View commit details
    Browse the repository at this point in the history
  11. chore: inline node rebuild error

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fd5dba2 View commit details
    Browse the repository at this point in the history
  12. chore: wrap realm name into a const

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e4175db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3dcde7a View commit details
    Browse the repository at this point in the history
  14. chore: lint

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e165f62 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    abd8c18 View commit details
    Browse the repository at this point in the history
  2. fix: untabify helper

    Signed-off-by: gfanton <[email protected]>
    gfanton committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c6f8da2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    270e391 View commit details
    Browse the repository at this point in the history