Bugfixes for e2e tests in release/v0.3.0 branch#294
Merged
leighmcculloch merged 5 commits intorelease/v0.3.0from Dec 6, 2022
Merged
Bugfixes for e2e tests in release/v0.3.0 branch#294leighmcculloch merged 5 commits intorelease/v0.3.0from
leighmcculloch merged 5 commits intorelease/v0.3.0from
Conversation
added 4 commits
December 6, 2022 11:08
This also means they are now independent, and do not need a clean network to run.
545d00f to
04eab72
Compare
paulbellamy
pushed a commit
that referenced
this pull request
Dec 6, 2022
* Bump version to 0.3.0 * Bump soroban-rpc version to 0.3.0 * Don't publish soroban-tools * Remove soroban-tools * Remove soroban-tools * fix build.rs * fix build.rs * undo changing version that should be injected during build * Bugfixes for e2e tests in release/v0.3.0 branch (#294) * Fix account sequence numbers when deploy --wasm-hash Fixes #290 Fixes regression introduced in eadacec * Fix conflicting contract ids in e2e tests * Stop hard-coding salts in e2e tests to make them more robust This also means they are now independent, and do not need a clean network to run. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Paul Bellamy <paul@stellar.org> Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
soroban deploy --wasm-hashsequence calculation introduced in eadacecstellar/quickstart:pr-389-soroban-devto run e2e tests so they work for now.--saltparams from e2e tests altogether.Why
To fix the e2e tests for #291
Known limitations
[TODO or N/A]