Commit Graph

8 Commits

Author SHA1 Message Date
Mohamed Sohail a326593b21
feat: add approve filter (tested on chain) (#52)
* wip: add approve filter (untested)

* main: register approve filter

* fix: update tofrom addresses in event payload
2023-07-10 12:20:50 +08:00
Mohamed Sohail 8085168ed3
major refactor: bootstrap from registry map and token index (see notes)
* the cache is now bootstrapped from the token index and registry map
* a token index filter auto updates the cache when a token is added (using add sig)
* minor fixes to filters
2023-03-29 16:17:30 +00:00
Mohamed Sohail 521b3a35e0
fix (minor): lower case system address 2023-03-15 08:56:08 +00:00
Mohamed Sohail 63205cc118
pkg: nump echopprof to include allocs handler 2023-03-13 15:05:53 +00:00
Mohamed Sohail 122b16451c
debug: add pprof handlers 2023-03-13 14:30:55 +00:00
Mohamed Sohail 8b14445c88
fix: loading systemAddress 2023-03-11 09:39:26 +00:00
Mohamed Sohail 94f1f3bc2c
fix: add checksum address to event, use stdlib json, load addresses from ko 2023-03-11 09:29:51 +00:00
Mohamed Sohail 2bbc05bb45
major refactor: sig ch, remove conf settings, jetstream pub, ci
* This is a major refactor and includes general improvements around

- context cancellation
- build settings
- jetstream pub sub
- logging
- docker builds
- conf loading
2023-03-08 14:30:40 +00:00