cic-chain-events/internal/filter
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
..
address_filter.go major refactor: bootstrap from registry map and token index (see notes) 2023-03-29 16:17:30 +00:00
address_filter_test.go fix: add checksum address to event, use stdlib json, load addresses from ko 2023-03-11 09:29:51 +00:00
approve_filter.go feat: add approve filter (tested on chain) (#52) 2023-07-10 12:20:50 +08:00
filter.go fix: add checksum address to event, use stdlib json, load addresses from ko 2023-03-11 09:29:51 +00:00
gas_filter.go feat: add timestamp and txType to event payload 2023-04-24 07:25:25 +00:00
register_filter.go feat: add timestamp and txType to event payload 2023-04-24 07:25:25 +00:00
token_index_filter.go feat: add timestamp and txType to event payload 2023-04-24 07:25:25 +00:00
transfer_filter.go feat: add timestamp and txType to event payload 2023-04-24 07:25:25 +00:00
transfer_filter_test.go fix: add checksum address to event, use stdlib json, load addresses from ko 2023-03-11 09:29:51 +00:00