- 13 Jan, 2017 4 commits
- 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
- 
- 12 Jan, 2017 7 commits
- 
- 
Felix Lange authored
- 
Felix Lange authored- Use defined constants instead of hard-coding their integer value. - Allocate secp256k1 structs on the C stack instead of converting []byte - Remove dead code 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredtests: unskip test 
- 
Jeffrey Wilcke authored
- 
Péter Szilágyi authoredcore: remove support for Olympic network 
- 
Bas van Kervel authored
 
- 
- 11 Jan, 2017 5 commits
- 
- 
Péter Szilágyi authoredcore: improve import log alignment 
- 
Nick Johnson authored
- 
Felix Lange authored
- 
Péter Szilágyi authoredvendor: update dependencies 
- 
Péter Szilágyi authoredcmd/utils: fix comma-separated --bootnodes 
 
- 
- 10 Jan, 2017 3 commits
- 
- 
Felix Lange authored
- 
Felix Lange authoredThe Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until Go 1.8 comes out. 
- 
Felix Lange authored
 
- 
- 09 Jan, 2017 18 commits
- 
- 
Péter Szilágyi authoredall: fix ineffectual assignments 
- 
Péter Szilágyi authoredparams, VERSION: start 1.5.7 release cycle 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredparams: stable version 1.5.6 
- 
Péter Szilágyi authored
- 
Felix Lange authoredgo get github.com/gordonklaus/ineffassign ineffassign . 
- 
Felix Lange authoredWe don't use this anymore. 
- 
Felix Lange authored
- 
Péter Szilágyi authoredles: fixed selectPeer deadlock, improved request distribution 
- 
Péter Szilágyi authoredcore: fix race condition in WriteMipmapBloom 
- 
Viktor Trón authored
- 
Bas van Kervel authored
- 
Péter Szilágyi authoredconsole: fix error message in faux JSON-RPC responses 
- 
Péter Szilágyi authoredaccounts/abi: support custom int slice types 
- 
Thomas Bocek authoredCheck for slice in type as well and adapted test case as arrays also store its types. 
- 
Jeffrey Wilcke authored
- 
tbocek authored
- 
Thomas Bocek authoredOn solidity contract I have "uint32 []" type, when abigen creates Go bindings - they are also "[]uint32" type on Go side. Even though it looks like it should work - the actual type of the data coming from the chain is of type " []*big.Int". When executing contract function from Go side - getting unmarshal error: abi: cannot unmarshal []*big.Int in to []uint32 The fix is to create array with the correct type This fixed the issue reported in: https://github.com/ethereum/go-ethereum/issues/2802 
 
- 
- 08 Jan, 2017 2 commits
- 
- 
Victor Farazdagi authored
- 
Valentin Wüstholz authored
 
- 
- 07 Jan, 2017 1 commit
- 
- 
Felix Lange authoredThe message was used as both key and value in the error object. This only affected unusual errors with no error code. 
 
-