ipld-eth-server/pkg/datastore/postgres/repositories
Rob Mulholand 462f94d84a Associate receipts with blocks instead of transactions
- Allows us to fetch receipts by block and persist even when
associated transaction is unknown. (The associated transaction
can still be derived from the tx_hash column at query time, but
is an expensive operation to require for inserts).
2018-05-04 10:52:28 -05:00
..
block_repository_test.go Allow Parity as ingest node (#36) 2018-03-07 15:29:21 -06:00
block_repository.go Associate receipts with blocks instead of transactions 2018-05-04 10:52:28 -05:00
contract_repository_test.go Handle events 2018-03-05 10:01:50 -06:00
contract_repository.go Handle events 2018-03-05 10:01:50 -06:00
log_filter_repository_test.go Handle events 2018-03-05 10:01:50 -06:00
log_filter_repository.go Handle events 2018-03-05 10:01:50 -06:00
logs_repository_test.go Handle events 2018-03-05 10:01:50 -06:00
logs_repository.go Handle events 2018-03-05 10:01:50 -06:00
receipt_repository.go Allow Parity as ingest node (#36) 2018-03-07 15:29:21 -06:00
receipts_repository_test.go Handle events 2018-03-05 10:01:50 -06:00
repositories_suite_test.go Handle events 2018-03-05 10:01:50 -06:00
watched_events_repository_test.go Handle events 2018-03-05 10:01:50 -06:00
watched_events_repository.go Handle events 2018-03-05 10:01:50 -06:00