- Jan 26, 2019
-
-
benma authored
When some of the same messages are redefined anywhere in a Go project, the protobuf package panics (see https://github.com/golang/protobuf/issues/178). Since this package is internal, there is no way to work around it, as one cannot use it directly, but also cannot define the same messages. There is no downside in making the package accessible.
-
- Jan 24, 2019
-
-
Nimrod Gutman authored
When opening the wallet, ask for passphrase as well as for the PIN and return the relevant error (PIN/passphrase required). Open must then be called again with either PIN or passphrase to advance the process. This also updates the console bridge to support passphrase authentication.
-
- Jan 23, 2019
-
-
Gary Rong authored
-
- Jan 15, 2019
-
-
Guillaume Ballet authored
-
- Jan 10, 2019
-
-
Guillaume Ballet authored
Co-authored-by:
weimumu <934657014@qq.com>
-
Gary Rong authored
-
- Jan 07, 2019
-
-
Jeremy Schlatter authored
-
- Jan 05, 2019
-
-
Jeremy Schlatter authored
-
- Jan 03, 2019
-
-
Dragan Milic authored
-
- Jan 02, 2019
-
-
Guillaume Ballet authored
-
- Dec 29, 2018
-
-
Matt K authored
* accounts/abi: fix name styling when unpacking abi fields w/ underscores ABI fields with underscores that are being unpacked into structs expect structs with following form: int_one -> Int_one whereas in abigen the generated structs are camelcased int_one -> IntOne so updated the unpack method to expect camelcased structs as well.
-
- Dec 28, 2018
-
-
weimumu authored
-
- Dec 22, 2018
-
-
Jeff Prestes authored
-
Bas van Kervel authored
-
- Dec 17, 2018
-
-
weimumu authored
* fix slice unpack bug in accounts/abi
-
- Dec 13, 2018
-
-
tzapu authored
argument type and name were reversed
-
Corey Lin authored
* usbwallet: check returned error when decoding hexstr * Update accounts/usbwallet/ledger.go Co-Authored-By:
CoreyLin <514971757@qq.com> * usbwallet: check hex decode error
-
- Dec 04, 2018
-
-
Vedhavyas Singareddi authored
* added tests for new abi encoding features (#4) * added tests from bytes32[][] and string[] * added offset to other types * formatting * Abi/dynamic types (#5) * Revert "Abi/dynamic types (#5)" (#6) This reverts commit dabca31d797623d43bd780721fc0ad461d24be53. * Abi/dynamic types (#7) * some cleanup * Apply suggestions from code review apply suggestions Co-Authored-By:
vedhavyas <vedhavyas.singareddi@gmail.com> * added better formatting (#8) * review chnages * better comments
-
- Nov 29, 2018
-
-
Wenbiao Zheng authored
* accounts/keystore: reduce file name length * accounts/keystore: reduce code line width
-
- Oct 19, 2018
-
-
Wenbiao Zheng authored
-
- Oct 15, 2018
-
-
Evgeny authored
-
- Oct 09, 2018
-
-
Martin Holst Swende authored
* cmd/clef: encrypt master seed of clef Signed-off-by:
YaoZengzeng <yaozengzeng@zju.edu.cn> * keystore: refactor for external use of encryption * clef: utilize keystore encryption, check flags correctly * clef: validate master password * clef: add json wrapping around encrypted master seed
-
- Oct 05, 2018
-
-
Jeremy Schlatter authored
-
- Oct 01, 2018
-
-
Martin Holst Swende authored
-
- Sep 28, 2018
-
-
CDsigma authored
-
- Sep 20, 2018
-
-
Gary Rong authored
-
- Sep 19, 2018
-
-
Martin Holst Swende authored
-
Martin Holst Swende authored
* abi,signer: fix nil dereference in #17633 * signer/core: tiny typo fix in test error message
-
- Sep 04, 2018
-
-
Diep Pham authored
-
- Aug 27, 2018
-
-
Wenbiao Zheng authored
-
- Aug 17, 2018
-
-
Sasuke1964 authored
-
- Aug 15, 2018
-
-
Jeff Prestes authored
* backends: increase gaslimit in order to allow tests of large contracts * backends: increase gaslimit in order to allow tests of large contracts * backends: increase gaslimit in order to allow tests of large contracts
-
- Aug 03, 2018
-
-
Roc Yu authored
-
- Jul 26, 2018
-
-
Péter Szilágyi authored
-
- Jul 19, 2018
-
-
Roc Yu authored
-
- Jul 18, 2018
-
-
Roc Yu authored
-
- Jul 16, 2018
-
-
Ralph Caraveo III authored
* keystore, ethash, eth, miner, rpc, whisperv6: tech debt with now defunct set. * whisperv5: swap out gopkg.in/fatih/set.v0 with supported set
-
- Jul 12, 2018
-
-
Péter Szilágyi authored
-
- Jun 20, 2018
-
-
Wenbiao Zheng authored
-
- Jun 19, 2018
-
-
Husam Ibrahim authored
-