-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(zetaclient): propagate context across codebase & refactor zetaco…
…re client (#2428) * Implement `retry` package * Refactor zetacore query methods * Refactor zetacore broadcast.go * Refactor zetacore client construction * Refactor zetacore client [WIP] * Fix debug cli command * Add ctx to evm observer * Add ctx to evm observer & signer * Add `bg` package * Add ctx to btc observer * Add ctx to supply checker * Add ctx to orchestrator & signers * Fix lint errors * Improve zetacore client configuration. Fix zetacore tests [WIP] * Fix zetacore client test cases * Fix other test cases * Resolve merge conflicts * Update changelog * Address PR comments [1] * Address PR comments [2] * Remove logger pointer from bg package * Minor fix * Minor code improvement * Converge config.New and config.NewConfig * Improve NewSigner logging * Add zctx.Copy() * Refactor Orchestrator shutdown logic * Fix retrier logic for monitors * Minor fix * Fix gosec * Update e2e readme * Fix BTC outbound typo * Fix typo * Address PR comments * Add test cases for `bg` * Handle ctx errors in `retry`
- Loading branch information
Showing
72 changed files
with
4,347 additions
and
2,632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.