- Aug 08, 2019
-
-
Roc Yu authored
* accounts/mananger, internal/ethapi/api: Add new function AllAccounts on account manager to remove the duplication code on getting all wallets accounts * Rename to Accounts * Rename to AllAccounts
-
- Aug 02, 2019
-
-
Gary Rong authored
The abi package already supports function overload by adding a suffix to the overloaded function name, but it uses the function name with suffix to calculate signature(both for the event and method). This PR fixes it by adding a new field named RawName, which can be used to calcuate all signatures but use Name to distinguish different overloaded function.
-
- Jul 31, 2019
-
-
Péter Szilágyi authored
-
- Jul 22, 2019
-
-
Péter Szilágyi authored
-
- Jul 18, 2019
-
-
Felix Lange authored
-
Guillaume Ballet authored
* signer/core: fix reference issue in key derivation * Review feedback
-
- Jul 08, 2019
-
-
Guillaume Ballet authored
* accounts, abigen: link dependent libs in deploy * abigen: add java generation * bind: Fix unit tests * abigen: add unit test * Fix CI * Post-rebase fixes * Fix rebase issue * accounts/abi: Gary's review feedback * accounts/abi: More Gary feedback * accounts/abi: minor fixes
-
- Jul 04, 2019
-
-
Guillaume Ballet authored
-
- Jul 03, 2019
-
-
Gary Rong authored
* accounts, cmd, contracts, les: integrate clef for transaction signing * accounts, cmd/checkpoint-admin, signer/core: minor fixups
-
Gary Rong authored
* accounts/abi, cmd/abigen: support tuple accounts/abi/bind, cmd/abigen: add objc back accounts/abi/bind: use byte[24] as function indicator accounts/abi/bind: resolve struct slice or array accounts/abi/bind: remove sort logic accounts: fix issues in abi * accounts/abi: address comment
-
- Jul 02, 2019
-
-
Guillaume Ballet authored
* accounts/abi/bind: Accept function ptr parameter They are translated as [24]byte * Add Java template version * accounts/abi/bind: fix merge issue * Fix CI
-
- Jul 01, 2019
-
-
zer0to0ne authored
* accounts/abi: Fix method overwritten by same name methods. * accounts/abi: Fix method overwritten by same name methods. * accounts/abi: avoid possible name conflict Co-authored-by:
Guillaume Ballet <gballet@gmail.com>
-
- Jun 28, 2019
-
-
Gary Rong authored
* all: implement simple checkpoint syncing cmd, les, node: remove callback mechanism cmd, node: remove callback definition les: simplify the registrar les: expose checkpoint rpc services in the light client les, light: don't store untrusted receipt cmd, contracts, les: discard stale checkpoint cmd, contracts/registrar: loose restriction of registeration cmd, contracts: add replay-protection all: off-chain multi-signature contract params: deploy checkpoint contract for rinkeby cmd/registrar: add raw signing mode for registrar cmd/registrar, contracts/registrar, les: fixed messages * cmd/registrar, contracts/registrar: fix lints * accounts/abi/bind, les: address comments * cmd, contracts, les, light, params: minor checkpoint sync cleanups * cmd, eth, les, light: move checkpoint config to config file * cmd, eth, les, params: address comments * eth, les, params: address comments * cmd: polish up the checkpoint admin CLI * cmd, contracts, params: deploy new version contract * cmd/checkpoint-admin: add another flag for clef mode signing * cmd, contracts, les: rename and regen checkpoint oracle with abigen
-
- Jun 27, 2019
-
-
Gary Rong authored
* mobile: fix mobile interface * mobile, accounts: generate correct java binding * accounts: fix java type binding * mobile: support integer slice * accounts/abi/bind, cmd/abigen: implement java binding tests
-
- Jun 24, 2019
-
-
salanfe authored
This function searches for an event+parameters in the ABI and returns it if found. Co-authored-by:
Victor Tran <vu.tran54@gmail.com> Co-authored-by:
Guillaume Ballet <gballet@gmail.com>
-
- Jun 18, 2019
-
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
- Jun 12, 2019
-
-
Marius van der Wijden authored
renamed NewKeyStoreFromTransactor to NewKeystoreTransactor fixed godoc
-
- Jun 08, 2019
-
-
Marius van der Wijden authored
-
- Jun 05, 2019
-
-
Martin Holst Swende authored
-
- Jun 04, 2019
-
-
Péter Szilágyi authored
-
- Jun 03, 2019
-
-
Péter Szilágyi authored
-
Guillaume Ballet authored
-
- May 31, 2019
-
-
Guillaume Ballet authored
* accounts/scwallet: Add a switch to enable smartcard support * accounts: change the meaning of the switch * disable card support in windows until tested * only activate account if pcscd socket file is present * the switch is now the path to the socket file * accounts/scwallet: holiman's review feedback * accounts/scwallet: send the path to go-pcsclite * accounts/scwallet: add default, per platform path * accounts/scwallet: fix error log warning * accounts/scwallet: update pcsc lib to latest * accounts/scwallet: use default path from pcsclite * scwallet: forgot to change switch name * cmd: minor style cleanups (error handling first, then happy path)
-
- May 28, 2019
-
-
Guillaume Ballet authored
-
- May 27, 2019
-
-
Péter Szilágyi authored
-
Guillaume Ballet authored
-
Jeremy Schlatter authored
Without this, accounts/keystore fails to build for Darwin with CGO_ENABLED=0.
-
- May 26, 2019
-
-
Péter Szilágyi authored
-
- May 25, 2019
-
-
Martin Holst Swende authored
* p2p: remove direct import of cgo-library * accounts, rpc: more nocgo alternatives * rpc: move unix path constant into separate file * accounts/scwallet: address review concerns, remove copy-pasta
-
- May 17, 2019
-
-
manlio authored
-
- May 15, 2019
-
-
Martin Holst Swende authored
-
- May 14, 2019
-
-
Jeremy Schlatter authored
-
- May 07, 2019
-
-
Guillaume Ballet authored
-
Kurkó Mihály authored
* accounts: add note about backing up the keystore * cmd, accounts: move the printout to accountCreate * internal, signer: add info when new account is created via rpc * cmd, internal, signer: split logs * cmd/geth: make account new output a bit more verbose
-
- Apr 15, 2019
-
-
Péter Szilágyi authored
-
- Apr 10, 2019
-
-
Guillaume Ballet authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
This reverts commit 5b30aa59.
-
Guillaume Ballet authored
Update the app download link to the latest version, as requested in #19418
-