- Sep 15, 2015
-
-
Kobi Gurkan authored
-
Jeffrey Wilcke authored
new solc api - late fixes
-
- Sep 14, 2015
-
-
Viktor Trón authored
* use legacy version matcher * optimise just a boolean flag * skipf for messages in tests
-
Felix Lange authored
common/compiler: new solc API
-
Felix Lange authored
rpc/comms: fix #1795, ensure IPC path exists before binding
-
Felix Lange authored
Change go-uuid to use the current supported repository.
-
- Sep 12, 2015
-
-
Jeff R. Allen authored
-
Viktor Trón authored
* adapt to new compiler versioning * use compiler version as language version * implement new solc API for versions >= 0.1.[2-9][0-9]* fixes #1770 * add optimize=1 to options * backward compatibility (for now) for <= 0.1.1, and old versions (0.[2-9][0-9]*.[0-9]+) * introduce compilerOptions to ContractInfo * clean up flair, include full version string to version line and ContractInfo
-
- Sep 11, 2015
-
-
Jeffrey Wilcke authored
core, core/vm, core/state: remove unused functions
-
Jeffrey Wilcke authored
godeps: pull in ethash android fix
-
Jeffrey Wilcke authored
core: split the db blocks into components, move TD out top level
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Sep 10, 2015
-
-
Felix Lange authored
cmd/geth, cmd/utils, eth: added dev mode flag
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
rlp: precursor changes for trie, p2p
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
These functions allow destructuring of raw rlp-encoded bytes without the overhead of reflection or copying.
-
Felix Lange authored
The bug can cause crashes if Read is called after EOF has been returned. No code performs such calls right now, but hitting the bug gets more likely as rlp.EncodeToReader gets used in more places.
-
- Sep 09, 2015
-
-
Felix Lange authored
core/state: deleted field in StateObject Copy() and unit test
-
Jeffrey Wilcke authored
agent/miner Prevent the CpuAgent to be started multiple times
-
Jeffrey Wilcke authored
Dev mode enabled some debugging flags such as: * VM debugging mode * Simpler proof of work * Whisper enabled by default * Datadir to a tmp datadir * Maxpeers set to 0 * Gas price of 0 * Random listen port
-
- Sep 08, 2015
-
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Péter Szilágyi authored
rpc/comms: fix bug attaching the console over http
-
Péter Szilágyi authored
cmd/geth Autocompletion bugfix which let the console crash
-
- Sep 07, 2015
-
-
Hector Chu authored
-
- Sep 06, 2015
-
-
Bas van Kervel authored
-
- Sep 03, 2015
-
-
Felix Lange authored
eth/downloader: fix race causing occasional test failure
-
Péter Szilágyi authored
honors datadir when attaching
-
Kobi Gurkan authored
-
- Sep 02, 2015
-
-
Jeffrey Wilcke authored
fix block time issue
-
Christoph Jentzsch authored
currently, under normal circumstances, you always set the timestamp to previous.Time() + 1. credits to https://www.reddit.com/r/ethereum/comments/3jcs5r/code_avg_block_time_vs_difficulty_adjustment/cuoi4op style
-
Felix Lange authored
Add TestBcForkUncle tests & update JSON files
-
- Sep 01, 2015
-
-
Gustav Simonsson authored
core: improve block gas tracking
-