Open
Conversation
Signed-off-by: Cody Littley <cody.littley@seinetwork.io>
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3047 +/- ##
=======================================
Coverage 58.42% 58.42%
=======================================
Files 2088 2088
Lines 172102 172102
=======================================
Hits 100547 100547
Misses 62618 62618
Partials 8937 8937
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or 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
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.
Describe your changes and provide context
RecieptStoreSimulatorthat consumes generated receipts and writes them to a parquet store with WAL, flush, rotation, and pruning — matching the real node's write pathReceiptKeepRecent,ReceiptPruneIntervalSeconds,ReceiptMaxBlocksPerFile,ReceiptBlockFlushIntervalreceipt_block_write_duration_seconds(histogram),receipt_channel_depth(gauge),receipts_written_total(counter),receipt_errors_total(counter)blockBuilder) so transaction generation doesn't block the main execution loopSet
"GenerateReceipts": trueto enable. Seeconfig/reciept-store.jsonfor an example config. All receipt store tuning parameters have production-matching defaults and can be left unset.Testing performed to validate your change
unit tests + running cryptosim simulation