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

all: Bump core, Rust dependencies #1109

Merged
merged 11 commits into from
Dec 6, 2023
Merged

all: Bump core, Rust dependencies #1109

merged 11 commits into from
Dec 6, 2023

Conversation

tamirms
Copy link
Contributor

@tamirms tamirms commented Dec 5, 2023

What

Update core and the soroban rust libraries to the latest version so we can release soroban-rpc for the testnet reset.

Known limitations

There is a bug in the check dependencies script which is causing the "Dependency sanity checker" CI failure. The script relies on the fact that the git and rev properties would be supplied for the stellar-xdr dependency. However, those properties were commented out of the stellar-xdr dependency in the rs-soroban-env repo https://github.com/stellar/rs-soroban-env/blob/main/Cargo.toml#L31-L32 .

Also, we had to add a huge fudge factor to the fees calculated by the preflight library in order to get them to be comparable to how stellar-core calculates fees. The proper fix i to align the behavior of the preflight library with stellar-core but that will be handled after the testnet release.

@tamirms tamirms force-pushed the update-deps branch 3 times, most recently from 8f66533 to 8860cb5 Compare December 5, 2023 09:37
@tamirms tamirms marked this pull request as ready for review December 6, 2023 13:53
@tamirms tamirms requested a review from a team December 6, 2023 14:32
Copy link
Contributor

@mollykarcher mollykarcher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should make a follow-up issue to address what we want to do with the dependency script, possibly following the recommendation here

@tamirms tamirms merged commit 8f276d0 into main Dec 6, 2023
21 of 22 checks passed
@tamirms tamirms deleted the update-deps branch December 6, 2023 16:50
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 this pull request may close these issues.

2 participants