Summary
v1.11.1 is an important maintenance release, which fixes a bug in the system
staking contract. The issue was discovered in a pro-active manner, and
precautionary actions are taken to make sure that no actual harm/damage is done
to the system staking.
All nodes must upgrade to this release, otherwise the node runs the risk of
not being able to sync with the IoTeX blockchain after other nodes have upgraded.
Note:
There's no change to the latest config.yaml and genesis.yaml. You only need to
restart the node with the new image.
Other Improvements
v1.11.1 release also comes with a couple of improvements:
- Enforce height check for system staking indexer to increase error detection
and handling robustness - Fix revert message in eth_call
- Fix panic: concurrent write to websocket connection
- Fix staking action ToEthTx() panic
ioctl] action transfer
now supports 0x address format- Added a new
ioctl ins register
command for INS service
Upgrade Priority
v1.11.1 contains a mandatory bug fix, so all nodes must upgrade in order to
keep syncing with the IoTeX blockchain
Node type | Action |
---|---|
Delegate | Must upgrade |
Fullnode | Must upgrade |
Important Commits (not a complete list)
- [blockindex] return empty result before contract deploy height #3928
- [blockindex] restrict height for sgdindexer during write and read operation #3926
- [blockindex] restrict height for contract_staking_indexer during read operation #3927
- [contractstaking] fix transaction for merge after create bucket #3924
- [blockindex] introduce indexergroup #3906
- [api] fix revert message in eth_call #3922
- [ioctl] action transfer supports 0x address #3917
- [action] simplify address generation #3913
- [chainservice] build contract staking indexer only when staking protocol enabled #3886
- [api] fix panic: concurrent write to websocket connection #3908
- [staking] fix ToEthTx() panic #3910
- [ioctl] support querying delegate by operator address #3904
- [ioctl] Add INS register cmd #3903
- [staking] make contract staking indexer nullable #3883
- [iip15] improve sgd indexer test coverage #3893