- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jan 8 2025
@bot build-ubsan
Couple nits but otherwise looks good
nit: use format! rather than concat! and save a to_string() conversion
Fix circular dependency
The debug build failed to start due to teamcity bug, not related to this diff
brings the image size from ~11.8GB down to ~173MB.
Jan 7 2025
Cleanup unnecessary nesting when sorting contenders and make the sorting work the same as staking rewards selection.
In D17487#397697, @bytesofman wrote:I can kind of follow this by parsing the code. I think a README.md in this dir would be helpful?
Should we add nginx to this as well? How would a user go from having this docker image running to having a chronik server available?
confirmed i can get agora plugin output from API calls and use agora to subscribe to plugin websockets with this new instance
I can kind of follow this by parsing the code. I think a README.md in this dir would be helpful?
- Fix rare sorting case where two proofs have the same rank.
- Make num pollable a parameter so the processor will have control over how many contenders to poll for.
- Return number of contenders instead of bool.
- Fix test not actually checking the contender order.
remove debug log
default silent logs with npm test, add debug command to print logs
Rebase, remove commented out code