-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ethereum-connector): support block monitoring with http only con…
…nection - Update web3.js to 4.4 (I was hoping to use requested by me `safeDisconnect` method, but it seem to be still unavailable in this version) - Support monitoring without websocket ethereum node access by using http polling method. Method is chosed automatically during runtime, based on supplied ethereum node URL. - Refactored `WatchBlocksV1Endpoint` into base class and child classes that implement monitoring strategies. `WatchBlocksV1Endpoint` is now instantiated with factory method. This will allow easier addition of new strategies in the future. - Add monitoring tests to ethereum connector pacakge, remove overlaping tests from verifier-integration-with-ethereum-connector.test. Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
- Loading branch information
Showing
14 changed files
with
969 additions
and
490 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
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.