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 Transactions topic #37

Merged
merged 2 commits into from
Apr 24, 2024
Merged

Add Transactions topic #37

merged 2 commits into from
Apr 24, 2024

Conversation

lukaszrzasik
Copy link
Contributor

Adds a new Transactions topic to be used in HotShot

Comment on lines 586 to 592
pub enum Topic {
Global = 0,
Da = 1,
Transactions = 2,
}

impl ::capnp::introspect::Introspect for Topic {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think instead we want to update messages.capnp and then run something like capnp compile -o rust cdn-proto/schema/*.capnp

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, didn't notice the DO NOT EDIT comment at the top. Thanks!

@lukaszrzasik lukaszrzasik requested a review from rob-maron April 23, 2024 16:25
@lukaszrzasik lukaszrzasik merged commit 287fa32 into master Apr 24, 2024
3 checks passed
@rob-maron rob-maron deleted the lr/publish-txn-correct branch April 24, 2024 13:18
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