-
Notifications
You must be signed in to change notification settings - Fork 6
CI improvement [2] #193
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
base: main
Are you sure you want to change the base?
CI improvement [2] #193
Conversation
…ed_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]>
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]>
Replace hardcoded value with configurable constant set to 16. Co-Authored-By: Claude Opus 4.5 <[email protected]>
examples/justfile
Outdated
| # ipfs_api_url - IPFS API URL (default: http://127.0.0.1:5001 for local Docker Kubo) | ||
| run-tests-against-westend seed ipfs_api_url="http://127.0.0.1:5001": | ||
| just run-tests-against "wss://westend-bulletin-rpc.polkadot.io" "{{ seed }}" "{{ ipfs_api_url }}" |
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.
@x3c41a please also add this for Paseo here - we have the WS url
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.
shall I just parametrise this function? e.g. run-tests-against-live-chain <network> <seed> <ipfs_api_url>?
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]>
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]>
…l size would not pass)
network_addressandprivate_key. Propagated those parameters throughjust,store_big_data.js,justfileunderrun-tests-againstfunction,Closes #174