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: add simulate RPC to dry-run a tx (XLS-69d) #5069

Open
wants to merge 55 commits into
base: develop
Choose a base branch
from

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    7520ed4 View commit details
    Browse the repository at this point in the history
  2. fix print statement

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d151a20 View commit details
    Browse the repository at this point in the history
  3. get metadata to work

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4ab69aa View commit details
    Browse the repository at this point in the history
  4. clean up

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    360ed6a View commit details
    Browse the repository at this point in the history
  5. add basic tx_json support

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    628e1e3 View commit details
    Browse the repository at this point in the history
  6. basic tests

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0149c65 View commit details
    Browse the repository at this point in the history
  7. autofill fee

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f555b73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51cf3c6 View commit details
    Browse the repository at this point in the history
  9. better erroring

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    04e76d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb691dc View commit details
    Browse the repository at this point in the history
  11. cleanup

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    26f3bb6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b4b354 View commit details
    Browse the repository at this point in the history
  13. fix rebase issues

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5c383a9 View commit details
    Browse the repository at this point in the history
  14. fix clang-format

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b6bf4c5 View commit details
    Browse the repository at this point in the history
  15. add ledger_index

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d703935 View commit details
    Browse the repository at this point in the history
  16. update API changelog

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4489fae View commit details
    Browse the repository at this point in the history
  17. better param validation

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    449b2c6 View commit details
    Browse the repository at this point in the history
  18. add tests

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    fa246bb View commit details
    Browse the repository at this point in the history
  19. add command line version

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3fadb8d View commit details
    Browse the repository at this point in the history
  20. rename params

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    08b65d0 View commit details
    Browse the repository at this point in the history
  21. better binary/tx_blob testing

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e217dc1 View commit details
    Browse the repository at this point in the history
  22. test CLI version

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d824daf View commit details
    Browse the repository at this point in the history
  23. improve codecov

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cc011c0 View commit details
    Browse the repository at this point in the history
  24. more codecov tests

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    db7ad89 View commit details
    Browse the repository at this point in the history
  25. fix tests

    mvadari committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b30b3b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. add public key support

    mvadari committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f222f44 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. update field names

    mvadari committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a3c0bb4 View commit details
    Browse the repository at this point in the history
  2. fix fee issues

    mvadari committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6c6ecc4 View commit details
    Browse the repository at this point in the history
  3. backwards compatibility

    mvadari committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c8f3862 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. add tests

    mvadari committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    03cae0d View commit details
    Browse the repository at this point in the history
  2. add comment

    mvadari committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4aa5a3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c472f View commit details
    Browse the repository at this point in the history
  4. add NetworkID support

    mvadari committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b3ec935 View commit details
    Browse the repository at this point in the history
  5. add Signers and Signer to jss

    mvadari committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d712dc9 View commit details
    Browse the repository at this point in the history
  6. Revert "add NetworkID support"

    This reverts commit b3ec935.
    mvadari committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    834965b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96599a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. handle blob errors better

    mvadari committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    22fdaf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Jul 30, 2024

  1. remove unneeded check

    mvadari committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4c1f93f View commit details
    Browse the repository at this point in the history
  2. fix tests

    mvadari committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    270fd02 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. add signing failure test

    mvadari committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a3510c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588ed7f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    856c9fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e5683 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    45088d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcea237 View commit details
    Browse the repository at this point in the history
  3. fix merge issues

    mvadari committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6108fd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    64378d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f947d1 View commit details
    Browse the repository at this point in the history
  3. fix spacing, compile error

    mvadari committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ea59f60 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. fix tests

    mvadari committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    92bd751 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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