-
Notifications
You must be signed in to change notification settings - Fork 70
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
preview 10 release branch #704
Commits on Jun 16, 2023
-
update go dep xdr for preview 10
Paul Bellamy committedJun 16, 2023 Configuration menu - View commit details
-
Copy full SHA for bff2139 - Browse repository at this point
Copy the full SHA bff2139View commit details
Commits on Jun 19, 2023
-
Merge branch 'soroban-xdr-next' of https://github.com/stellar/soroban…
…-tools into soroban-xdr-next
Configuration menu - View commit details
-
Copy full SHA for 65cc85e - Browse repository at this point
Copy the full SHA 65cc85eView commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77c2e3e - Browse repository at this point
Copy the full SHA 77c2e3eView commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a07004 - Browse repository at this point
Copy the full SHA 6a07004View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4eff874 - Browse repository at this point
Copy the full SHA 4eff874View commit details
Commits on Jun 23, 2023
-
soroban-rpc: update code to latest XDR auth and single-function chang…
…es (#703) * WIP * WIP * WIP * Add clarification about events * Moar progress * Last compilation fixes * progress * Fix another test * small cleanup * Fix last test * Fix more tests * Fix more tests * Fix another test * Update to a working (if not the absolute latest) xdr * updating xdr in preflight for fees & auth * pass the min entry expiration into preflight * rawval and set updates * Fix udt test wasm * rustfmt * Updating txresult move * use simon's core image build * Get all rpc unit tests compiling (but not passing) * fix up cargo toml rs-soroban-sdk import * Fix ledgerentry test * Fix getEvents test * Fix GetTransactionTest * Upgrade core version for integration tests * Clean up integration tests * Change the simulateTransactionResponse API back to make the changeover simpler for now * Update integration tests expectations for simulateTransaction * Missed one --------- Co-authored-by: Paul Bellamy <paul@stellar.org>
Configuration menu - View commit details
-
Copy full SHA for 2601cf5 - Browse repository at this point
Copy the full SHA 2601cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 600ac85 - Browse repository at this point
Copy the full SHA 600ac85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3801b5c - Browse repository at this point
Copy the full SHA 3801b5cView commit details
Commits on Jun 27, 2023
-
soroban-rpc: Adapt Go and Rust code to the latest XDR changes (#724)
* Sync code with the latest XDR changes * Bump rust and Core dependencies * Update Rust code to the new sdk and env versions * Fix test
Configuration menu - View commit details
-
Copy full SHA for 74d3369 - Browse repository at this point
Copy the full SHA 74d3369View commit details -
Fix ledgerentry tests for new xdr (#725)
Paul Bellamy authoredJun 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 1b67f16 - Browse repository at this point
Copy the full SHA 1b67f16View commit details
Commits on Jun 28, 2023
-
preview10: soroban-cli xdr updates (#722)
* StorageType support * Fix VecM max lengths * Fix LedgerKeyNonce conversion * partial ScStatus -> ScError updates * Working on updating for new contract code and entry storage * updating for new xdr * update rs-soroban-sdk to commit e90db9f8009280516375df6b3ee43a65ff524577 * Updating xdr again * New token spec location * Cargo fmt * Fix binding-generators * Dig out the new invokeHostFunction return value * Fix up last of the build * Clippy shenanigans * use symbol_short macro * Set signature_expiration_ledger for sandbox * fixup! use symbol_short macro * fixup! Set signature_expiration_ledger for sandbox * Clean up a vague error * set expiration on contract codes in sandbox * Set expiration on contract instances on sandbox * Handle expired contract code ledger entries in the sandbox * Include temporary entries from contract read subcommand * Implement ledger entry expiration bumps in sandbox * cargo md-gen * Fix rpc simulateTransaction client tests
Paul Bellamy authoredJun 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 5c1ad33 - Browse repository at this point
Copy the full SHA 5c1ad33View commit details -
Merge origin/main into soroban-xdr-next (#728)
Paul Bellamy authoredJun 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 8a81c8d - Browse repository at this point
Copy the full SHA 8a81c8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0de8f9 - Browse repository at this point
Copy the full SHA c0de8f9View commit details
Commits on Jul 4, 2023
-
updated rs-env and mono repo versions (#741)
* updated rs-env for 0.9. and mono repo with latest xdr gen updates * review feedback, fix go ref to soroban-xdr-next-next * update all workspace rs-sdk refs to same in toml * updated the cargo ver to match the gh ref * included cargo.lock and deps check fix
Configuration menu - View commit details
-
Copy full SHA for d673de9 - Browse repository at this point
Copy the full SHA d673de9View commit details -
soroban-rpc: Implement preflighting of BumpFootprintExpiration and Re…
…storeFootprint operations (#730)
Configuration menu - View commit details
-
Copy full SHA for 296b260 - Browse repository at this point
Copy the full SHA 296b260View commit details -
* Fix check-dependencies typos (#723) * Add lab token id command (#693) * Add lab token id command * fix doc * Keep only the strkey id * refactoring --------- Co-authored-by: Paul Bellamy <paul@stellar.org> * fix(bindings-ts): don't delete existing dirs (#733) * fix(bindings-ts): don't delete existing dirs - Rename `root-dir` to `output-dir` to clarify the intent - If `output-dir` already exists, use `output-dir/contract-name` instead * docs: update auto-generated * Upgrade wasm-opt to 0.113 (#736) * fix * fix * update * cargo fmt --------- Co-authored-by: Alfonso Acosta <alfonso@stellar.org> Co-authored-by: Vincent Amouret <vincent.amouret@gmail.com> Co-authored-by: Paul Bellamy <paul@stellar.org> Co-authored-by: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Co-authored-by: Brian Anderson <andersrb@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 81630b4 - Browse repository at this point
Copy the full SHA 81630b4View commit details -
Fix bug loading contract spec in sandbox when not deployed (#745)
* Fix check-dependencies typos (#723) * Add lab token id command (#693) * Add lab token id command * fix doc * Keep only the strkey id * refactoring --------- Co-authored-by: Paul Bellamy <paul@stellar.org> * fix(bindings-ts): don't delete existing dirs (#733) * fix(bindings-ts): don't delete existing dirs - Rename `root-dir` to `output-dir` to clarify the intent - If `output-dir` already exists, use `output-dir/contract-name` instead * docs: update auto-generated * Upgrade wasm-opt to 0.113 (#736) * fix * fix * update * cargo fmt * Fix bug loading contract spec in sandbox when not deployed * Make fmt * No more 'set' type to test * remove unused import * Fix sandbox contract invoke * Make test invoke quiet so it doesn't spit out events * Set default state expiries in the sandbox * Add a note about a crappy test --------- Co-authored-by: Alfonso Acosta <alfonso@stellar.org> Co-authored-by: Vincent Amouret <vincent.amouret@gmail.com> Co-authored-by: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Co-authored-by: Brian Anderson <andersrb@gmail.com> Co-authored-by: Tsachi Herman <24438559+tsachiherman@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 910db9a - Browse repository at this point
Copy the full SHA 910db9aView commit details -
soroban-rpc: State Expiration (#695)
* Update go for new xdr * WIP -- working on extensions * Implement ExtendLedgerEntry * Disallow access to expired ledgerEntries * update go dep * Include current ledger in expiry * update ledgerEntry tests for new xdr * Add unit test for ExtendEntry * Add test for extending a non-existent ledger entry * Add tests for expired contract entries * Test creating and extending in the same batch * Show expired ledger entries now that core will autobump * Revert "Show expired ledger entries now that core will autobump" This reverts commit b1426a7. * Refactor expiry checking * Replace assert.NotNil with require.NotNil * Clearer naming * better test error checking * Add validation on upserting ledger entrys that the key matches * Simplify UpsertLedgerEntry since key is derived from the entry * Update go dependency to 3f69f56e3743bbd520e4c25f44b8fc49b1b81936
Paul Bellamy authoredJul 4, 2023 Configuration menu - View commit details
-
Copy full SHA for d4f85d4 - Browse repository at this point
Copy the full SHA d4f85d4View commit details
Commits on Jul 5, 2023
-
soroban-rpc: Fix integration test phrasing (#747)
* soroban-rpc: Fix phrasing in an integration test * fix typo
Paul Bellamy authoredJul 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 3dc9bbb - Browse repository at this point
Copy the full SHA 3dc9bbbView commit details -
Fix: error, enum, union types (#731)
* StorageType support * Fix VecM max lengths * Fix LedgerKeyNonce conversion * partial ScStatus -> ScError updates * Working on updating for new contract code and entry storage * updating for new xdr * update rs-soroban-sdk to commit e90db9f8009280516375df6b3ee43a65ff524577 * Updating xdr again * New token spec location * Cargo fmt * Fix binding-generators * Dig out the new invokeHostFunction return value * Fix up last of the build * Clippy shenanigans * use symbol_short macro * Set signature_expiration_ledger for sandbox * fixup! use symbol_short macro * fixup! Set signature_expiration_ledger for sandbox * Clean up a vague error * set expiration on contract codes in sandbox * Set expiration on contract instances on sandbox * Handle expired contract code ledger entries in the sandbox * Include temporary entries from contract read subcommand * Implement ledger entry expiration bumps in sandbox * cargo md-gen * Fix rpc simulateTransaction client tests * fix: tuples and enums/unions and new Error type * chore: pr review * pull in some fixes * tuples are friends not food * fix: update example inputs to instruct a tuple struct * feat: add tuple struct support * fix: update to use new bindings out-dir --------- Co-authored-by: Paul Bellamy <paul@stellar.org> Co-authored-by: Tyler van der Hoeven <hi@tyvdh.com>
Configuration menu - View commit details
-
Copy full SHA for 5b53678 - Browse repository at this point
Copy the full SHA 5b53678View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2c917a - Browse repository at this point
Copy the full SHA e2c917aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c3d5a - Browse repository at this point
Copy the full SHA f7c3d5aView commit details -
compile: disable the fetch test (#750)
* disable the fetch test, since it's testing it against futurenet. * update boilerplate test.
Configuration menu - View commit details
-
Copy full SHA for 4e53180 - Browse repository at this point
Copy the full SHA 4e53180View commit details
Commits on Jul 6, 2023
-
Fix bug in cli lab xdr decode --type parsing (#751)
Paul Bellamy authoredJul 6, 2023 Configuration menu - View commit details
-
Copy full SHA for b18a52c - Browse repository at this point
Copy the full SHA b18a52cView commit details
Commits on Jul 7, 2023
-
soroban-cli: Verify the network passphrase provided matches the server (
#754)
Paul Bellamy authoredJul 7, 2023 Configuration menu - View commit details
-
Copy full SHA for fdafe52 - Browse repository at this point
Copy the full SHA fdafe52View commit details -
soroban-cli: fix contract deploy (#755)
* Fix return type parsing from soroban-rpc * soroban-cli: Fix how contract code hashes are calculated * Fix integration test
Paul Bellamy authoredJul 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 56c4e39 - Browse repository at this point
Copy the full SHA 56c4e39View commit details
Commits on Jul 10, 2023
-
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc60331 - Browse repository at this point
Copy the full SHA dc60331View commit details -
Configuration menu - View commit details
-
Copy full SHA for c584da2 - Browse repository at this point
Copy the full SHA c584da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a7096 - Browse repository at this point
Copy the full SHA d7a7096View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 56661ed - Browse repository at this point
Copy the full SHA 56661edView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca105c0 - Browse repository at this point
Copy the full SHA ca105c0View commit details -
* update * update * update package.json to use the official js-soroban-client tag instead of an arbitrary commit hash.. * rollback package changes. * really rollback.
Configuration menu - View commit details
-
Copy full SHA for b3267c1 - Browse repository at this point
Copy the full SHA b3267c1View commit details
Commits on Jul 12, 2023
-
soroban-cli: Add super basic
contract bump
andcontract restore
s……ubcommands (#748) * add contract read --durability filter * Add soroban contract bump subcommand * Add soroban contract restore command * Add support for restoring multiple keys at once * cargo md-gen * Clean up an unused error * Need to increment the account sequence for bump+restore * no --ledgers-to-expire for restore command * Support bump+restore commands in preflight+transaction::assemble * rust fmt * cargo md-gen * Require --durability for bump because the default is confusing * Fix clippy * cargo md-gen
Paul Bellamy authoredJul 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 882dd9d - Browse repository at this point
Copy the full SHA 882dd9dView commit details -
soroban-cli: Implement soroban contract read with real rpc support (#756
) * add contract read --durability filter * Add soroban contract bump subcommand * Add soroban contract restore command * Add support for restoring multiple keys at once * cargo md-gen * implement soroban contract read with a real network * Clean up an unused error * Make fmt * cargo md-gen * getLedgerEntries.results can be null * Need to increment the account sequence for bump+restore * no --ledgers-to-expire for restore command * Support bump+restore commands in preflight+transaction::assemble * rust fmt * cargo md-gen * Require --durability for bump because the default is confusing * Fix clippy * cargo md-gen --------- Co-authored-by: Tsachi Herman <24438559+tsachiherman@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 78a705e - Browse repository at this point
Copy the full SHA 78a705eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05abac7 - Browse repository at this point
Copy the full SHA 05abac7View commit details