aboutsummaryrefslogtreecommitdiffstats
path: root/light
Commit message (Expand)AuthorAgeFilesLines
* core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-052-7/+7
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-2/+2
* core, light: allow zero cost txs from inexistent accounts tooPéter Szilágyi2016-12-161-12/+1
* Merge pull request #3413 from zsfelfoldi/light-topic4Felix Lange2016-12-133-8/+23
|\
| * les, light: add block availability check for ODR requestsZsolt Felfoldi2016-12-102-8/+12
| * les: improved header fetcher and server statisticsZsolt Felfoldi2016-12-101-0/+11
* | core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-111-2/+2
|/
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-064-103/+40
* light: implemented VMState.Empty() (#3357)Felföldi Zsolt2016-11-282-2/+14
* core: implemented new ropsten testnetJeffrey Wilcke2016-11-231-1/+0
* cmd/geth, core, light, mobile: removed state account StartingNonceJeffrey Wilcke2016-11-231-4/+1
* core/types: turn off nonce checking for Call messagesZsolt Felfoldi2016-11-141-2/+2
* light: updated CHTs for mainnet and testnetZsolt Felfoldi2016-11-141-4/+4
* core/types, params: EIP#155Jeffrey Wilcke2016-11-134-69/+24
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-137-22/+28
* all: update license informationFelix Lange2016-11-097-6/+24
* core/types: remove header accessorsFelix Lange2016-11-094-10/+10
* p2p/discv5: added new topic discovery packageZsolt Felfoldi2016-11-091-4/+4
* light: light chain, VM env and tx poolZsolt Felfoldi2016-11-0912-97/+2558
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-3/+3
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-9/+5
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-1/+2
* core, trie: replace state caches with trie journalFelix Lange2016-09-281-4/+0
* core/state: track all accounts in canon stateFelix Lange2016-09-261-1/+1
* light: fix memory expansion bug (same as fix for core/state)Gustav Simonsson2016-09-202-2/+4
* core/state, light: remove unused StateObject.initCodeGustav Simonsson2016-09-191-3/+0
* all: update license informationFelix Lange2016-04-151-1/+1
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-222-4/+4
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-1/+1
* light: implemented odr-capable trie and state structureszsfelfoldi2015-12-175-0/+1032