-
Notifications
You must be signed in to change notification settings - Fork 100
chore: sync v3 and v4 #338
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
base: main
Are you sure you want to change the base?
Conversation
| @@ -0,0 +1,190 @@ | |||
| import { Connection, type VersionedTransaction } from '@solana/web3.js' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't have @solana/web3.js dependency in v4, we should migrate the code to @solana/kit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chybisov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it makes sense to split this sync into two PRs - Solana Jito and everything else
|
Moved jito to this PR: #339 |
Cherry-pick these commits to v4:
#333
#337
aaf717d