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

Bump to newest web3 lib #167

Merged
merged 3 commits into from
Oct 18, 2022
Merged

Bump to newest web3 lib #167

merged 3 commits into from
Oct 18, 2022

Conversation

filipzeta
Copy link
Contributor

@filipzeta filipzeta commented Oct 17, 2022

Bump solana-web3 library to fix a recursion issue we saw: solana-labs/solana#28428

No issues in basic-example.ts with locally built SDK, and (backup mainnet) dex-webserver & dex-server with beta release of this PR. Released as 0.17.1-beta.3 if you want to try yourself 😊

@@ -585,7 +585,7 @@ export async function getTokenAccountInfo(

if (accountInfo.delegateOption === 0) {
accountInfo.delegate = null;
accountInfo.delegatedAmount = new u64(0);
accountInfo.delegatedAmount = 0;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is on purpose - got a syntax error when building. No other occurrences of new u64 in the repo.

@filipzeta filipzeta merged commit d6ce5af into main Oct 18, 2022
@kelvinlau20100 kelvinlau20100 deleted the bump-web3 branch July 25, 2023 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants