Releases: initia-labs/opinit-bots
Releases · initia-labs/opinit-bots
v0.1.14-2
ignore redundant tx & check pending tx even if it timed out (#78) * ignore redundant tx & check pending tx even if it timed out * handle tx failed * minor fix if statement * ci: use ubuntu-22.04 and remove cache --------- Co-authored-by: Wasin Watthanasrisong <wasinwatt@gmail.com>
v0.1.14-1
What's Changed
- delete all pending txs & processed msgs before stopping batch submitter by @sh-cha in #75
- feat: support arm 64 docker build in ci by @WasinWatt in #76
Full Changelog: v0.1.14...v0.1.14-1
v0.1.14
v0.1.13
Do not use this version
v0.1.12
Do not use this version
v0.1.11
Do not use this version
v0.1.10
change withdrawal indexing (#53)
v0.1.9
bug fix starting from 1 when initializing tree (#52) * bug fix starting from 1 when initializing tree * change workingtree start leaf count * change workingtree start leaf count in force * print outputroot * error logs
v0.1.8
add feegrant msg to grant-oracle cmd (#49) * add feegrant msg to grant-oracle cmd * add disable delete future withdrawals flag (#50) * add disable delete future withdrawals flag * format
v0.1.7
Feat/split oracletx (#45) * find tx using txsearch with tx hash * change sequence * add oracle executor account to avoid executor sequence mismatch * query block header instead of block * handle tx failed * remove redunt sequence err * update readme * return sender when creating msgs & split msg queue every sender * set bridge info first * update authz grant checker * add sender * add broadcaster account checker * sender not set bug fix * delete debug print * add sender to pendingtx * add sender when unmarshalling processed msgs * remove redundant msg queue allocation * format * delete processed msgs from db when simulation failed and error is handled * change oracle tx sender * change proof query error (#46) * enable to query withdrawals that their tree is not finalized yet (#47) * introduce authz tx msg command (#48) * introduce authz tx msg command * update readme * format * update evm version * can disable to relay oracle data by emptying oracle-bridge-executor