| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebrand as tangerine-network/go-tangerine | Wei-Ning Huang | 2019-09-17 | 7 | -52/+52 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-06-12 | 7 | -52/+52 |
* | eth/filters: fix the block range assignment for log filter (#17284) | gary rong | 2018-07-31 | 1 | -8/+6 |
* | all: simplify switches (#17267) | Oleg Kovalov | 2018-07-30 | 1 | -2/+1 |
* | eth/filters: improve error message for invalid filter topics (#17234) | Ian Macalinao | 2018-07-24 | 1 | -2/+2 |
* | accounts, eth, les: blockhash based filtering on all code paths | Péter Szilágyi | 2018-07-12 | 5 | -60/+107 |
* | eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogs | Domino Valdano | 2018-07-12 | 2 | -13/+70 |
* | eth/filters: make filterLogs func more readable (#16920) | knarfeh | 2018-06-14 | 1 | -3/+3 |
* | core, eth: minor txpool event cleanups | Péter Szilágyi | 2018-05-18 | 4 | -13/+13 |
* | all: collate new transaction events together | rjl493456442 | 2018-05-18 | 4 | -28/+33 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -6/+6 |
* | eth/filter: check nil pointer when unsubscribe (#16682) | gary rong | 2018-05-09 | 1 | -41/+58 |
* | eth/filters: derive FilterCriteria from ethereum.FilterQuery (#16629) | Domino Valdano | 2018-05-08 | 1 | -8/+2 |
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 4 | -49/+51 |
* | common: delete StringToAddress, StringToHash (#16436) | Felix Lange | 2018-04-10 | 1 | -2/+2 |
* | eth: fix typos (#16414) | Yusup | 2018-04-04 | 1 | -1/+1 |
* | eth, les, light: filter on logs only, derive receipts on demand | Péter Szilágyi | 2018-02-23 | 3 | -8/+48 |
* | accounts/abi/bind: support event filtering in abigen | Péter Szilágyi | 2018-01-24 | 3 | -16/+21 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 2 | -10/+10 |
* | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) | gary rong | 2017-12-22 | 2 | -3/+5 |
* | core/bloombits: handle non 8-bit boundary section matches | Péter Szilágyi | 2017-11-15 | 1 | -0/+1 |
* | build: enable unconvert linter (#15456) | ferhat elmas | 2017-11-11 | 1 | -1/+1 |
* | all: gofmt -w -s (#15419) | ferhat elmas | 2017-11-08 | 1 | -1/+1 |
* | les, light: LES/2 protocol version (#14970) | Felföldi Zsolt | 2017-10-24 | 2 | -6/+9 |
* | core/bloombits, eth/filters: handle null topics (#15195) | Péter Szilágyi | 2017-09-27 | 5 | -46/+26 |
* | core/bloombits: use general filters instead of addresses and topics | Zsolt Felfoldi | 2017-09-06 | 1 | -1/+18 |
* | core/bloombits: AddBloom index parameter and fixes variable names | Zsolt Felfoldi | 2017-09-06 | 1 | -1/+1 |
* | core, eth: clean up bloom filtering, add some tests | Péter Szilágyi | 2017-09-06 | 5 | -295/+184 |
* | core, eth: add bloombit indexer, filter based on it | Zsolt Felfoldi | 2017-09-06 | 5 | -173/+464 |
* | core: implement Metropolis EIP 658, receipt status byte | rjl493456442 | 2017-08-22 | 1 | -5/+5 |
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 4 | -68/+185 |
* | eth: fix megacheck warnings | Egon Elbre | 2017-08-08 | 4 | -8/+4 |
* | core: remove redundant storage of transactions and receipts (#14801) | Péter Szilágyi | 2017-07-15 | 1 | -12/+0 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 2 | -9/+8 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 5 | -11/+8 |
* | event: deprecate TypeMux and related types | Felix Lange | 2017-01-25 | 1 | -2/+2 |
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 2 | -2/+2 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 3 | -18/+18 |
* | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 5 | -75/+70 |
* | eth/filters: add FindOnce for iterator-like operation (#3435) | Nick Johnson | 2016-12-20 | 1 | -20/+50 |
* | 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 |