- Apr 06, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Felix Lange authored
* Makefile: fix devtools target * core: regenerate genesis marshaling with fjl/gencodec@cbfa5be5a8a8 * core/types: regenerate marshaling methods with fjl/gencodec@cbfa5be5a8a8 * core/types: add "hash" to JSON headers
-
- Apr 05, 2017
-
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* debug: Converted uint64-blocknumber into rpc.Blocknumber * api/debug: Fix pending block issues in DumpBlock
-
- Apr 04, 2017
-
-
Gary Rong authored
In `touch` operation, only `touched` filed has been changed. Therefore in the related undo function, only `touched` field should be reverted. In addition, whether remove this obj from dirty map should depend on prevDirty flag.
-
Lewis Marshall authored
This adds a swarm ls command which lists files and directories stored in a manifest. Rather than listing all files, it uses "directory prefixes" in case there are a lot of files in a manifest but you just want to traverse it. This also includes some refactoring to the tests and the introduction of a swarm/api/client package to make things easier to test.
-
Péter Szilágyi authored
This commit adds pluggable consensus engines to go-ethereum. In short, it introduces a generic consensus interface, and refactors the entire codebase to use this interface.
-
Péter Szilágyi authored
ethstats: sanity check ethstats history queries
-
Péter Szilágyi authored
-
- Mar 31, 2017
-
-
Péter Szilágyi authored
-
Felix Lange authored
* swarm/api: fix build/tests on unsupported platforms Skip FUSE tests if FUSE is unavailable and change build constraints so the 'lesser' platforms aren't mentioned explicitly. The test are compiled on all platforms to prevent regressions in _fallback.go Also gofmt -w -s because why not. * internal/web3ext: fix swarmfs wrappers Remove inputFormatter specifications so users get an error when passing the wrong number of arguments. * swarm/api: improve FUSE-related logging and APIs The API now returns JSON objects instead of strings. Log messages for invalid arguments are removed.
-
- Mar 30, 2017
-
-
Péter Szilágyi authored
ethstats: work around weird URL scheme parsing issues
-
Péter Szilágyi authored
-
- Mar 29, 2017
-
-
Felix Lange authored
Fixes #3792 by stripping debug symbols.
-
Bas van Kervel authored
-
- Mar 28, 2017
-
-
Péter Szilágyi authored
core, core/types: use non-pointer receiver for Marshal* methods
-
Péter Szilágyi authored
accounts/usbwallet: fix Ledger hidapi/libusb protocol violation
-
- Mar 27, 2017
-
-
Felix Lange authored
Regenerated with fjl/gencodec@1a75a2161009 Also add ,omitempty to optional GenesisAccount fields.
-
- Mar 26, 2017
-
-
Péter Szilágyi authored
core/types: ensure all EIP155 signer fields are set by deriveSigner
-
- Mar 24, 2017
-
-
Felix Lange authored
Fixes #3819
-
Péter Szilágyi authored
-
Péter Szilágyi authored
build: unify vendor skipping, always run go vet
-
Péter Szilágyi authored
-
Felix Lange authored
-
Felix Lange authored
This ensures 'make test' finds all errors that remote CI would find. Go 1.7 vet reports a false positive in package log, add a workaround.
-
- Mar 23, 2017
-
-
Péter Szilágyi authored
core: refactor genesis handling
-
Péter Szilágyi authored
-
Felix Lange authored
This commit solves several issues concerning the genesis block: * Genesis/ChainConfig loading was handled by cmd/geth code. This left library users in the cold. They could specify a JSON-encoded string and overwrite the config, but didn't get any of the additional checks performed by geth. * Decoding and writing of genesis JSON was conflated in WriteGenesisBlock. This made it a lot harder to embed the genesis block into the forthcoming config file loader. This commit changes things so there is a single Genesis type that represents genesis blocks. All uses of Write*Genesis* are changed to use the new type instead. * If the chain config supplied by the user was incompatible with the current chain (i.e. the chain had already advanced beyond a scheduled fork), it got overwritten. This is not an issue in practice because previous forks have always had the highest total difficulty. It might matter in the future though. The new code reverts the local chain to the point of the fork when upgrading configuration. The change to genesis block data removes compression library dependencies from package core.
-
Felix Lange authored
All uses of ChainConfig.ChainId eventually end up in NewEIP155Signer. This fixes the case where users forget to set the ChainId in their config.
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Péter Szilágyi authored
-
Felix Lange authored
This fixes a recent bug where 'make geth' built everything instead of just geth.
-
Zahoor Mohamed authored
-
Péter Szilágyi authored
pow: fix Search with ethash test mode
-
Péter Szilágyi authored
all: import "context" instead of "golang.org/x/net/context"
-