Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: �concurrent transaction tasks (#98)
* CCCP-290, chore: rename bridge components * CCCP-290, fix: remove vault contracts * CCCP-290, feature: add variants decoding * CCCP-290, test: socket event decode * CCCP-290, fix: remove split contracts * CCCP-290, chore: rename to router * CCCP-290, refactor: move gas middleware * CCCP-290, feature: impl ExecutionFilter * CCCP-290, feature: apply ExecutionFilter * CCCP-290, chore: apply cargo-clippy * CCCP-290, chore: add missing doc strings * CCCP-290, chore: update logs * CCCP-290, fix: remove redundant balance check * CCCP-290, fix: remove retry coefficient * CCCP-290, chore: fix doc strings * feature: impl asynchronous transaction tasks * temp * fix: remove execution filter * refactor: move transaction tasks * fix: remove router address * feature: disable tx spawn on bootstrap process * Feature: Implement `SocketRollbackHandler` and `ExecutionFilter` (#99) * feature: impl socket rollback handler * chore: add code comments * chore: move periodic wait order * feature: impl execution filter * fix: add status checks on both src and dst chains * fix: change display format * chore: refactor method names * chore: rename transaction task * fix: rollback heartbeat await * fix: resolve feature issues (#100) * fix: set transaction type on start * fix: set gas price on execution filter * Update client/src/eth/handlers/execution_filter.rs Co-authored-by: Min-seong Kwon <kwonarseus@gmail.com> * Update client/src/eth/handlers/execution_filter.rs Co-authored-by: Min-seong Kwon <kwonarseus@gmail.com> * Update client/src/eth/handlers/execution_filter.rs Co-authored-by: Min-seong Kwon <kwonarseus@gmail.com> * Update periodic/src/socket_rollback_handler.rs Co-authored-by: Min-seong Kwon <kwonarseus@gmail.com> * Update periodic/src/socket_rollback_handler.rs Co-authored-by: Min-seong Kwon <kwonarseus@gmail.com> * Update periodic/src/socket_rollback_handler.rs Co-authored-by: Min-seong Kwon <kwonarseus@gmail.com> * Update primitives/src/periodic.rs Co-authored-by: Min-seong Kwon <kwonarseus@gmail.com> * Update primitives/src/periodic.rs Co-authored-by: Min-seong Kwon <kwonarseus@gmail.com> * chore: refactor btreemap build * fix: resolve typo * chore: refactor btreemap collection on service.rs --------- Co-authored-by: Min-seong Kwon <kwonarseus@gmail.com> * match impl/trait members order * Remove unnecessary parentheses * Remove unnecessary parentheses & Match impl/trait members order * Impl `Display` instead `ToString` * test: update socket status checker --------- Co-authored-by: Min-seong Kwon <kwonarseus@gmail.com>
- Loading branch information