eth-tracker/internal/handler
Mohamed Sohail 天明 05d142664d
feat: handle contract creation (#43)
* feat: add contract creation handler

* fix: process contract creations

* fix: redis keys name
2024-10-07 15:12:58 +03:00
..
contract_creation.go feat: handle contract creation (#43) 2024-10-07 15:12:58 +03:00
custodial_registration.go feat: add custodial registration proxy handler 2024-10-07 09:49:01 +03:00
faucet_give.go feat (BREAKING): evm compat tracker with mod directive replace approach 2024-09-27 14:28:26 +03:00
handler.go feat (BREAKING): evm compat tracker with mod directive replace approach 2024-09-27 14:28:26 +03:00
index_add.go feat (BREAKING): evm compat tracker with mod directive replace approach 2024-09-27 14:28:26 +03:00
index_remove.go feat (BREAKING): evm compat tracker with mod directive replace approach 2024-09-27 14:28:26 +03:00
ownership.go feat (BREAKING): evm compat tracker with mod directive replace approach 2024-09-27 14:28:26 +03:00
pool_deposit.go feat (BREAKING): evm compat tracker with mod directive replace approach 2024-09-27 14:28:26 +03:00
pool_swap.go feat (BREAKING): evm compat tracker with mod directive replace approach 2024-09-27 14:28:26 +03:00
quoter_price.go feat (BREAKING): evm compat tracker with mod directive replace approach 2024-09-27 14:28:26 +03:00
seal.go feat (BREAKING): evm compat tracker with mod directive replace approach 2024-09-27 14:28:26 +03:00
token_burn.go feat (BREAKING): evm compat tracker with mod directive replace approach 2024-09-27 14:28:26 +03:00
token_mint.go feat (BREAKING): evm compat tracker with mod directive replace approach 2024-09-27 14:28:26 +03:00
token_transfer.go feat: optimize exists to check multiple keys in one call (#40) 2024-10-07 10:07:11 +03:00