| Commit message (Expand) | Author | Age | Files | Lines |
* | core, core/state: move gas tracking out of core/state | Felix Lange | 2015-10-17 | 1 | -23/+27 |
* | cmd/evm, core/vm, test: refactored VM and core | Jeffrey Wilcke | 2015-10-04 | 1 | -31/+36 |
* | core: improve block gas tracking | Felix Lange | 2015-09-02 | 1 | -15/+8 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | core, miner: removed vm errors from consensus err checking | Jeffrey Wilcke | 2015-07-06 | 1 | -0/+7 |
* | Fix core error forwarding, unify OOG VM err | Gustav Simonsson | 2015-07-04 | 1 | -1/+1 |
* | core, xeth: core.AddressFromMessage removed => crypto.CreateAddress | Jeffrey Wilcke | 2015-07-02 | 1 | -6/+0 |
* | core: remove superfluous big.Int allocations | Felix Lange | 2015-06-30 | 1 | -25/+13 |
* | core: avoid duplicate calls to Transaction.Data | Felix Lange | 2015-06-30 | 1 | -3/+3 |
* | core: optimize IntrinsicGas | Felix Lange | 2015-06-30 | 1 | -5/+12 |
* | core/types: make blocks immutable | Felix Lange | 2015-06-30 | 1 | -4/+5 |
* | core, miner, xeth: renamed gas methods | obscuren | 2015-06-21 | 1 | -13/+2 |
* | core/state, core/vm: cleanup refunds | obscuren | 2015-06-17 | 1 | -5/+3 |
* | core, core/vm: moved logger and added gas cost to struct logging | obscuren | 2015-06-11 | 1 | -1/+1 |
* | core, core/vm: added structure logging | obscuren | 2015-06-10 | 1 | -0/+4 |
* | Add missing err checks on From() (skip RPC for now) | Gustav Simonsson | 2015-06-02 | 1 | -15/+20 |
* | Update StateTests and nil create return on failed code deposit | Gustav Simonsson | 2015-05-16 | 1 | -0/+1 |
* | Improved transaction pool | obscuren | 2015-04-09 | 1 | -16/+15 |
* | Moved logging to logger.Core | obscuren | 2015-04-04 | 1 | -4/+3 |
* | Read most protocol params from common/params.json | Gustav Simonsson | 2015-04-02 | 1 | -4/+5 |
* | Blocktest fixed, Execution fixed | obscuren | 2015-04-01 | 1 | -4/+5 |
* | Cleaned up changes | obscuren | 2015-03-24 | 1 | -5/+2 |
* | Modified according to poc 9 changes | obscuren | 2015-03-24 | 1 | -1/+1 |
* | Updated for PV59 | obscuren | 2015-03-24 | 1 | -8/+7 |
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -2/+2 |
* | conversions. -compilable- | obscuren | 2015-03-18 | 1 | -0/+6 |
* | Fixed VM & Tests w/ conversion | obscuren | 2015-03-17 | 1 | -10/+9 |
* | core: actually convert transaction pool | Felix Lange | 2015-03-17 | 1 | -10/+9 |
* | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-17 | 1 | -9/+13 |
|\ |
|
| * | converted vm | obscuren | 2015-03-17 | 1 | -9/+13 |
* | | core: adapt Message for new Transaction.From signature | Felix Lange | 2015-03-17 | 1 | -2/+3 |
|/ |
|
* | updated vm env | obscuren | 2015-03-17 | 1 | -3/+3 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -4/+4 |
* | Return proper error | obscuren | 2015-03-14 | 1 | -0/+3 |
* | Removed some of that gas pre pay magic | obscuren | 2015-03-13 | 1 | -22/+25 |
* | Lowered default gas price and increased default gas limit | obscuren | 2015-03-12 | 1 | -0/+2 |
* | Improved error reporting and removed commented code | obscuren | 2015-03-11 | 1 | -32/+1 |
* | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -3/+9 |
|\ |
|
| * | Spec changes. | obscuren | 2015-03-06 | 1 | -3/+10 |
* | | core: remove Hash method from Message interface | Felix Lange | 2015-03-10 | 1 | -3/+2 |
|/ |
|
* | Fixed error for invalid transaction | obscuren | 2015-03-03 | 1 | -7/+6 |
* | Updated gast costs | obscuren | 2015-03-03 | 1 | -8/+4 |
* | New gas prices model | obscuren | 2015-03-02 | 1 | -3/+9 |
* | Bump | obscuren | 2015-02-27 | 1 | -4/+1 |
* | Fixed consensus issue for refunding | obscuren | 2015-02-27 | 1 | -3/+6 |
* | Removed exported fields from state object and added proper set/getters | obscuren | 2015-02-20 | 1 | -4/+4 |
* | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -1/+2 |
* | Docs & old code removed | obscuren | 2015-02-03 | 1 | -21/+25 |
* | Added (disabled) Jit validation | obscuren | 2015-02-01 | 1 | -0/+25 |
* | Fixed consensus issue | obscuren | 2015-01-13 | 1 | -2/+1 |
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -20/+21 |
* | Closure => Context | obscuren | 2015-01-02 | 1 | -1/+1 |
* | Minor updates on gas and removed/refactored old code. | obscuren | 2014-12-20 | 1 | -11/+10 |
* | Removed OOG check. Revert should always happen. | obscuren | 2014-12-19 | 1 | -2/+9 |
* | Transaction was generating incorrect hash because of var changes | obscuren | 2014-12-19 | 1 | -1/+1 |
* | Fixed refund model | obscuren | 2014-12-19 | 1 | -6/+4 |
* | Gas corrections and vm fixes | obscuren | 2014-12-19 | 1 | -36/+37 |
* | Moved methods to messages | obscuren | 2014-12-18 | 1 | -4/+6 |
* | Created generic message (easy for testing) | obscuren | 2014-12-18 | 1 | -32/+66 |
* | null ptr fix | obscuren | 2014-12-04 | 1 | -4/+3 |
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -3/+3 |
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -0/+198 |