aboutsummaryrefslogtreecommitdiffstats
path: root/core/filter.go
Commit message (Expand)AuthorAgeFilesLines
* core: fixed wildcard topic filters. Closes #725obscuren2015-04-241-5/+14
* core/rpc: fix for null entries in log filters. Closes #725obscuren2015-04-211-1/+2
* core: fixed issue for logs filter. Closes #629obscuren2015-04-151-1/+1
* Changed how logs are being recordedobscuren2015-04-081-3/+3
* Decouple core from rpcTaylor Gerring2015-03-271-23/+0
* Fixed filter and refactored codeobscuren2015-03-261-1/+1
* moved state and vm to coreobscuren2015-03-231-1/+1
* mergeobscuren2015-03-201-2/+2
|\
| * Merge branch 'rpcxeth' into rpcfrontierTaylor Gerring2015-03-201-1/+1
| |\
| | * Reorg filter logic to XEthTaylor Gerring2015-03-201-1/+1
| * | Listen to tx pre event and trigger 'pending'obscuren2015-03-201-1/+1
| |/
* | mergeobscuren2015-03-191-2/+2
|\|
| * fixed chain event. Closes #529obscuren2015-03-191-2/+2
* | converted vmobscuren2015-03-171-12/+12
|/
* uncle validationobscuren2015-03-041-1/+1
* Filter accepts multiple topics per entry. Fixes #403obscuren2015-03-021-9/+26
* Added eth_logs & fixed issue with manual log filteringobscuren2015-02-221-3/+2
* Filter and mutex locks addedobscuren2015-02-171-6/+17
* "centralised" mining to backend. Closes #323obscuren2015-02-171-2/+2
* Compare regardless of lengthobscuren2015-02-081-1/+1
* pending / chain eventobscuren2015-02-061-2/+3
* Propagate known transactions to new peers on connectobscuren2015-02-051-14/+9
* Filteringobscuren2015-02-051-0/+7
* Reimplemented message filters for rpc callsobscuren2015-01-291-0/+21
* reworking messages => logobscuren2015-01-281-83/+35
* BlockManager => BlockProcessorobscuren2015-01-051-1/+1
* Refactored block & Transactionobscuren2014-12-231-6/+7
* Locks, refactor, testsobscuren2014-12-181-2/+2
* Renamed `chain` => `core`obscuren2014-12-041-0/+200