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 Sdk #921

Closed
wants to merge 51 commits into from
Closed

Shared Sdk #921

wants to merge 51 commits into from

Commits on Dec 19, 2022

  1. Reaggregated transaction creation code.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    53c7ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312f2c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fefb6b View commit details
    Browse the repository at this point in the history
  4. Moved ShieldedContext into shared crate.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    24c4da0 View commit details
    Browse the repository at this point in the history
  5. Now attach events to decryptable transactions. Corrected the parsing …

    …of BlockResult keys.
    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a347134 View commit details
    Browse the repository at this point in the history
  6. Moved query_tx_deltas into shared crate.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e479c76 View commit details
    Browse the repository at this point in the history
  7. Started adding documentation.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9c30c34 View commit details
    Browse the repository at this point in the history
  8. Fixed help for show-transfers subcommand.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a2cce3d View commit details
    Browse the repository at this point in the history
  9. Started to parameterize CLI arguments.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    19f35c2 View commit details
    Browse the repository at this point in the history
  10. Added conversion functions for arguments.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    85640e1 View commit details
    Browse the repository at this point in the history
  11. Started parameterizing code by client.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d562b65 View commit details
    Browse the repository at this point in the history
  12. Removed some unnecessary parameters.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a5e3147 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5b27086 View commit details
    Browse the repository at this point in the history
  14. Removed the WASM file reading from tx.rs.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a708536 View commit details
    Browse the repository at this point in the history
  15. Replaced Context parameters with Wallets.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    5defee9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b3a852b View commit details
    Browse the repository at this point in the history
  17. Reduced dependency of rpc.rs on Context.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    598c587 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    11e048f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9b0457c View commit details
    Browse the repository at this point in the history
  20. Moved Wallet into the shared crate and parameterized it by its intera…

    …ctive components.
    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    326a7f7 View commit details
    Browse the repository at this point in the history
  21. Added some documentation.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9d4a9b2 View commit details
    Browse the repository at this point in the history
  22. Moved CLI arguments into the shared crate.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    dd351ec View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    88223d8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0ca277f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    84d9340 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e777947 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9f6baa8 View commit details
    Browse the repository at this point in the history
  28. Moved more tx.rs functions into shared.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    11b7da9 View commit details
    Browse the repository at this point in the history
  29. Moved more tx.rs functions into shared.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    2bddb0f View commit details
    Browse the repository at this point in the history
  30. Moved more tx.rs functions into shared.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    178447e View commit details
    Browse the repository at this point in the history
  31. Reduced usage of generic parameters.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b3a6aae View commit details
    Browse the repository at this point in the history
  32. Made ShieldedUtils trait smaller.

    murisi authored and mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    be27cb0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d6c4546 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    817d18b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0df070b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5d59cfa View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    dda4943 View commit details
    Browse the repository at this point in the history
  38. Ran the formatter

    mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    5f618b6 View commit details
    Browse the repository at this point in the history
  39. Abstract out common query_storage_value pattern

    One small hickup that should be considered is that the native token
    has been unified with other token's erroring interfaces
    mariari committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    65c0b37 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Turn expect into encoding failures

    Hopefully we can remove any function that calls panic, this is another
    step in that direction
    mariari committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    41dd2ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc5b4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da256ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02e8d3b View commit details
    Browse the repository at this point in the history
  5. Removing panics in singing and promoting them to the Result type

    Also remove mutable logic in tx_signer
    mariari committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    b30e11e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0118b13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3780320 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

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

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    6a217af View commit details
    Browse the repository at this point in the history
  2. Add a namada-sdk feature

    mariari committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    04fa51b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e0c9b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09a1430 View commit details
    Browse the repository at this point in the history