-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: integrated base Observer structure into existing EVM/BTC ob…
…servers (#2359) * save local new files to remote * initiated base observer * move base to chains folder * moved logger to base package * added base signer and logger * added changelog entry * integrated base signer into evm/bitcoin; integrated base observer into evm * integrated base observer to evm and bitcoin chain * added changelog entry * cherry pick base Signer structure integration * updated PR number in changelog * updated PR number in changelog * cherry picked the integration of base Observer * moved pure RPC methods to rpc package * moved Mutex to base Observer struct * type check on cached block, header * update changelog PR number and added unit test for Stop() method * replace magic numbers with constants * updated method name in logging * Move sqlite-mem db to testutils * Add base signer's Lock & Unlock --------- Co-authored-by: Dmitry <[email protected]>
- Loading branch information
1 parent
852897f
commit 3f32bd0
Showing
30 changed files
with
1,946 additions
and
1,358 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.