-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d169e18
commit cfd997c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule observer
updated
18 files
+1 −1 | Dockerfile | |
+12 −0 | cmd/cli/cli.go | |
+1 −0 | common/config.go | |
+5 −0 | common/database/types.go | |
+5 −0 | common/utils/chain.go | |
+8 −1 | docker-compose.yml | |
+3 −33 | go.mod | |
+2 −278 | go.sum | |
+179 −153 | internal/metrics/tx_mapper_db.go | |
+0 −48 | internal/scheduler/proposer_duties.go | |
+0 −4 | internal/scheduler/scheduler.go | |
+10 −7 | internal/watcher/blocks.go | |
+2 −2 | internal/watcher/decryption_keys.go | |
+24 −2 | internal/watcher/watcher.go | |
+2 −1 | tests/init_test.go | |
+8 −0 | tests/transaction_test.go | |
+8 −2 | tests/tx_mapper_test.go | |
+153 −0 | tests/validator_test.go |