Skip to content

Releases: initia-labs/opinit-bots

v0.1.14-2

07 Feb 13:00
e4ebae9
Compare
Choose a tag to compare
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

07 Feb 03:22
5a0c7d7
Compare
Choose a tag to compare

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

05 Feb 08:55
cb1812c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.13...v0.1.14

v0.1.13

04 Feb 05:21
887b8c1
Compare
Choose a tag to compare

Do not use this version

v0.1.12

06 Jan 04:04
b750c56
Compare
Choose a tag to compare

Do not use this version

v0.1.11

11 Dec 04:54
ece493c
Compare
Choose a tag to compare

Do not use this version

v0.1.10

25 Nov 12:30
a6bf7bb
Compare
Choose a tag to compare
change withdrawal indexing (#53)

v0.1.9

21 Nov 09:22
197ca86
Compare
Choose a tag to compare
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

20 Nov 05:59
dcae51a
Compare
Choose a tag to compare
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

19 Nov 05:50
88491e9
Compare
Choose a tag to compare
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