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

Create bloom type #66

Merged
merged 3 commits into from
Apr 19, 2024
Merged

Create bloom type #66

merged 3 commits into from
Apr 19, 2024

Conversation

cabrador
Copy link
Contributor

@cabrador cabrador commented Apr 9, 2024

This PR creates types.Bloom. Aida counts on this type with its struct functions.


const (
// BloomByteLength represents the number of bytes used in a header log bloom.
BloomByteLength = 256
Copy link
Contributor

Choose a reason for hiding this comment

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

We discussed this with Wasuwee when I deleted this, maybe for our internal types we shouldn't carry constants from geth. Anyway, it's not that important

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Some of them are required by Aida. Its a good call to only copy the ones we actually need.

@cabrador cabrador merged commit d646d5f into develop Apr 19, 2024
1 check passed
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