plugeth/xeth
Jeffrey Wilcke f7a71996fb core, event/filter, xeth: refactored filter system
Moved the filtering system from `event` to `eth/filters` package and
removed the `core.Filter` object. The `filters.Filter` object now
requires a `common.Database` rather than a `eth.Backend` and invokes the
`core.GetBlockByX` directly rather than thru a "manager".
2015-10-02 22:47:43 +02:00
..
frontend.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
state.go core, eth, trie, xeth: merged state, chain, extra databases in one 2015-08-07 22:29:02 +02:00
types.go Add tests for uncle timestamps and refactor timestamp type 2015-08-25 04:46:11 +02:00
whisper_filter.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
whisper_message.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
whisper.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
xeth_test.go xeth: added address hex check and length check 2015-08-07 09:52:12 +02:00
xeth.go core, event/filter, xeth: refactored filter system 2015-10-02 22:47:43 +02:00