v0.3.2-beta
Pre-release
Pre-release
Bor v0.3.2-beta is a small patch release for the nodes running v0.3.1-mumbai on the Mumbai Testnet.
Change log
- Revert addition of actual
miner/author
address at the RPC layer foreth_getBlockByNumber
calls. It will now return “0x00” as the miner of the block as it used to do earlier. You can get the miner address of a block usingbor_getAuthor
call. This revert was done because started breaking downstream tooling/applications which rely on the equivalence ofCOINBASE
opcode and the miner field in response to the RPC request. The underlying miner value of the block (COINBASE) was still “0x00” and only the RPC layer had been changed earlier. - Updates and improvement in the description and documentation of the flags in new-cli along with their default values in the help command.
- Pruning has been introduced in the new-cli. The internal mechanism of pruning will work in the same way as it used to with the previous versions. The command
snapshot prune-state
will be available as a subcommand of the bor binary and will accept relevant flags (e.g.--datadir
). More details can be found here.