This website requires JavaScript.
Explore
Help
Sign In
deep-stack
/
ipld-eth-server
Watch
6
Star
0
Fork
0
You've already forked ipld-eth-server
forked from
cerc-io/ipld-eth-server
Code
Pull Requests
Activity
05cb06c2d3
ipld-eth-server
/
pkg
/
omni
/
light
/
repository
History
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