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

Update e2e, get it passing with latest xdr updates #1048

Closed
sreuland opened this issue Oct 24, 2023 · 2 comments
Closed

Update e2e, get it passing with latest xdr updates #1048

sreuland opened this issue Oct 24, 2023 · 2 comments
Assignees

Comments

@sreuland
Copy link
Contributor

What version are you using?

mainline

What did you do?

ci workflow for e2e is failing - https://github.com/stellar/soroban-tools/actions/runs/6615005213/job/17966213988?pr=1045#step:8:808, rpc ingestion is getting xdr parsing errors, preventing tests from passing.

What did you expect to see?

passing tests

What did you see instead?

failing tests

@sreuland sreuland added the bug Something isn't working label Oct 24, 2023
@sreuland sreuland added this to the Soroban Pubnet Release milestone Oct 24, 2023
@sreuland
Copy link
Contributor Author

sreuland commented Oct 24, 2023

  • bump the version of core used by tests, CORE_GIT_REF on e2e.yml,
  • re-run and check test results,
  • change the js tests to use stellar-js-sdk:11.0.0-x for js lib which now has js-soroban-client migrated into it rather than js-soroban-client which has been deprecated.
  • update system-test build to use latest quickstart flags for soroban core feature enablement, high limit override and diagnostic events.

@sreuland
Copy link
Contributor Author

the js-stellar-sdk swap is in progress on stellar/system-test#81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants