- 21 Dec, 2017 6 commits
- 
- 
Péter Szilágyi authored
- 
Steven Roose authoredethkey is a new tool that serves as a command line interface to the basic key management functionalities of geth. It currently supports: - generating keyfiles - inspecting keyfiles (print public and private key) - signing messages - verifying signed messages 
- 
Bob Glickstein authoredThis change inlines the logic of bytesAreProper at its sole callsite, ABI.Unpack, and applies the multiple-of-32 test only in the case of unpacking methods. Event data is not required to be a multiple of 32 bytes long. 
- 
gluk256 authoredChanged the communication protocol for ordinary message, according to EIP 627. Messages will be send in bundles, i.e. array of messages will be sent instead of single message. 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
- 
- 20 Dec, 2017 4 commits
- 
- 
Kurkó Mihály authored
- 
Dmitry Shulyak authoredFixes #15617 
- 
Felix Lange authored* crypto: ensure that VerifySignature rejects malleable signatures It already rejected them when using libsecp256k1, make sure the nocgo version does the same thing. * crypto: simplify check * crypto: fix build 
- 
Péter Szilágyi authored
 
- 
- 19 Dec, 2017 3 commits
- 
- 
Armin Braun authoredFixes #15672 by creating the datadir when creating the console. This prevents failing to save the history if no datadir exists. 
- 
Janoš Guljaš authored* swarm/api: url scheme bzz-list for getting list of files from manifest Replace query parameter list=true for listing all files contained in a swarm manifest with a new URL scheme bzz-list. * swarm: replaace bzzr and bzzi schemes with bzz-raw and bzz-immutable New URI Shemes are added and old ones are deprecated, but not removed. Old Schemes bzzr and bzzi are functional for backward compatibility. * swarm/api: completely remove bzzr and bzzi schemes Remove old schemes in favour of bzz-raw and bzz-immutable. * swarm/api: revert "completely remove bzzr and bzzi schemes" Keep bzzr and bzzi schemes for backward compatibility. At least until 0.3 swarm release. 
- 
Péter Szilágyi authoredcontracts/release: do not print error log if les backend has no peers 
 
- 
- 18 Dec, 2017 8 commits
- 
- 
Zsolt Felfoldi authored
- 
Péter Szilágyi authoredcore/vm: Remove snapshot param from Interpreter.Run() 
- 
Felix Lange authoredThe tx data field is called "input" in returned objects and "data" in argument objects. Make it so "input" can be used, but bail if both are set. 
- 
Péter Szilágyi authoredaccounts/keystore: Improved error message 
- 
Armin authored* Fix for #15668 
- 
Péter Szilágyi authoredp2p/discover: fix leaked goroutine in data expiration 
- 
Péter Szilágyi authoredcmd/geth: add support for geth --rinkeby attach 
- 
ferhat elmas authored
 
- 
- 15 Dec, 2017 3 commits
- 
- 
Sorin Neacsu authored
- 
Paweł Bylica authored
- 
Felix Lange authoredThis adds the inverse to DecompressPubkey and improves a few minor details in crypto/secp256k1. 
 
- 
- 14 Dec, 2017 4 commits
- 
- 
Péter Szilágyi authoredcrypto: Fix comment typo 
- 
George Ornbo authored
- 
rhaps107 authoredFixes #15408 Fixes #14432 
- 
Péter Szilágyi authoredconsensus/ethash: relax requirements when determining future-blocks 
 
- 
- 13 Dec, 2017 1 commit
- 
- 
Felix Lange authored
 
- 
- 12 Dec, 2017 4 commits
- 
- 
Vitaly V authored
- 
holisticode authoredThis commit adds mocker functionality to p2p/simulations. A mocker allows to starting/stopping of nodes via the HTTP API. 
- 
Zach authored
- 
yoza authored
 
- 
- 11 Dec, 2017 4 commits
- 
- 
holisticode authoredThis commit adds a TOML configuration option to swarm. It reuses the TOML configuration structure used in geth with swarm customized items. The commit: * Adds a "dumpconfig" command to the swarm executable which allows printing the (default) configuration to stdout, which then can be redirected to a file in order to customize it. * Adds a "--config <file>" option to the swarm executable which will allow to load a configuration file in TOML format from the specified location in order to initialize the Swarm node The override priorities are like follows: environment variables override command line arguments override config file override default config. 
- 
Felix Lange authoredWith this change, key, err := crypto.HexToECDSA("000000...") returns nil key and an error instead of a non-nil key with nil X and Y inside. Issue found by @guidovranken.
- 
Felix Lange authoredIssue found by @guidovranken 
- 
Guillaume Ballet authoredNow that the AES salt has been moved to the payload, padding must be adjusted to hide it, lest an attacker guesses that the packet uses symmetric encryption. 
 
- 
- 09 Dec, 2017 3 commits
- 
- 
Michael Ruminer authored
- 
Alejandro Isaza authored
- 
Péter Szilágyi authored
 
-