Releases: initia-labs/opinit-bots
Releases · initia-labs/opinit-bots
v0.1.11
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
v0.1.6
Feat/cors (#42) * add cors server config * bug when deleting future withdrawals
v0.1.5
Feat/withdrawal api by address (#41) * save withdrawals by address * change query params * db iteration bug fix * fix db iteration bug * change cmd name * go mod tidy * cleanup go.mod * change offset to real index * add next --------- Co-authored-by: beer-1 <[email protected]>
v0.1.4
fix node db (#40) * fix node db * delete da too
v0.1.1
Feat/fetch output submitter info (#34) * make nodes use l1 brige config instead of l2 bridge info * use bech32 prefix from config & fetch keyrecord info from keyring config * add bech32prefix to challenge node configs * small safe guard * delete keyringconfig from broadcaster config
v0.1.0-test.2
add dockerfile. (#19) * add dockerfile. * clean up. * change workdir * expose opinitd directly * update comments and remove unused copy line --------- Co-authored-by: beer-1 <[email protected]>