New Features
- use the block height parameter to eth_call and eth_estimateGas
- implement dynamic EVM spec selection based on block number and network
Bug Fixes
- ensure pending transactions are committed, cleared, and reorganized in Brc20ProgDatabase
- allow "mainnet" and "bitcoin" to be used interchangeably
- update generate_block to accept block_hash as a parameter
- reorder block hash setting to avoid race conditions
Refactor
- change inscription_id and inscription_byte_len from Option to required fields in API and update database structures
Test
- add unit test for Prague spec BLS precompiles inclusion
Commit Statistics
- 8 commits contributed to the release over the course of 7 calendar days.
- 12 days passed between releases.
- 8 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Change inscription_id and inscription_byte_len from Option to required fields in API and update database structures (5e700a7)
- Ensure pending transactions are committed, cleared, and reorganized in Brc20ProgDatabase (d06a19c)
- Add unit test for Prague spec BLS precompiles inclusion (eb99d55)
- Use the block height parameter to eth_call and eth_estimateGas (41d6c24)
- Allow "mainnet" and "bitcoin" to be used interchangeably (048a6b5)
- Implement dynamic EVM spec selection based on block number and network (7354a7e)
- Update generate_block to accept block_hash as a parameter (0fedc1f)
- Reorder block hash setting to avoid race conditions (63e964b)