-
Notifications
You must be signed in to change notification settings - Fork 6
More nits #209
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
Merged
Merged
More nits #209
Conversation
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
mudigal
reviewed
Jan 29, 2026
mudigal
reviewed
Jan 29, 2026
bkontur
added a commit
that referenced
this pull request
Jan 30, 2026
* WIP parametrisation
* fix
* fix timeout
* Fix destructuring of store() return value in native_ipfs_dag_pb_chunked_data.js
The store() function now returns { cid, blockHash, blockNumber } instead of
just the CID. Update the destructuring to extract the cid property correctly.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* Add per-block transaction breakdown to storage statistics
Replace the simple "Number of blocks" metric with a detailed breakdown
showing the transaction count for each block in the measured range,
including a visual bar chart for quick distribution analysis.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* Move start right before storing
* Add start/end block
* Let use 12->18 signers inparallel
* Extract NUM_SIGNERS constant for parallel workers
Replace hardcoded value with configurable constant set to 16.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* parametrised all the examples
* unified JS logging and justfile echoing
* moved logging into a separate file
* revert
* added missing parameter
* fix(examples): calculate block stats from actual transaction blocks
Calculate startBlock and endBlock from the first and last blocks where
transactions were actually included, rather than querying the current
block number at start/end times.
Also show all blocks (including empty ones) in the TRANSACTIONS PER BLOCK
section, displaying 0 txs for blocks without transactions.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* 32MiB -> 64MiB
* fix(examples): use TX_MODE_FINALIZED_BLOCK for authorization calls
Wait for finalized blocks in authorizePreimage and authorizeAccount
calls to ensure authorization is complete before proceeding with store.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* fix big_data ipfs naming
* renamed justfile too
* added live westend and paseo setups in just, fixed bug in api.js (full size would not pass)
* More nits (#209)
* Increased tx pool from 20->40 MiB
* WIP: try without `--network host`
* WIP: big32 back
* Wait finalized
* Revert
* Try 30MiB
* WIP: wrong ip causes disconnects?
* Fix docker ipfs ips
* nit
* revert back to host network with 127.0.0.1
* Run first
* Why this is doing difference for Kubo?
* Log connected peers
* Disabled IPFS dht and discovery
* less logs
* WIP: temporary cache to speed to
* wip
* Removed `ws` ?
* Fix listen-addr
* nit
* Better IPFS?
* Nit
* One more nit
* omfg
* Refactor DEFAULT_HTTP_IPFS_API and custom ports
* Nit
* Very nit
* Refactor
* Revert
* Change pool
* fmt + revert back to ws
* Restart IPFS?
* big96
* Parametrize image size
* Stats
* REvert
* Removed comment
* Last nits
---------
Co-authored-by: Branislav Kontur <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]>
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.
Summary
This PR improves the integration testing infrastructure with better IPFS connectivity, parameterized tests, unified logging, and detailed storage statistics.
Key changes: