-
Notifications
You must be signed in to change notification settings - Fork 137
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
Merge master into soroban branch to keep up to date. #569
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4bfe156 - Browse repository at this point
Copy the full SHA 4bfe156View commit details -
Bump terser from 4.8.0 to 4.8.1 (#536)
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f88d16c - Browse repository at this point
Copy the full SHA f88d16cView commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 832824d - Browse repository at this point
Copy the full SHA 832824dView commit details
Commits on Sep 7, 2022
-
Add support of CAP40 ed25519SignedPayload signer for SetOptionOp (#542)
* Add TypeScript interfaces for Ed25519SignedPayload signers
Configuration menu - View commit details
-
Copy full SHA for 808fca3 - Browse repository at this point
Copy the full SHA 808fca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 437e823 - Browse repository at this point
Copy the full SHA 437e823View commit details
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d36368a - Browse repository at this point
Copy the full SHA d36368aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e26959 - Browse repository at this point
Copy the full SHA 0e26959View commit details
Commits on Dec 13, 2022
-
make sure sodium is not an empty object in service workers (#567)
* make sure sodium is not an empty object in service workers * Update CHANGELOG.md Co-authored-by: George <Shaptic@users.noreply.github.com> Co-authored-by: George <Shaptic@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f508a02 - Browse repository at this point
Copy the full SHA f508a02View commit details
Commits on Feb 2, 2023
-
Paul Bellamy committed
Feb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for ab6f6ae - Browse repository at this point
Copy the full SHA ab6f6aeView commit details -
First pass at invokeHostFunction
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 902cc41 - Browse repository at this point
Copy the full SHA 902cc41View commit details -
Paul Bellamy committed
Feb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 9aaa81c - Browse repository at this point
Copy the full SHA 9aaa81cView commit details -
Would help if we actually exported the Contract wrapper
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 3492263 - Browse repository at this point
Copy the full SHA 3492263View commit details -
the invokeHostFunctionOp should be useable with transaction builder
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 82a685a - Browse repository at this point
Copy the full SHA 82a685aView commit details -
Add sandbox network passphrase
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 0966b72 - Browse repository at this point
Copy the full SHA 0966b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a04fcf - Browse repository at this point
Copy the full SHA 1a04fcfView commit details -
Fix github action to publish soroban tag (#548)
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 0729801 - Browse repository at this point
Copy the full SHA 0729801View commit details -
Have to update package.json to build the soroban tag (#549)
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 96276d9 - Browse repository at this point
Copy the full SHA 96276d9View commit details -
Add futurenet passphrase for soroban. (#550)
* Add FUTURENET network passphrase * Bump soroban package version
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for f0dc3c8 - Browse repository at this point
Copy the full SHA f0dc3c8View commit details -
* Update xdr * Missed a few hash typeof shenanigans * don't need this export
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for ef76443 - Browse repository at this point
Copy the full SHA ef76443View commit details -
Bump soroban package version (#553)
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for f2e7fe5 - Browse repository at this point
Copy the full SHA f2e7fe5View commit details -
Include standalone network passphrase (#555)
* Add STANDALONE network passphrase * bump version
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 2e464fa - Browse repository at this point
Copy the full SHA 2e464faView commit details -
Default to include the contract code footprint, as that is always nee…
…ded (#557) * Default to include the contract code footprint, as that is always needed * 8.0.1-soroban.4
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for c539f2a - Browse repository at this point
Copy the full SHA c539f2aView commit details -
* Update xdr * Bump the packge version
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for bbb0adb - Browse repository at this point
Copy the full SHA bbb0adbView commit details -
New soroban xdr updates (#566)
* Missed removing parameters from the operation builder * Fix bug in contract.call footprint * Fixing up tests
Paul Bellamy committedFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 3934e4e - Browse repository at this point
Copy the full SHA 3934e4eView commit details -
Merge branch 'soroban' into soroban-xdr-update
Paul Bellamy authoredFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for bdb5114 - Browse repository at this point
Copy the full SHA bdb5114View commit details -
Soroban auth next updates (#570)
* update xdr for auth-next * Add auth field to invokeHostFunctionOp * bump version * Needed to modify the generated code slightly * Fix lint
Paul Bellamy authoredFeb 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 04e00db - Browse repository at this point
Copy the full SHA 04e00dbView commit details