- 12 Jan, 2017 1 commit
- 
- 
Jeffrey Wilcke 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. 
 
- 
- 06 Jan, 2017 16 commits
- 
- 
Péter Szilágyi authoredall: fix spelling errors 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredall: clean up lint issues, remove more dead code 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Péter Szilágyi authoredmobile: rename passphrase signing method to avoid Swift rewrite 
- 
Péter Szilágyi authored
- 
Felix Lange authored
- 
Felix Lange authoredThe crash when compiling stdin was fixed in solc 0.3.6 (released 2016-08-10). While here, simplify the test so it runs with any solc version. Fixes #3484. The byte code was different for each run because recent solc embeds the swarm hash of contract metadata into the code. When compiling from stdin the name in the metadata is constant. 
- 
Péter Szilágyi authoredcore/types: remove redundant SignECDSA wrappers, rename to SignTx 
- 
Péter Szilágyi authoredcore/types: dependency cleanup 
- 
Felix Lange authoredThis removes the core/types -> leveldb dependency. 
- 
Felix Lange authoredThis significantly reduces the dependency closure of ethclient, which no longer depends on core/vm as of this change. All uses of vm.Logs are replaced by []*types.Log. NewLog is gone too, the constructor simply returned a literal. 
- 
Felix Lange authoredparams is imported by leaf-ish library packages and should not pull in the p2p stack. 
- 
Zsolt Felfoldi authored
- 
Zsolt Felfoldi authoredles/flowcontrol: using proper types for relative and absolute times 
 
- 
- 05 Jan, 2017 2 commits
- 
- 
Péter Szilágyi authoredbuild: finally settle on empty iOS ObjC package prefixes 
- 
Péter Szilágyi authored
 
-