Matthew Di Ferrante
68b48cc045
cmd/geth: print version on geth start ( #2622 )
8 years ago
Péter Szilágyi
7596b33506
Merge pull request #2801 from karalabe/dao-hardfork-importdrop
...
eth/downloader: return invalid chain (peer drop) on import fails
8 years ago
Péter Szilágyi
2b7aff202a
Merge pull request #2793 from karalabe/blockchain-import-mine-datarace
...
core: solve a remote-import/local-mine data race
8 years ago
Péter Szilágyi
e76c55a9b8
Merge pull request #2805 from karalabe/readme-running-geth
...
README: expand with "Running Geth" section
8 years ago
Péter Szilágyi
ca211065b6
README: expand with "Running Geth" section
8 years ago
villesundell
c7442ef0d2
ethdb, p2p/discover: replace "alloted" with "allotted" ( #2785 )
8 years ago
Péter Szilágyi
a691aa2a13
eth/downloader: return invalid chain (peer drop) on import fails
8 years ago
zsfelfoldi
00787fe781
core: added CheckNonce() to Message interface
8 years ago
Péter Szilágyi
f5a29eab5c
core: solve a remote-import/local-mine data race
8 years ago
Felix Lange
2b94d7fc7f
Merge pull request #2782 from karalabe/docker-alpine-master-nogmp
...
containers/docker/master-alpine: drop gmp dependency
8 years ago
Henning Diedrich
51f8ce26cf
eth: fix #2710 filter races
...
and locking bugs found in its wake.
8 years ago
Péter Szilágyi
092fcaffe4
containers/docker/master-alpine: drop gmp dependency
8 years ago
Péter Szilágyi
7e6ede1051
Merge pull request #2776 from karalabe/disable-eth61
...
eth: disable eth/61 to prepare for more elaborate fork sync algos
8 years ago
Péter Szilágyi
ddfef21125
eth: disable eth/61 to prepare for more elaborate fork sync algos
8 years ago
Péter Szilágyi
3af101ccc1
Merge pull request #2763 from karalabe/fix-readme-type
...
README: fix build->built typo
8 years ago
Try Space
4f088b6f1c
README: fix build->built typo
...
(cherry picked from commit e271fd5713
)
8 years ago
Péter Szilágyi
da9aad8876
Merge pull request #2759 from karalabe/drop-redundant-full-service
...
cmd, common, console, eth, release: drop redundant "full"s
8 years ago
Péter Szilágyi
96dc42d99c
cmd, common, console, eth, release: drop redundant "full"s
8 years ago
Péter Szilágyi
1e50f5dd28
Merge pull request #2159 from zsfelfoldi/light-backend
...
eth: separate common and full node-specific API and backend service
8 years ago
Péter Szilágyi
f127799d79
Merge pull request #2750 from sybiload/develop
...
cmd/geth: fix the import error message
8 years ago
Yohann LEON
6b1d73446d
cmd/geth: fix the import error message
...
cmd/geth: include the error message on import failure
8 years ago
Péter Szilágyi
fd4e161497
Merge pull request #2752 from karalabe/revert-soft-fork
...
Revert faulty DAO soft-fork
8 years ago
Péter Szilágyi
6362a9d610
Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"
...
This reverts commit 7a5b571c67
.
8 years ago
Péter Szilágyi
d55fc35df1
Revert "core: add voting and result tracking for the dao soft-fork"
...
This reverts commit c4de28938f
.
8 years ago
Péter Szilágyi
67e9d33486
Revert "core: update DAO soft-fork number, clean up the code"
...
This reverts commit ba784bdf36
.
8 years ago
Péter Szilágyi
219859f8bb
Revert "core: update the DAO soft fork proposal to the final block"
...
This reverts commit 1e3a7d4fab
.
8 years ago
Péter Szilágyi
e0493457d5
Merge pull request #2734 from karalabe/dao-final-block
...
core: update the DAO soft fork proposal to the final block
8 years ago
Péter Szilágyi
1e3a7d4fab
core: update the DAO soft fork proposal to the final block
8 years ago
Péter Szilágyi
848dec3da2
Merge pull request #2725 from karalabe/obscuren-softfork-dao-2
...
DAO soft-fork
8 years ago
Péter Szilágyi
ae0880997b
Merge pull request #2731 from justincc/remove-old-natspec-js-stubs
...
web3ext: Remove old natspec Admin_JS stubs
8 years ago
Justin Clark-Casey
9eb50a9624
web3ext: Remove old natspec Admin_JS stubs
...
This stops them from showing up on the javascript console.
8 years ago
Péter Szilágyi
acecefee88
Merge pull request #2726 from fjl/appveyor
...
build: add ci.go, use it everywhere
8 years ago
Péter Szilágyi
ba784bdf36
core: update DAO soft-fork number, clean up the code
8 years ago
Péter Szilágyi
c4de28938f
core: add voting and result tracking for the dao soft-fork
8 years ago
Felix Lange
6c33ba14a4
build: add ci.go, use it everywhere
...
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.
8 years ago
Jeffrey Wilcke
7a5b571c67
test, cmd/evm, core, core/vm: illegal code hash implementation
...
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.
8 years ago
Péter Szilágyi
599e3c7b3f
Merge pull request #2722 from fabioberger/fixTypos
...
README, core, rpc: Fix typos
8 years ago
Yoichi Hirai
86bc7795a3
vm: Replace some SstoreClearGas with SstoreResetGas
8 years ago
Fabio Berger
a3efdb13f2
README, core, rpc: fix various typos
8 years ago
zsfelfoldi
3a97280ae8
eth: separate common and full node-specific API and backend service
9 years ago
Péter Szilágyi
4f3f6e28d5
Merge pull request #2685 from karalabe/ethash-bitengdian-fix
...
Godeps: pull in ethash with the big endian build fix
9 years ago
Péter Szilágyi
79ada05756
Merge pull request #2693 from obscuren/evm-bin-create
...
cmd/evm: added --create flag indicating the exec code is to be created
9 years ago
Péter Szilágyi
c48271958f
Merge pull request #2697 from karalabe/CamTosh-patch-1-3
...
cmd/utils: add space between "to" and filename
9 years ago
Tosh Camille
ac66d96c5a
cmd/utils: add space between "to" and filename
9 years ago
Jeffrey Wilcke
e5165aeb27
cmd/evm: added --create flag indicating the exec code is to be created
...
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.
9 years ago
Péter Szilágyi
970f4c06e1
Merge pull request #2680 from karalabe/abi-fix-uints
...
accounts/abi: fix uint64 upper range encoding.
9 years ago
Péter Szilágyi
22ef7370e7
Merge pull request #2686 from obscuren/issue-2542
...
core/state, eth: Updated suicides objects when tracing transactions
9 years ago
Jeffrey Wilcke
a38be3eb48
Merge pull request #2455 from zsfelfoldi/chaindb
...
core: improved chain db performance by using sequential keys
9 years ago
Felix Lange
73c028c40a
Merge pull request #2687 from karalabe/downloader-fasttest-fix
...
eth/downloader: fix occasional fast sync critical section test fails
9 years ago
Péter Szilágyi
783289068a
eth/downloader: fix occasional fast sync critical section test fails
9 years ago