- Jul 08, 2016
-
-
Péter Szilágyi authored
-
- Jul 04, 2016
-
-
Felix Lange authored
containers/docker/master-alpine: drop gmp dependency
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth: disable eth/61 to prepare for more elaborate fork sync algos
-
Péter Szilágyi authored
-
- Jul 01, 2016
-
-
Péter Szilágyi authored
README: fix build->built typo
-
Try Space authored
(cherry picked from commit e271fd57132763f39c6993a35e6c063aac3af4f1)
-
Péter Szilágyi authored
cmd, common, console, eth, release: drop redundant "full"s
-
- Jun 30, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth: separate common and full node-specific API and backend service
-
- Jun 29, 2016
-
-
Péter Szilágyi authored
cmd/geth: fix the import error message
-
Yohann Léon authored
cmd/geth: include the error message on import failure
-
Péter Szilágyi authored
Revert faulty DAO soft-fork
-
Péter Szilágyi authored
This reverts commit 7a5b571c.
-
Péter Szilágyi authored
This reverts commit c4de2893.
-
Péter Szilágyi authored
This reverts commit ba784bdf.
-
Péter Szilágyi authored
This reverts commit 1e3a7d4f.
-
- Jun 24, 2016
-
-
Péter Szilágyi authored
core: update the DAO soft fork proposal to the final block
-
Péter Szilágyi authored
-
Péter Szilágyi authored
DAO soft-fork
-
Péter Szilágyi authored
web3ext: Remove old natspec Admin_JS stubs
-
- Jun 23, 2016
-
-
Justin Clark-Casey authored
This stops them from showing up on the javascript console.
-
Péter Szilágyi authored
build: add ci.go, use it everywhere
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jun 22, 2016
-
-
Felix Lange authored
The 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 authored
This 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 authored
README, core, rpc: Fix typos
-
- Jun 21, 2016
-
-
Fabio Berger authored
-
- Jun 16, 2016
-
-
Zsolt Felföldi authored
-
- Jun 15, 2016
-
-
Péter Szilágyi authored
Godeps: pull in ethash with the big endian build fix
-
Péter Szilágyi authored
cmd/evm: added --create flag indicating the exec code is to be created
-
Péter Szilágyi authored
cmd/utils: add space between "to" and filename
-
Tosh Camille authored
-
- Jun 14, 2016
-
-
Jeffrey Wilcke authored
This 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 authored
accounts/abi: fix uint64 upper range encoding.
-
Péter Szilágyi authored
core/state, eth: Updated suicides objects when tracing transactions
-
- Jun 13, 2016
-
-
Jeffrey Wilcke authored
core: improved chain db performance by using sequential keys
-
Felix Lange authored
eth/downloader: fix occasional fast sync critical section test fails
-
Péter Szilágyi authored
-