- Aug 11, 2015
-
-
Jeffrey Wilcke authored
-
- Aug 07, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Reduced big int allocation by making stack items modifiable. Instead of adding items such as `common.Big0` to the stack, `new(big.Int)` is added instead. One must expect that any item that is added to the stack might change.
-
Jeffrey Wilcke authored
Reduced the amount of state copied that are required by N calls by doing a balance check prior to any state modifications.
-
Jeffrey Wilcke authored
* changed stack and removed stack ptr. Let go decide on slice reuse.
-
- Aug 05, 2015
-
-
Jeffrey Wilcke authored
-
- Jul 29, 2015
-
-
Jeffrey Wilcke authored
-
- Jul 25, 2015
-
-
Jeffrey Wilcke authored
-
- Jul 23, 2015
-
-
Felix Lange authored
I forgot to update one instance of "go-ethereum" in commit 3f047be5.
-
- Jul 22, 2015
-
-
Felix Lange authored
All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
-
- Jul 17, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
- Jul 10, 2015
-
-
Jeffrey Wilcke authored
Implemented the --genesis flag thru which we can set a custom genesis block, including the official Ethereum genesis block.
-
- Jul 08, 2015
-
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
- Jul 07, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
Jeffrey Wilcke authored
-
- Jul 06, 2015
-
-
Gustav Simonsson authored
-
- Jul 05, 2015
-
-
Jeffrey Wilcke authored
-
- Jul 04, 2015
-
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
* Update => SyncIntermediate * Added SyncObjects SyncIntermediate only updates whatever has changed, but, as a side effect, requires much more disk space. SyncObjects will only sync whatever is required for a block and will not save intermediate state to disk. As drawback this requires more time when more txs come in.
-
- Jul 03, 2015
-
-
Gustav Simonsson authored
-
- Jun 30, 2015
-
-
Gustav Simonsson authored
-
- Jun 29, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
- Jun 21, 2015
-
-
Jeffrey Wilcke authored
-
- Jun 19, 2015
-
-
Taylor Gerring authored
Disassociates hardcoded tests to skip when running via CLI. Tests still skipped when running `go test`
-
- Jun 18, 2015
-
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-