Péter Szilágyi
a90a170361
Merge pull request #3373 from karalabe/ethstats-block-fields
...
ethstats: don't drop concurrent head reports (mini forks)
8 years ago
Péter Szilágyi
889a5e0cf1
Merge pull request #3368 from bas-vk/sha3
...
node: improve error handling for web3_sha3 RPC method
8 years ago
Martin Holst Swende
9f8bc00cf5
eth, miner: removed unnecessary state.Copy()
...
* miner: removed unnecessary state.Copy()
* eth: made use of new miner method without state copying
* miner: More documentation about new method
8 years ago
Luca Zeug
3363a1c227
cmd/utils: update helpscreen's testnet description ( #3377 )
8 years ago
Péter Szilágyi
fc9939c4e1
Merge pull request #3376 from karalabe/drop-dao-flags
...
cmd: drop DAO related choice flags since ETC diverged
8 years ago
Péter Szilágyi
7267f796e6
cmd: drop DAO related choice flags since ETC diverged
8 years ago
Péter Szilágyi
7dfeceb8cc
ethstats: don't drop concurrent head reports (mini forks)
8 years ago
Péter Szilágyi
3807e520ec
Merge pull request #3370 from karalabe/ethstats-block-fields
...
ethstats: report block miner, gas limit and gas consumption
8 years ago
Péter Szilágyi
7625b1a4f4
ethstats: report block miner, gas limit and gas consumption
8 years ago
Bas van Kervel
1fc5cc1b59
node: improve error handling for web3_sha3 RPC method
8 years ago
Steven Roose
61ccb43487
core/types: Document Transaction.To ( #3366 )
8 years ago
Jeffrey Wilcke
bf24b120d7
VERSION, params: bump unstable version 1.5.5 ( #3361 )
8 years ago
Jeffrey Wilcke
b70acf3c5b
params: stable version 1.5.4 ( #3360 )
8 years ago
bas-vk
b5be6b72cb
eth/filter: add support for pending logs ( #3219 )
8 years ago
Felix Lange
318ad3c1e4
common/hexutil: fix Test{Decode,Unmarshal}Uint64 on 32bit arch ( #3363 )
8 years ago
Viktor Trón
e949a2ed2f
cmd/bzzd: swarm daemon fixes ( #3359 )
...
* cmd/bzzd: add missing p2p/discovery flags
* cmd/bzzd: fix two bugs crashing bzzd if bootnodes flag given
* cmd/bzzd: make no swap default, renamed flag bzznoswap->bzzswap
* internal/web3ext: correct methods for bzz IPC module
* cmd/bzzd: ethapi param not mandatory. Warning if no blockchain
* cmd/bzzd: correct default IPC modules in help string
* cmd/utils: fix help description for networkId - add Ropsten
* cmd/bzz, swarm/api, swarm/network: add swarm networkId flag
* cmd/bzzd: change nosync flag to sync and BootTFlag
8 years ago
Péter Szilágyi
8d0108fc5d
Merge pull request #3355 from fjl/hexutil-2
...
Improve hex encoding/decoding
8 years ago
Péter Szilágyi
ba41efa8a0
Merge pull request #3362 from karalabe/cocoapods-fix-3000
...
build: use single CocoaPods package, pre-release dev builds
8 years ago
Péter Szilágyi
f81660b6db
build: use single CocoaPods package, pre-release dev builds
8 years ago
Felix Lange
91bceb4ace
ethclient: "addresses" -> "address" in filter query encoding
8 years ago
Felix Lange
be746628c7
eth/filters: simplify query object decoding
8 years ago
Felix Lange
ec5f531f4b
accounts: don't use common.Address for address field
...
common.Address JSON encoding now enforces the 0x prefix, but key files
don't have the prefix.
8 years ago
Felix Lange
37e5816bcd
common: use package hexutil for fixed size type encoding
8 years ago
Felföldi Zsolt
665bb43a4c
light: implemented VMState.Empty() ( #3357 )
8 years ago
Viktor Trón
e4bf004560
build/ci: add swarm related executables (bzzd, bzzup, bzzhash) to binary packages ( #3354 )
8 years ago
Felix Lange
1609df3275
ethclient: use package hexutil for JSON handling
8 years ago
Felix Lange
24f288770e
core/types: use package hexutil for JSON handling
8 years ago
Felix Lange
65e6319b12
core/vm: use package hexutil for JSON handling
8 years ago
Felix Lange
ec75953f50
common/hexutil: new package for 0x hex encoding
...
The new package is purpose-built to handle the encoding consumed and
produced by the RPC API.
8 years ago
Jeffrey Wilcke
801a13f791
core: fixed unwinding bad hash ( #3347 )
...
Fixed unwinding of bad hashes when already on the canon chain
8 years ago
Péter Szilágyi
eea8d6aa96
Merge pull request #3356 from fjl/accounts-no-watch-on-windows
...
accounts: disable file system watcher on windows
8 years ago
Péter Szilágyi
2b9cd71d67
Merge pull request #3352 from fjl/build-git-tag
...
internal/build: use 'git tag --points-at' to get the current tag
8 years ago
Felix Lange
5df83e3bd9
accounts: disable file system watcher on windows
...
The watcher is unreliable and causes test failures on Windows.
Disable it until we have a better solution.
8 years ago
Jeffrey Wilcke
6061707371
core: eip unit tests ( #3309 )
8 years ago
Felix Lange
20899c05a4
internal/build: use 'git tag --points-at' to get the current tag
...
This should restore support for building with git 1.x.
8 years ago
Péter Szilágyi
4c8c5e2f74
cmd, ethstats, les, mobile, params: native netstats ( #3336 )
8 years ago
Felix Lange
d1a95c643e
Merge pull request #3325 from fjl/p2p-netrestrict
...
Prevent relay of invalid IPs, add --netrestrict
8 years ago
Péter Szilágyi
9c3ea0d32d
Merge pull request #3346 from obscuren/registrar-removal
...
common/registrar, eth: removed registrar (tech debt)
8 years ago
Jeffrey Wilcke
67e0894d9e
common/httpclient, les: removed httpclient
8 years ago
Jeffrey Wilcke
6cc87a31c6
cmd/utils, internal/web3ext: removed httpGet
8 years ago
Jeffrey Wilcke
b8c766a9c5
eth: removed http doc backend api
8 years ago
Péter Szilágyi
66441c9b4b
Merge pull request #3345 from karalabe/cleanup-mobile-crossbuilds
...
Makefile, build: do proper mobile builds, not cross builds
8 years ago
Felix Lange
18d51d1de8
common/registrar: delete the old registrar code
...
The registrar was broken, unmaintained and there is a much better
replacement: ENS.
(cherry picked from commit 6ca8f57b08d550613175260cab7633adcacbe6ab)
8 years ago
Felix Lange
01d5fc670b
internal/web3ext: remove registrar-related extensions
...
(cherry picked from commit d54ad55c6079ae6eab93d7f34ce5c4ec829f8e5b)
8 years ago
Péter Szilágyi
0f1cbfd3da
Makefile, build: do proper mobile builds, not cross builds
8 years ago
Felix Lange
586f10ecb1
cmd/utils, VERSION: 1.5.4 unstable
8 years ago
Felix Lange
978737f5d5
cmd/utils: 1.5.3 stable
8 years ago
Felix Lange
fa0e057f8a
Merge pull request #3341 from obscuren/touch-delete-fix
...
core, core/state: fixed consensus issue added touch revert
8 years ago
Felix Lange
bca7bfa927
tests: update from github.com/ethereum/tests @ f21c49dc816e
8 years ago
Jeffrey Wilcke
12d654a6fc
core, core/state: fixed consensus issue added touch revert
...
Implemented proper touch revert journal entries and copied a Parity
consensus bug in order to remain in sync with the current longest chain.
8 years ago