You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add same cross chain id check and throw error when no consensus vote (#……83)
* add same cross chain id check and throw error when no consensus vote
* add break to loop
fix: zilliqa genesis ds block issue (#81)
* fix: zilliqa genesis ds block issue
* fix: rename zilliqa to zilliqalegacy
* fix: udpate zilliqa legacy sdk version
* feat: add zilliqa chain
* fix: some doc
* fix: use legacy version for zilliqa handler
* put todo
* fix(zilliqa): use a newer sdk version
* feat: use 17 for zilliqa sidechain id
* feat: add zilliqa rounter
* dep(zilliqa): use latest version
* test(zilliqa): sync header test
add mutex for consensus chain store (#70)
* fix: verifyHeader threshold should be +2/3
* modify log
* replace msg pool mutex
* add mutex for chain store
* revoke msg pool mutex modification