| Commit message (Expand) | Author | Age | Files | Lines |
* | core, core/vm, eth/filters: move Removed field into vm.Log | Felix Lange | 2016-12-05 | 4 | -109/+63 |
* | eth/filter: add support for pending logs (#3219) | bas-vk | 2016-11-28 | 6 | -90/+302 |
* | eth/filters: simplify query object decoding | Felix Lange | 2016-11-28 | 1 | -47/+44 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 2 | -3/+5 |
* | core/types: remove header accessors | Felix Lange | 2016-11-09 | 1 | -2/+2 |
* | cmd, eth: added light client and light server modes | zsfelfoldi | 2016-11-09 | 4 | -56/+108 |
* | les: light client protocol and API | Zsolt Felfoldi | 2016-11-09 | 4 | -16/+99 |
* | rpc: refactor subscriptions and filters | Bas van Kervel | 2016-08-17 | 5 | -722/+928 |
* | core: ensure the canonical block is written before the canonical hash is set | Bas van Kervel | 2016-08-16 | 1 | -3/+6 |
* | Merge pull request #2711 from hdiedrich/1.4.7-filter-races-cleanup | Felix Lange | 2016-07-20 | 2 | -28/+54 |
|\ |
|
| * | eth: fix #2710 filter races | Henning Diedrich | 2016-07-04 | 2 | -28/+54 |
* | | accounts, core, eth: pass chain config for chain maker to test DAO | Péter Szilágyi | 2016-07-15 | 1 | -2/+2 |
|/ |
|
* | core: improved chainDb using sequential keys | zsfelfoldi | 2016-06-07 | 3 | -6/+7 |
* | eth/filter: bugfix which can cause a nil pointer crash when parsing filter ar... | Bas van Kervel | 2016-05-17 | 2 | -38/+234 |
* | eth/filters: ignore logs that don't match filter criteria on chain reorg | Bas van Kervel | 2016-04-28 | 1 | -1/+1 |
* | rpc: remove NotifierContextKey | Felix Lange | 2016-04-16 | 1 | -1/+1 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 3 | -8/+8 |
* | all: update license information | Felix Lange | 2016-04-15 | 5 | -9/+41 |
* | rpc: add pub/sub support | Bas van Kervel | 2016-04-02 | 1 | -13/+66 |
* | eth: various typos | Leif Jurvetson | 2016-03-16 | 2 | -2/+2 |
* | cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache | Péter Szilágyi | 2016-03-09 | 1 | -2/+2 |
* | eth/filters: ✨ pending logs ✨ | Jeffrey Wilcke | 2016-02-13 | 4 | -40/+119 |
* | eth/filters: added notifications for out of bound log events | Jeffrey Wilcke | 2016-02-05 | 4 | -26/+132 |
* | cmd, eth, rpc: fix some RPC issues with pending blocks | Péter Szilágyi | 2016-02-03 | 1 | -2/+2 |
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -1/+1 |
* | rpc: new RPC implementation with pub/sub support | Bas van Kervel | 2015-12-14 | 1 | -0/+575 |
* | core, eth, miner, xeth: clean up tx/receipt db accessors | Péter Szilágyi | 2015-11-19 | 1 | -4/+4 |
* | cmd/utils, rpc/comms: stop XEth when IPC connection ends | Felix Lange | 2015-10-30 | 1 | -53/+35 |
* | core, eth, trie: fix data races and merge/review issues | Péter Szilágyi | 2015-10-21 | 1 | -17/+16 |
* | core: differentiate receipt concensus and storage decoding | Péter Szilágyi | 2015-10-19 | 1 | -1/+1 |
* | core, eth/filters, miner, xeth: Optimised log filtering | Jeffrey Wilcke | 2015-10-17 | 2 | -63/+255 |
* | eth/filters: added benchmark | Jeffrey Wilcke | 2015-10-16 | 2 | -7/+96 |
* | core, eth, event, miner, xeth: fix event post / subscription race | Péter Szilágyi | 2015-10-12 | 1 | -16/+28 |
* | cmd/geth, cmd/utils, core, rpc: renamed to blockchain | Jeffrey Wilcke | 2015-10-04 | 2 | -7/+12 |
* | cmd/evm, core/vm, test: refactored VM and core | Jeffrey Wilcke | 2015-10-04 | 2 | -11/+11 |
* | core, event/filter, xeth: refactored filter system | Jeffrey Wilcke | 2015-10-03 | 2 | -0/+344 |