You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial impl
* remove libjs changes
* fix some broken tests
* fix some more tests
* fix some more tests
* fix test
* fix test
* fix test
* fix test
* fix test
* change BaseFee Set and Get to use sdk.Dec instead of float
* fix test
* fix test
* reset base fee after fee_test
* don't burn base fee
* fix
* fix
* fix
* fix
* fix
* try to fix blocktests
* fix block test and hopefully dont break other tests
* skip some failing block tests
* skip some failing block tests
* fix test
* applyEVMMessageNoBaseFee for CallEVM
* cleanup prints
* comment out failing wasmd precompile test
* fix
* adjust block base fee on next height
* fix
* fix wasm integration precompile test
* fix loadtest client
* update params.proto
* update params.pb.go
* new params for upward and downward adjustment
* incorporate new params
* fix
* fix
* fix failing unit tests
* add migration handlers
* bump consensus version
* add upgrade version for testing purposes (revert later)
* add upgrade version for testing purposes (revert later)
* Revert "add upgrade version for testing purposes (revert later)"
This reverts commit 30a474d.
* Revert "add upgrade version for testing purposes (revert later)"
This reverts commit b3bfc76.
* some fixes, check if all tests still pass
* address comments
* address more comments
* bump geth version
* fix previous commit - regenerate params proto
* fix tests
* bump geth after merge and max up/down 0%
* fix TestAdjustBaseFeePerGas
* revert burn base fee changes on geth
{name: "Too many percentiles", blockCount: 10, lastBlock: "latest", rewardPercentiles: make([]interface{}, 101), expectedError: errors.New("rewardPercentiles length must be less than or equal to 100")},
91
90
{name: "Invalid percentiles order", blockCount: 10, lastBlock: "latest", rewardPercentiles: []interface{}{99, 1}, expectedError: errors.New("invalid reward percentiles: must be ascending and between 0 and 100")},
0 commit comments