- 01 Jul, 2016 3 commits
- 
- 
Péter Szilágyi authoredREADME: fix build->built typo 
- 
Try Space authored(cherry picked from commit e271fd57132763f39c6993a35e6c063aac3af4f1) 
- 
Péter Szilágyi authoredcmd, common, console, eth, release: drop redundant "full"s 
 
- 
- 30 Jun, 2016 2 commits
- 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredeth: separate common and full node-specific API and backend service 
 
- 
- 29 Jun, 2016 7 commits
- 
- 
Péter Szilágyi authoredcmd/geth: fix the import error message 
- 
Yohann LEON authoredcmd/geth: include the error message on import failure 
- 
Péter Szilágyi authoredRevert faulty DAO soft-fork 
- 
Péter Szilágyi authoredThis reverts commit 7a5b571c. 
- 
Péter Szilágyi authoredThis reverts commit c4de2893. 
- 
Péter Szilágyi authoredThis reverts commit ba784bdf. 
- 
Péter Szilágyi authoredThis reverts commit 1e3a7d4f. 
 
- 
- 24 Jun, 2016 4 commits
- 
- 
Péter Szilágyi authoredcore: update the DAO soft fork proposal to the final block 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredDAO soft-fork 
- 
Péter Szilágyi authoredweb3ext: Remove old natspec Admin_JS stubs 
 
- 
- 23 Jun, 2016 4 commits
- 
- 
Justin Clark-Casey authoredThis stops them from showing up on the javascript console. 
- 
Péter Szilágyi authoredbuild: add ci.go, use it everywhere 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
- 
- 22 Jun, 2016 3 commits
- 
- 
Felix Lange authoredThe new build script, ci.go, replaces some of the older shell scripts. ci.go can compile go-ethereum, run the tests, create release archives and debian source packages. 
- 
Jeffrey Wilcke authoredThis implements a generic approach to enabling soft forks by allowing anyone to put in hashes of contracts that should not be interacted from. This will help "The DAO" in their endevour to stop any whithdrawals from any DAO contract by convincing the mining community to accept their code hash. 
- 
Péter Szilágyi authoredREADME, core, rpc: Fix typos 
 
- 
- 21 Jun, 2016 1 commit
- 
- 
Fabio Berger authored
 
- 
- 16 Jun, 2016 1 commit
- 
- 
zsfelfoldi authored
 
- 
- 15 Jun, 2016 4 commits
- 
- 
Péter Szilágyi authoredGodeps: pull in ethash with the big endian build fix 
- 
Péter Szilágyi authoredcmd/evm: added --create flag indicating the exec code is to be created 
- 
Péter Szilágyi authoredcmd/utils: add space between "to" and filename 
- 
Tosh Camille authored
 
- 
- 14 Jun, 2016 3 commits
- 
- 
Jeffrey Wilcke authoredThis fixes an issue if you wanted to test out code deployment rather than running a piece of code with an argument. This solves it by adding a --create flag that indicates the Create function should be used rather than the Call function. This also adds a statedb.commit call so that the proper state can be dumped when requested using the --dump flag. 
- 
Péter Szilágyi authoredaccounts/abi: fix uint64 upper range encoding. 
- 
Péter Szilágyi authoredcore/state, eth: Updated suicides objects when tracing transactions 
 
- 
- 13 Jun, 2016 5 commits
- 
- 
Jeffrey Wilcke authoredcore: improved chain db performance by using sequential keys 
- 
Felix Lange authoredeth/downloader: fix occasional fast sync critical section test fails 
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredConsensus rules dictate that objects can only be removed during the finalisation of the transaction (i.e. after all calls have finished). Thus calling a suicided contract twice from the same transaction: A->B(S)->ret(A)->B(S) results in 2 suicides. Calling the suicided object twice from two transactions: A->B(S), A->B, results in only one suicide and a call to an empty object. Our current debug tracing functionality replays all transaction that were executed prior to the targetted transaction in order to provide the user with an accurate trace. As a side effect to calling StateDB.IntermediateRoot it also deletes any suicides objects. Our tracing code never calls this function because it isn't interested in the intermediate root. Becasue of this it caused a bug in the tracing code where transactions that were send to priviously deleted objects resulted in two suicides rather than one suicide and a call to an empty object. Fixes #2542 
- 
Péter Szilágyi authored
 
- 
- 10 Jun, 2016 3 commits
- 
- 
Péter Szilágyi authoredcmd: fix CLI package deprecation warnings 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
-