wormhole-explorer/api/handlers/transactions
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
..
model.go Remove unused fields from the origin transaction model (#528) 2023-07-12 16:47:33 -03:00
queries.go Add total tx count and total tx volume by portal bridge for scorecards (#314) 2023-05-15 15:15:12 -03:00
queries_test.go Add total tx count and total tx volume by portal bridge for scorecards (#314) 2023-05-15 15:15:12 -03:00
repository.go Transaction search by address: fix case sensitivity (#591) 2023-07-28 12:27:48 -03:00
repository_test.go Add total tx count and total tx volume by portal bridge for scorecards (#314) 2023-05-15 15:15:12 -03:00
service.go Fix `GET /api/v1/transactions?address={addr}` (#550) 2023-07-18 09:54:52 -03:00