-
Notifications
You must be signed in to change notification settings - Fork 17
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
add stream transactions protobuf #183
Conversation
needs #184 |
8640e47
to
60bbd95
Compare
9e05898
to
85ab500
Compare
85ab500
to
85b6d2c
Compare
Upstream PR: gagliardetto/solana-go#267 |
|
||
// Check instruction count (condition 3) | ||
instructions := tx.Message.Instructions | ||
if len(instructions) != 1 { |
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.
can vote transactions also include compute budget? is that something validators do?
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.
I don't think I understand Solana data well enough to answer this question. @linuskendall do you know?
The streamTransactions part of #173