ipld-eth-server/pkg/omni/light/repository
Rob Mulholand 1414779d52 Use *sqlx.Tx instead of *sql.Tx
- requires using db.Beginx() instead of db.Begin()
- enables calling tx.Get()
2019-03-06 12:43:39 -06:00
..
header_repository_test.go fetch event logs in batches- all events for a contract address at a given block height are fetched together, different contract events still fetched separately 2018-12-21 10:33:31 -06:00
header_repository.go Use *sqlx.Tx instead of *sql.Tx 2019-03-06 12:43:39 -06:00
repository_suite_test.go Discard logs created during tests 2019-02-12 11:18:39 -06:00