bas-vk
40976ea1a0
README: update attach instructions for testnet users ( #14448 )
8 years ago
Péter Szilágyi
d18b509e40
Merge pull request #14441 from karalabe/receipt-data-regression
...
core: fix processing regression during receipt import
8 years ago
Péter Szilágyi
2e4d23a793
Merge pull request #14427 from zsfelfoldi/compress
...
common/bitutil: added data compression algorithm
8 years ago
Péter Szilágyi
60293820b7
core: fix processing regression during receipt import
8 years ago
Péter Szilágyi
82defe5c56
common/compress: internalize encoders, add length wrappers
8 years ago
Péter Szilágyi
dd483d7d0d
Merge pull request #14440 from karalabe/cocoapods-confirm-fix
...
travis: adapt build script to new travis VM settings
8 years ago
Péter Szilágyi
dddebe469b
travis: adapt build script to new travis VM settings
8 years ago
Péter Szilágyi
cf19586cfb
common/bitutil: fix decompression corner cases; fuzz, test & bench
8 years ago
Zsolt Felfoldi
fd5d51c9ae
common/bitutil: added data compression algorithm
8 years ago
Péter Szilágyi
2ec5cf1673
Merge pull request #14423 from karalabe/bitutil
...
common/bitutil, consensus/ethash: reusable bitutil package
8 years ago
Péter Szilágyi
36a800a1d2
common/bitutil, consensus/ethash: reusable bitutil package
8 years ago
Péter Szilágyi
93832b633e
VERSION, params: begin 1.6.2 release cycle
8 years ago
Péter Szilágyi
021c3c2816
params: release Geth 1.6.1, Deripors of Ohratuu
8 years ago
Péter Szilágyi
ff2c966e7f
Merge pull request #14418 from karalabe/rinkeby-flag
...
cmd, core, params: add --rinkeby flag for fast connectivity
8 years ago
Martin Holst Swende
14cc40a31a
Hive-test fixes ( #14419 )
...
* core: Fix for consensus test gasLimit > 2^63-1 https://github.com/ethereum/tests/blob/develop/BlockchainTests/bcInvalidHeaderTest.json#L238
* core: fix testcase for uncle gasUsage > gasLimit : https://github.com/ethereum/tests/blob/develop/BlockchainTests/EIP150/bcUncleHeaderValiditiy.json#L986
* math/big: rename TTM63m1 -> MaxBig63, + go fmt
* core: documentation
8 years ago
Péter Szilágyi
881df0e629
Merge pull request #14413 from bas-vk/cli-chain-mngt
...
Migrate remaining flags/command to new style
8 years ago
Péter Szilágyi
1c2f6f5597
Merge pull request #14402 from karalabe/tiered-faucet
...
cmd/faucet, cmd/puppeth: support multi-tiered faucet
8 years ago
Péter Szilágyi
d51a9fd6b7
cmd, core, params: add --rinkeby flag for fast connectivity
8 years ago
Péter Szilágyi
464f30d301
cmd/faucet: fix period to days conversion
8 years ago
Péter Szilágyi
8a28408616
cmd/faucet, cmd/puppeth: support multi-tiered faucet
8 years ago
Péter Szilágyi
e1dc7ece62
Merge pull request #14414 from gluk256/77_release
...
build: wnode added to the build configuration
8 years ago
Vlad
99127ff2e7
build: wnode added to the build configuration
8 years ago
Bas van Kervel
81d6ec908a
cmd/geth: migrate dumpconfig command/flags
8 years ago
Bas van Kervel
38b4fc8069
cmd/geth: migrate bug command/flags
8 years ago
Bas van Kervel
11ab73f6d8
cmd/geth: migrate metric command/flags
8 years ago
Bas van Kervel
18e9cb1187
cmd/geth: reorganise misc commands/flags
8 years ago
Bas van Kervel
502a2bd69f
cmd/geth: reorganise console/attach commands/flags
8 years ago
Bas van Kervel
8b517d7f00
cmd/geth: reorganise chain commands/flags
8 years ago
Péter Szilágyi
cad071009d
Merge pull request #14412 from karalabe/init-both-chains
...
cmd/geth, cmd/utils: init/removedb on light/full dbs simultaneously
8 years ago
Péter Szilágyi
181a3309df
cmd/geth, cmd/utils: init/removedb on light/full dbs simultaneously
8 years ago
Péter Szilágyi
02fa3e3179
Merge pull request #14411 from karalabe/clique-double-sign
...
consensus/clique: fix overflow on recent signer check around genesis
8 years ago
Péter Szilágyi
a8eafcdc0e
Merge pull request #13885 from bas-vk/rpc_generic_pubsub
...
rpc: support subscriptions under custom namespaces
8 years ago
Péter Szilágyi
bcf2465b0b
consensus/clique: fix overflow on recent signer check around genesis
8 years ago
nicky g
c3dc01caf1
README: add config to genesis.json ( #14373 )
...
README: add config to genesis.json
8 years ago
Péter Szilágyi
cf4faa491a
cmd/puppeth, vendor: update ssh, manage server keys ( #14398 )
8 years ago
Péter Szilágyi
59966255ad
Merge pull request #14407 from karalabe/ethash-generation-race
...
consensus/ethash: fix a timestamp update race
8 years ago
Péter Szilágyi
f8acc0af7e
consensus/ethash: fix a timestamp update race
8 years ago
Péter Szilágyi
02a29060d2
Merge pull request #14406 from karalabe/downloader-sensitive-code
...
eth/downloader: fix a potential issue against future refactors
8 years ago
Péter Szilágyi
0255ed6335
Merge pull request #14403 from fjl/console-number
...
console: avoid float64 when remarshaling parameters
8 years ago
Péter Szilágyi
96c2ab22e0
eth/downloader: fix a potential issue against future refactors
8 years ago
Péter Szilágyi
5494e6e7ab
Merge pull request #14399 from bas-vk/rpc-cors
...
rpc: disable CORS if user has not specified a custom config
8 years ago
Felix Lange
32db571681
console: avoid float64 when remarshaling parameters
...
With Go 1.7, encoding/json marshals float64 using scientific
notation ("10e+6"), but Go's int and *big.Int decoders don't accept such
numbers. This change disables use of float64 to avoid the problem.
8 years ago
Bas van Kervel
a6af56fa4d
rpc: disable CORS if user has not specified custom config
8 years ago
Péter Szilágyi
5884606ec3
Merge pull request #14388 from bas-vk/cli-account-mngt
...
cmd/geth: reorganise account/wallet command/flags
8 years ago
Bas van Kervel
f6c0f76cc5
cmd/geth: reorganise account/wallet command/flags
8 years ago
gluk256
f9be9a2302
whisper: switching to v5 + minor refactoring ( #14387 )
8 years ago
gluk256
95f0bd0acf
whisper: message format refactoring ( #14335 )
...
* whisper: salt removed from AES encryption
* whisper: padding format updated
* whisper: padding test added
* whisper: padding refactored, tests fixed
* whisper: padding test updated
* whisper: wnode bugfix
* whisper: send/receive protocol updated
* whisper: minor update
* whisper: bugfix in test
* whisper: updated parameter names and comments
* whisper: functions renamed
* whisper: minor refactoring
8 years ago
Péter Szilágyi
8dce4c283d
Merge pull request #14379 from farazdagi/fix/deadlock-in-node-wait
...
node: fixes deadlock on Wait()
8 years ago
Péter Szilágyi
fff16169c6
Merge pull request #14377 from karalabe/unify-network-ids
...
cmd, eth, les, mobile: make networkid uint64 everywhere
8 years ago
Victor Farazdagi
5f7eb78918
node: fixes deadlock on Wait()
8 years ago