-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat(data-parser): data-parser implementation #111
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xterminator
force-pushed
the
ep/feat/data-parser
branch
2 times, most recently
from
August 5, 2024 11:57
fc59439
to
602d147
Compare
0xterminator
requested review from
luizstacio,
pedronauck,
lostman and
Jurshsmith
as code owners
August 5, 2024 11:58
0xterminator
changed the title
feat(parser): initial commit for data-parser
feat(data-parser): initial commit for data-parser
Aug 5, 2024
0xterminator
changed the title
feat(data-parser): initial commit for data-parser
feat(data-parser): data-parser implementation
Aug 5, 2024
0xterminator
force-pushed
the
ep/feat/data-parser
branch
from
August 5, 2024 16:10
c66fc05
to
2cc651b
Compare
0xterminator
force-pushed
the
ep/feat/data-parser
branch
from
August 7, 2024 22:08
1b4640b
to
bd14994
Compare
pedronauck
requested changes
Aug 8, 2024
Jurshsmith
previously approved these changes
Aug 8, 2024
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.
Great work here 🚀. Looks good to merge already. However, we can increase our data sample space to improve the confidence level of the bench metrics.
pedronauck
approved these changes
Aug 13, 2024
This was referenced Aug 14, 2024
pedronauck
pushed a commit
that referenced
this pull request
Aug 16, 2024
* feat(parser): initial commit for data-parser * feat(data-parser): cleanup * feat(repo): added prost parser * feat(repo): added criterion * feat(data-parser): extended benchmarks * feat(data-parser): added blocks and txs types * feat(data-parser): fixed Cargo.toml and lock * feat(data-parser): fixed criterion tests * feat(repo): integrated data parser in publisher * test(repo): add test project for publishing * test(repo): improve benchmarks * test(repo): improve benchmarks algorithms * fix: pre-commit warnings * test: add benchmarks * fix: clippy warnigs * docs: add readme on how to run benchs * docs: update README.md * feat(repo): integrated fuel-data-parser further in scope added benches * feat(repo): exposed selected from fuel-data-parser * feat(core): adjustments for new imports * feat(repo): improved parser unit tests and annotations * feat(core): added tx status in publisher * feat(data-parser): fixed readme * feat(repo): integrated data-parser into benchmarks * refactor(benches): some improvments to the bench runners * fix(benches): renamed Cargo.toml description * fix(data-parser): clean up of Cargo.toml * refactor(data-parser): cleanup unused deps * feat(data-parser): added publish to Cargo.toml file * feat(repo): dependencies cleanup * feat(data-parser): added entropy to data * fix(publisher): added admin profile to publisher * refactor(repo): bumped crates versions, added script * fix(publisher): use conn stores instead of arbitrary stores
pedronauck
pushed a commit
that referenced
this pull request
Aug 16, 2024
* feat(parser): initial commit for data-parser * feat(data-parser): cleanup * feat(repo): added prost parser * feat(repo): added criterion * feat(data-parser): extended benchmarks * feat(data-parser): added blocks and txs types * feat(data-parser): fixed Cargo.toml and lock * feat(data-parser): fixed criterion tests * feat(repo): integrated data parser in publisher * test(repo): add test project for publishing * test(repo): improve benchmarks * test(repo): improve benchmarks algorithms * fix: pre-commit warnings * test: add benchmarks * fix: clippy warnigs * docs: add readme on how to run benchs * docs: update README.md * feat(repo): integrated fuel-data-parser further in scope added benches * feat(repo): exposed selected from fuel-data-parser * feat(core): adjustments for new imports * feat(repo): improved parser unit tests and annotations * feat(core): added tx status in publisher * feat(data-parser): fixed readme * feat(repo): integrated data-parser into benchmarks * refactor(benches): some improvments to the bench runners * fix(benches): renamed Cargo.toml description * fix(data-parser): clean up of Cargo.toml * refactor(data-parser): cleanup unused deps * feat(data-parser): added publish to Cargo.toml file * feat(repo): dependencies cleanup * feat(data-parser): added entropy to data * fix(publisher): added admin profile to publisher * refactor(repo): bumped crates versions, added script * fix(publisher): use conn stores instead of arbitrary stores
pedronauck
pushed a commit
that referenced
this pull request
Aug 16, 2024
* feat(parser): initial commit for data-parser * feat(data-parser): cleanup * feat(repo): added prost parser * feat(repo): added criterion * feat(data-parser): extended benchmarks * feat(data-parser): added blocks and txs types * feat(data-parser): fixed Cargo.toml and lock * feat(data-parser): fixed criterion tests * feat(repo): integrated data parser in publisher * test(repo): add test project for publishing * test(repo): improve benchmarks * test(repo): improve benchmarks algorithms * fix: pre-commit warnings * test: add benchmarks * fix: clippy warnigs * docs: add readme on how to run benchs * docs: update README.md * feat(repo): integrated fuel-data-parser further in scope added benches * feat(repo): exposed selected from fuel-data-parser * feat(core): adjustments for new imports * feat(repo): improved parser unit tests and annotations * feat(core): added tx status in publisher * feat(data-parser): fixed readme * feat(repo): integrated data-parser into benchmarks * refactor(benches): some improvments to the bench runners * fix(benches): renamed Cargo.toml description * fix(data-parser): clean up of Cargo.toml * refactor(data-parser): cleanup unused deps * feat(data-parser): added publish to Cargo.toml file * feat(repo): dependencies cleanup * feat(data-parser): added entropy to data * fix(publisher): added admin profile to publisher * refactor(repo): bumped crates versions, added script * fix(publisher): use conn stores instead of arbitrary stores
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ref: #110
Scope of the MR: