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

add stream transactions protobuf #183

Merged
merged 15 commits into from
Dec 12, 2024
Merged

add stream transactions protobuf #183

merged 15 commits into from
Dec 12, 2024

Conversation

anjor
Copy link
Contributor

@anjor anjor commented Nov 8, 2024

The streamTransactions part of #173

@anjor anjor marked this pull request as draft November 8, 2024 22:03
@anjor
Copy link
Contributor Author

anjor commented Nov 10, 2024

needs #184

@anjor anjor force-pushed the anjor/stream-transactions branch from 8640e47 to 60bbd95 Compare November 18, 2024 15:40
@anjor anjor force-pushed the anjor/stream-transactions branch 2 times, most recently from 9e05898 to 85ab500 Compare December 3, 2024 20:57
@anjor anjor force-pushed the anjor/stream-transactions branch from 85ab500 to 85b6d2c Compare December 3, 2024 20:57
grpc-server.go Outdated Show resolved Hide resolved
@anjor anjor marked this pull request as ready for review December 11, 2024 11:18
@anjor anjor requested a review from gagliardetto December 11, 2024 14:54
@anjor
Copy link
Contributor Author

anjor commented Dec 11, 2024

Upstream PR: gagliardetto/solana-go#267

vote.go Show resolved Hide resolved

// Check instruction count (condition 3)
instructions := tx.Message.Instructions
if len(instructions) != 1 {
Copy link
Collaborator

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?

Copy link
Contributor Author

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?

@anjor anjor merged commit a7ca464 into main Dec 12, 2024
3 checks passed
@anjor anjor deleted the anjor/stream-transactions branch December 12, 2024 22:16
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.

3 participants