wormhole-explorer/contract-watcher/watcher
agodnic d267d3ae1f
Transaction search by address: fix case sensitivity (#591)
### Description

Tracking issue: https://github.com/wormhole-foundation/wormhole-explorer/issues/587

The endpoint `GET /api/v1/transactions?address={addr}` was incorrectly handling EVM addresses containing uppercase characters. This pull request fixes the issue.
2023-07-28 12:27:48 -03:00
..
aptos_watcher.go Fix contract-watcher last block metrics (#553) 2023-07-18 11:27:42 -03:00
contract_tracker.go Add backfiller command to process a chain (#364) 2023-05-31 10:29:47 -03:00
evm.go Transaction search by address: fix case sensitivity (#591) 2023-07-28 12:27:48 -03:00
evm_standard_watcher.go Fix contract-watcher last block metrics (#553) 2023-07-18 11:27:42 -03:00
evm_test.go Add oasis support to contract watcher (#258) 2023-04-25 14:48:26 -03:00
evm_watcher.go Fix contract-watcher last block metrics (#553) 2023-07-18 11:27:42 -03:00
pagination.go Add backfiller command to process a chain (#364) 2023-05-31 10:29:47 -03:00
solana_watcher.go Fix contract-watcher last block metrics (#553) 2023-07-18 11:27:42 -03:00
terra_watcher.go Fix contract-watcher last block metrics (#553) 2023-07-18 11:27:42 -03:00
watcher.go [contract-watcher] Add opsgenie alerts and prometheus metrics (#472) 2023-06-30 11:25:09 -03:00
watcher_test.go Add endpoint `GET /api/v1/transactions` (#388) 2023-06-12 11:43:48 -03:00