-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add oracles cache (#238) * Add oracles cache * Review fix * Use separate tasks for main functions (#230) * Use separate tasks for main functions Signed-off-by: cyc60 <[email protected]> * Refactored func names Signed-off-by: cyc60 <[email protected]> * Run HarvestTask only if needed Signed-off-by: cyc60 <[email protected]> * Review fix Signed-off-by: cyc60 <[email protected]> * Move interrupt_handler processing to tasks Signed-off-by: cyc60 <[email protected]> --------- Signed-off-by: cyc60 <[email protected]> * Move ipfs retries to client (#252) * Move ipfs retries to client * Fix test * Add settings for genesis validators ipfs client * Increase default GENESIS_VALIDATORS_IPFS_RETRY_TIMEOUT * Refactored keystores (#249) * Refactored keystores Signed-off-by: cyc60 <[email protected]> * Fix tests Signed-off-by: cyc60 <[email protected]> * Remove unused comment Signed-off-by: cyc60 <[email protected]> * Remove double log Signed-off-by: cyc60 <[email protected]> * Update packages in prod build (#256) * Update packages in prod build * Fix * Remove goerli network (#257) Signed-off-by: cyc60 <[email protected]> --------- Signed-off-by: cyc60 <[email protected]> Co-authored-by: antares-sw <[email protected]> * Log format (#260) * Add json log formatter Signed-off-by: cyc60 <[email protected]> * Poetry update Signed-off-by: cyc60 <[email protected]> * Use record.created for json logs Signed-off-by: cyc60 <[email protected]> * Review fixes Signed-off-by: cyc60 <[email protected]> * Review fix Signed-off-by: cyc60 <[email protected]> * Remove int conversion Signed-off-by: cyc60 <[email protected]> --------- Signed-off-by: cyc60 <[email protected]> * Add log envs to example (#262) Signed-off-by: cyc60 <[email protected]> * Fixes after merge * Rework signature rotation parallel (#273) * Add flake8-datetimez plugin (#274) * Add flake8-datetimez plugin * Fix poetry.lock after merge * Move protocol config to sw-utils Signed-off-by: cyc60 <[email protected]> * Update test Signed-off-by: cyc60 <[email protected]> * Merge cleanup Signed-off-by: cyc60 <[email protected]> --------- Signed-off-by: cyc60 <[email protected]> Co-authored-by: evgeny-stakewise <[email protected]> Co-authored-by: antares-sw <[email protected]> Co-authored-by: Evgeny Gusarov <[email protected]>
- Loading branch information
1 parent
cf6ef9f
commit 0139700
Showing
13 changed files
with
145 additions
and
198 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.