v0.1.0
Compatible versions:
- Node: v0.1.4
Changelog:
- Ignore deposit if fails during the gas estimation (#424)
- Allow UpdateL2DepositsStatus function to handle multiple networks (#422)
- Set up of automatic versioning when the binary is generated (#421)
- Enabling Claim Tx manager optional (#419). You can enable/disable the autoClaim feature in the following new config parameter in the toml config file:
[ClaimTxManager]
Enabled = true
- Predefined networks: overriding the values provided in the toml config file (#417)
- The following smc config parameters has been renamed in the toml config file (#415):
[NetworkConfig]
PoEAddr -> PolygonZkEVMAddress
BridgeAddr -> PolygonBridgeAddress
GlobalExitRootManAddr -> PolygonZkEVMGlobalExitRootAddress
MaticAddr -> MaticTokenAddress
L2BridgeAddrs -> L2PolygonBridgeAddresses