Changelog
- 4b67fbc Reprocess empty batch to update state root before sanity check (full batch) (#1921)
- 1c8cd3d fix missing return on ProcessUnsignedTransaction (#1917)
- 2e0662e fix log L1 tx too big (#1920)
- 2120a60 Flush state db after setting genesis (#1908)
- f0f0fa0 fix: fixing comments. (#1914)
- 647a998 build(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#1901)
- 8978474 Log events (#1905)
- 88b5012 fix eth_call and eth_estimateGas parameters (#1891)
- 5a8164d Feature/#1833 execute batch (#1834)
- a9b604e build(deps): bump github.com/holiman/uint256 from 1.2.1 to 1.2.2 (#1912)
- f56d689 Merge pull request #1907 from 0xPolygonHermez/feature/rpc-filter-txs-by-gas-price
- 6a75151 improve: renaming 'ErrIntrinsicGasPrice' to 'ErrGasPrice'
- d4cfd78 add check to validate eth_call params (#1885)
- 3060d8e Truncate value in follower (#1890)
- 9872de6 feat: adding check gas price of tx to be greater that min gas price and min suggested gas price before adding to pool.
- f71efab docker contracts update (#1903)
- 96450fe feat: adding check gas price of tx to be greater that min gas price and min suggested gas price before adding to pool.
- d102361 Merge pull request #1862 from 0xPolygonHermez/test/oversized-data
- 29e8cf3 create group 7 and split e2e json rpc tests (#1897)
- 66da049 improve: moving more hardcoded values to be config props. And adding unit testing of the 'oversized data error'.
- 98133e5 improve: adding config params for MaxTxSize in pool and MaxTxSizeForL1 for sequence sender.
- aa369f5 wip