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

Add a more generic getLedgerEntry rpc method #274

Merged
merged 13 commits into from
Dec 2, 2022
Merged

Commits on Nov 30, 2022

  1. Add rpc getLedgerEntry method

    Paul Bellamy committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7f27d79 View commit details
    Browse the repository at this point in the history
  2. fix getContractID

    Paul Bellamy committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    644e19e View commit details
    Browse the repository at this point in the history
  3. Fixing tests

    Paul Bellamy committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e59af3c View commit details
    Browse the repository at this point in the history
  4. updating rust xdr and sdk

    Paul Bellamy committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    370ba1d View commit details
    Browse the repository at this point in the history
  5. updating to new hostfunction format

    Paul Bellamy committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    213f961 View commit details
    Browse the repository at this point in the history
  6. updating soroban-cli to use getLedgerEntry

    Paul Bellamy committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    b765bf6 View commit details
    Browse the repository at this point in the history
  7. rustfmt

    Paul Bellamy committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e7abf3c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. WIP -- updating for new xdr

    Paul Bellamy committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    2df357a View commit details
    Browse the repository at this point in the history
  2. WIP -- updating for new xdr

    Paul Bellamy committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    93ef155 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Updating xdr for soroban-rpc (#279)

    * Updating xdr for soroban-rpc
    
    * Trying the new core version
    
    * Fix nil pointer
    
    * Need to compare contract hash not contract code now
    
    * getLedgerEntry test checks code not hash
    
    * Fixing tests
    
    * update go mod/sum to reflect the latest soroban-xdr-next branch in go monorepo
    
    * Update sdk and env to latest crates
    
    * Fix up conversions and clippy
    
    * Need to use the sandbox passphrase in the sandbox
    
    * update test mocks for new contract ids
    
    * Updating contract ids for e2e
    
    Co-authored-by: tsachiherman <[email protected]>
    Paul Bellamy and tsachiherman authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    9ee0bbe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into get-ledger-entry

    Paul Bellamy authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    fdd109e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef4f9fc View commit details
    Browse the repository at this point in the history
  4. review feedback

    Paul Bellamy committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    dda0ffc View commit details
    Browse the repository at this point in the history