Proposal Progress: Fixing test_block_log
Thanks for all the supporters for Proposal: Fixing Steemd Build Dependencies in the Latest OS
Progress Update
PR: https://github.com/steemit/steem/pull/3704
Currently, the test_block_log will crash because of an intended failure:
auto r3 = log.read_block( r2.second );
idump( (r3) );
Previously:
auto r1 = log.read_block(0); // ✅ OK, returns b1, next offset = 248
auto r2 = log.read_block(r1.second); // ✅ OK, returns b2, next offset = EOF
At this point, r2.second points to the end of the file, i.e., there’s no next block.
This is intended behaviour, but the error (exit) code is non-zero which is misleading. This PR addresses this issue and return 0 when tests pass.
Tested
Steem to the Moon🚀!
- You can rent Steem Power via rentsp!
- You can swap the TRON:TRX/USDT/USDD to STEEM via tron2steem!
- You can swap the STEEM/SBD to SUI via steem2sui!
- You can swap the STEEM/SBD to SOL Solana via steem2sol!
- You can swap the STEEM/SBD to ETH Ethereum via steem2eth!
- You can swap the STEEM/SBD to Tether USDT (TRC-20) via steem2usdt!
- You can swap the STEEM/SBD to TRX (TRON) via steem2trx!
- You can swap the STEEM/SBD to BTS (BitShares) via steem2bts!
- Register a free STEEM account at SteemYY!
- Steem Block Explorer
- ChatGPT/Steem Integration: You can type !ask command to invoke ChatGPT
- Steem Witness Table and API
- Other Steem Tools
Support me, thank you!
Why you should vote me? My contributions
Please vote me as a witness or set me as a proxy via https://steemitwallet.com/~witnesses


