This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
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
* darwinia-ethereum * add ethereum service tracking support * add stop to ethereum service * add ethereum topics to subscribe * update rust-web3 to new version to unify tokio * process log by topic * make ethereum tracker stoppable * make LogsHandler handle self mut * change evm log tracker to use anyhow::Result * processing the subscribed logs * add relay service to darwinia <> ethereum * update dependencies * add redeem service * component-darwinia-subxt * fix errors * fix darwinia-ethereum extrinsics * remove shadow from extrinsics serivce * Update cache * add guard service * add darwinia service * cargo.lock * use config * update cargo.lock * Add more error info * fix task_manager error * change task-darwinia-ethereum log level * fix DarwiniaAccount init error * add a stop msg to darwinia subscribe service * add log target to darwinia subscribe service * fix the code of capturing the restart error in DarwiniaBlockTracker * start the subscribing process when the darwinia service starts * update ethereum subscribe service * cargo.lock * fix guard * fix relay * fix darwinia-ethereum last-redeemed * fix darwinia-ethereum scan_from * add reconnection function to darwinia-ethereum darwinia subscribe service * remove a unwrap from guard service * update and fix something in darwinia-ethereum task * modify log for evm_log_tracker * add init value to target & relayed in darwinia-ethereum relay service * check the input block number before assign it to target * change log info * guard reconnecting support * sleep 30 secs before reconnecting * change guard log * fix guard * change storage MmrRootsToSign return type * use microkv to track block * throw err when evm_log_tracker handle logs * reconnect support for darwinia service * reconnect support for ethereum service * adjust relay logic & add reconnect support * reconnect support for extrinsics service * reconnect support for redeem service * open all darwinia-ethereum services * merge refactor * remove unused imports * fix some * add start with block number support to darwinia service * add start with block number support to ethereum service * pass if type size unavailable * fix evm log tracker to raise err when get next range of logs * add log detail to relay * debug * refactor relay service to reduce the connections * refactor redeem service to reduce the connections * refactor extrinsics service to reduce the connections * add reconnect helper's new function * remove unused * add reconnect to extrinsics helper's new function * fix start info * fix relay log * change log info * fix log * fix guard * change ethereum topics config * fix log * add task-darwinia-ethereum.toml template * merge refactor Co-authored-by: Aki Wu <wuminzhe@gmail.com> Co-authored-by: HackFisher <hackfisher@gmail.com>
…_mut -> running_task_downcast_mut
@wuminzhe some test error in evm-log-tracker crate |
hackfisher
approved these changes
Jul 23, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related:
With:
https://github.com/darwinia-network/substrate-api-client/pull/1Work:
bridge shareddiscard shared 8e10961
--enable-offchain-indexing 1
#196~/.bridger/
defaultbase-path
for bridger. 7dd1032Needs to be resolved, but not now