Skip to content

Commit

Permalink
More efficient catch-up behaviour, remote config, ...
Browse files Browse the repository at this point in the history
* use eth_getLogs to fetch logs in bulk when catching up
  after a restart.
* allow loading configuration from URLs
* switch from toml to json for the configuration
* store block_number as integer in the db instead of hex string
* use ethers_core for types
* make webhook timeout configurable
* limit the number of deliveries loaded from the DB in one query
  • Loading branch information
arshsingh committed Oct 15, 2023
1 parent 2ddac7b commit 221e4af
Show file tree
Hide file tree
Showing 11 changed files with 982 additions and 230 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

db.sqlite

blockwatch.toml
blockwatch.config.json
Loading

0 comments on commit 221e4af

Please sign in to comment.