| Commit message (Expand) | Author | Age | Files | Lines |
* | accounts/abi/bind: link dependent libs in deploy (#19718) | Guillaume Ballet | 2019-07-08 | 3 | -60/+218 |
* | accounts/abi/bind: fix typo in comments (#19791) | Guillaume Ballet | 2019-07-04 | 1 | -2/+2 |
* | accounts, cmd, contracts, les: integrate clef for transaction signing (#19783) | gary rong | 2019-07-04 | 2 | -4/+22 |
* | accounts/abi: enable struct golang binding generation (#18491) | gary rong | 2019-07-03 | 8 | -81/+467 |
* | accounts/abi/bind: Accept function ptr parameter (#19755) | Guillaume Ballet | 2019-07-02 | 3 | -9/+90 |
* | accounts/abi: Fix method overwritten by same name methods. (#17099) | zer0to0ne | 2019-07-01 | 3 | -33/+58 |
* | all: on-chain oracle checkpoint syncing (#19543) | gary rong | 2019-06-28 | 4 | -8/+34 |
* | mobile: fix mobile interface (#19180) | gary rong | 2019-06-27 | 3 | -201/+550 |
* | abi: adding the method EventByID and its test (#19359) | salanfe | 2019-06-24 | 2 | -0/+81 |
* | accounts/abi/bind/backends: use EIP155 on the simulated chain | Péter Szilágyi | 2019-06-18 | 1 | -1/+1 |
* | accounts/keystore: fix #19707, avoid keyword as variable name | Martin Holst Swende | 2019-06-18 | 1 | -3/+3 |
* | accounts/abi/bind: rename NewKeystoreTransactor (#19703) | Marius van der Wijden | 2019-06-12 | 1 | -2/+2 |
* | accounts: added transactorFromKeyStore (#19685) | Marius van der Wijden | 2019-06-08 | 1 | -0/+19 |
* | account/usbwallet: abort usb enumeration after failures | Martin Holst Swende | 2019-06-05 | 1 | -1/+11 |
* | accounts/usbwallet, vendor: switch from HID to generic USB lib | Péter Szilágyi | 2019-06-04 | 3 | -18/+16 |
* | accounts/usbwallet: recreate Trezor protocol, support old and new | Péter Szilágyi | 2019-06-03 | 12 | -5476/+4762 |
* | accounts/usbwallet: support webusb for Trezor wallets | Guillaume Ballet | 2019-06-03 | 3 | -4/+22 |
* | accounts/scwallet: flag to specify path to smartcard daemon (#19439) | Guillaume Ballet | 2019-05-31 | 1 | -2/+2 |
* | accounts/scwallet: change sc url scheme to keycard (#19632) | Guillaume Ballet | 2019-05-29 | 2 | -11/+11 |
* | accounts/scwallet: fix public key confirmation regression | Péter Szilágyi | 2019-05-27 | 1 | -8/+6 |
* | accounts/scwallet: display PUK retry count, validate PIN/PUK length | Guillaume Ballet | 2019-05-27 | 1 | -1/+12 |
* | accounts/keystore: enable fallback for darwin,!cgo (#19614) | Jeremy Schlatter | 2019-05-27 | 2 | -2/+2 |
* | accounts/usbwallet: enable the Nano X and upcoming Ledger IDs (#19623) | Péter Szilágyi | 2019-05-26 | 1 | -1/+14 |
* | accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593) | Martin Holst Swende | 2019-05-26 | 1 | -17/+8 |
* | accounts/abi: fix TestUnpackMethodIntoMap (#19484) | manlio | 2019-05-17 | 1 | -1/+1 |
* | accounts,signer: better support for EIP-191 intended validator (#19523) | Martin Holst Swende | 2019-05-16 | 1 | -1/+1 |
* | accounts/abi: fix documentation (#19568) | Jeremy Schlatter | 2019-05-14 | 1 | -2/+2 |
* | accounts/usbwallet: fix a comment typo in trezor driver (#19535) | Guillaume Ballet | 2019-05-08 | 1 | -1/+1 |
* | accounts, cmd, internal, signer: add note about backing up the keystore (#19432) | Kurkó Mihály | 2019-05-07 | 1 | -2/+3 |
* | Merge pull request #19438 from karalabe/ledger-new-derivation-path | Péter Szilágyi | 2019-04-25 | 6 | -129/+159 |
|\ |
|
| * | accounts: switch Ledger derivation path to canonical one | Péter Szilágyi | 2019-04-10 | 6 | -122/+155 |
| * | Revert "Can now specify the number of empty accounts to derive" | Péter Szilágyi | 2019-04-10 | 1 | -10/+7 |
* | | core, eth, les, light: scope receipt functionality a bit cleaner | Péter Szilágyi | 2019-04-15 | 1 | -3/+3 |
* | | accounts/scwallet: fix card pairing instruction message (#19436) | Guillaume Ballet | 2019-04-10 | 1 | -1/+1 |
|/ |
|
* | accounts/scwallet: Update README for v2.2.1 support (#19425) | Guillaume Ballet | 2019-04-10 | 1 | -15/+48 |
* | Can now specify the number of empty accounts to derive | Guillaume Ballet | 2019-04-08 | 1 | -7/+10 |
* | More review feedback | Guillaume Ballet | 2019-04-08 | 1 | -0/+5 |
* | more review feedback | Guillaume Ballet | 2019-04-08 | 2 | -11/+10 |
* | fix a serialization error | Guillaume Ballet | 2019-04-08 | 1 | -1/+3 |
* | Apply suggestions from code review | Martin Holst Swende | 2019-04-08 | 1 | -3/+6 |
* | 'sanitize' JSON input | Martin Holst Swende | 2019-04-08 | 1 | -1/+1 |
* | Update the card preparation instructions based on review feedback | Guillaume Ballet | 2019-04-08 | 1 | -0/+9 |
* | refresh the account list when initializing the card | Guillaume Ballet | 2019-04-08 | 1 | -0/+1 |
* | refuse to overwrite the master key of a previously initialized card | Guillaume Ballet | 2019-04-08 | 1 | -3/+15 |
* | fix unnecessary condition linter warning | Guillaume Ballet | 2019-04-08 | 1 | -1/+1 |
* | Upgrade to keycard app v2.1.1 | Guillaume Ballet | 2019-04-08 | 2 | -24/+16 |
* | Fix linter issues | Guillaume Ballet | 2019-04-08 | 2 | -17/+13 |
* | PK derivation has to be supported by the card | Guillaume Ballet | 2019-04-08 | 1 | -11/+7 |
* | Add instructions on how to install the card | Guillaume Ballet | 2019-04-08 | 1 | -0/+19 |
* | Formatting fixes | Guillaume Ballet | 2019-04-08 | 1 | -11/+16 |
* | Update a comment to reflect the workings of the updated system | Guillaume Ballet | 2019-04-08 | 2 | -3/+3 |
* | Add some documentation | Guillaume Ballet | 2019-04-08 | 1 | -0/+30 |
* | Fix key derivation | Guillaume Ballet | 2019-04-08 | 1 | -66/+33 |
* | fix wallet status update | Guillaume Ballet | 2019-04-08 | 1 | -21/+24 |
* | Temporary fix to the ADBU status call | Guillaume Ballet | 2019-04-08 | 1 | -3/+24 |
* | Remove the direct dependency on libpcsclite | Guillaume Ballet | 2019-04-08 | 3 | -34/+39 |
* | Fix some linter issues | Guillaume Ballet | 2019-04-08 | 2 | -7/+3 |
* | accounts/scwallet: rebase and update | Guillaume Ballet | 2019-04-08 | 1 | -7/+36 |
* | accounts/scwallet: fix crypto API change | Péter Szilágyi | 2019-04-08 | 1 | -1/+5 |
* | accounts, console: frendly card errors, support pin unblock | Péter Szilágyi | 2019-04-08 | 5 | -112/+151 |
* | accounts/scwallet: ordered wallets, tighter events, derivation logs | Péter Szilágyi | 2019-04-08 | 2 | -63/+81 |
* | accounts/scwallet, console: user friendly card opening | Péter Szilágyi | 2019-04-08 | 1 | -29/+43 |
* | accounts, internal: Changes in response to review | Nick Johnson | 2019-04-08 | 5 | -118/+135 |
* | accounts, core, internal, node: Add support for smartcard wallets | Nick Johnson | 2019-04-08 | 5 | -0/+1741 |
* | accounts, cmd, internal: disable unlock account on open HTTP (#17037) | gary rong | 2019-04-04 | 1 | -1/+16 |
* | accounts/abi: generic unpacking of event logs into map[string]interface{} (#1... | Ian Norden | 2019-04-01 | 7 | -10/+596 |
* | accounts/abi: Add the original name as json-structtag for tuples. | Mats Julian Olsen | 2019-03-28 | 2 | -1/+8 |
* | accounts/abi/bind: simulated test case for fixed bytes logs | Péter Szilágyi | 2019-03-14 | 2 | -5/+40 |
* | bind: Static byte arrays should be right-padded | Jeremy McNevin | 2019-03-14 | 2 | -2/+109 |
* | usbwallet: check error returned by driver close (#18057) | Corey Lin | 2019-03-07 | 1 | -3/+1 |
* | all: clean up and proerly abstract database access | Péter Szilágyi | 2019-03-06 | 1 | -1/+1 |
* | accounts: prefer nil slices over zero-length slices (#19079) | Matthew Halpern | 2019-03-06 | 2 | -4/+8 |
* | accounts/abi: mutex lock in TransactionByHash and code cleanup (#19133) | Dan Kinsley | 2019-02-20 | 3 | -4/+36 |
* | accounts/abi: fix error message format (#19122) | Hsien-Tang Kao | 2019-02-19 | 1 | -1/+1 |
* | accounts: fix typos from the `SignData` merge (#19119) | Guillaume Ballet | 2019-02-19 | 2 | -3/+3 |
* | accounts/abi/bind/backends: add TransactionByHash to SimulatedBackend (#19026) | Dan Kinsley | 2019-02-13 | 2 | -0/+85 |
* | clef: external signing fixes + signing data (#19003) | Martin Holst Swende | 2019-02-12 | 1 | -17/+22 |
* | signer, clef: implement EIP191/712 (#17789) | Paul Berg | 2019-02-06 | 4 | -28/+66 |
* | accounts, eth, clique, signer: support for external signer API (#18079) | Martin Holst Swende | 2019-02-05 | 5 | -12/+311 |
* | accounts/usbwallet/trezor: expose protobuf package (#17980) | benma | 2019-01-26 | 6 | -1/+1 |
* | accounts/usbwallet: support trezor passphrases (#16503) | Nimrod Gutman | 2019-01-24 | 1 | -19/+45 |
* | accounts/abi: allow interface as the destination (#18490) | gary rong | 2019-01-23 | 2 | -1/+16 |
* | accounts/abi: Add tests for reflection ahead of refactor (#18434) | Guillaume Ballet | 2019-01-15 | 1 | -0/+191 |
* | accounts/abi: Extra slice tests (#18424) | Guillaume Ballet | 2019-01-10 | 1 | -0/+15 |
* | accounts/abi: tuple support (#18406) | gary rong | 2019-01-10 | 9 | -393/+1003 |
* | accounts/keystore: small code simplification (#18394) | Jeremy Schlatter | 2019-01-07 | 1 | -16/+4 |
* | accounts/keystore: fix comment typo (#18395) | Jeremy Schlatter | 2019-01-06 | 1 | -2/+2 |
* | accounts/abi/bind: add optional block number for calls (#17942) | Dragan Milic | 2019-01-03 | 2 | -6/+70 |
* | accounts/abi: fix case of generated java functions (#18372) | Guillaume Ballet | 2019-01-02 | 1 | -4/+6 |
* | accounts/abi: change unpacking of abi fields w/ underscores (#16513) | Matt K | 2018-12-29 | 4 | -47/+60 |
* | fix string array unpack bug in accounts/abi (#18364) | weimumu | 2018-12-28 | 3 | -1/+69 |
* | accounts/abi: Brings out the msg defined at require statement in SC function ... | Jeff Prestes | 2018-12-22 | 1 | -1/+1 |
* | accounts/abi: add support for unpacking returned bytesN arrays (#15242) | bas-vk | 2018-12-22 | 2 | -0/+64 |
* | fix slice unpack bug in accounts/abi (#18321) | weimumu | 2018-12-17 | 2 | -1/+6 |
* | accounts/abi: argument type and name were reversed (#17947) | tzapu | 2018-12-13 | 4 | -10/+104 |
* | usbwallet: check returned error when decoding hexstr (#18056) | Corey Lin | 2018-12-13 | 1 | -1/+3 |
* | Add packing for dynamic array and slice types (#18051) | Vedhavyas Singareddi | 2018-12-04 | 3 | -22/+117 |
* | accounts/keystore: delete the redundant keystore in filename (#17930) | Wenbiao Zheng | 2018-11-29 | 8 | -4/+18 |
* | accounts: wallet derivation path comment is mistaken (#17934) | Wenbiao Zheng | 2018-10-19 | 1 | -2/+2 |
* | accounts/usbwallet: simplify code using -= operator (#17904) | Evgeny | 2018-10-16 | 2 | -2/+2 |
* | cmd/clef: encrypt the master seed on disk (#17704) | Martin Holst Swende | 2018-10-09 | 2 | -34/+46 |
* | accounts/abi/bind: stop using goimports in the binding generator (#17768) | Jeremy Schlatter | 2018-10-06 | 3 | -19/+153 |
* | accounts/abi: fix panic in MethodById lookup. Fixes #17797 (#17798) | Martin Holst Swende | 2018-10-01 | 2 | -1/+13 |
* | accounts/abi/bind/backends: fix typo (#17749) | CDsigma | 2018-09-29 | 1 | -1/+1 |
* | all: protect self-mined block during reorg (#17656) | gary rong | 2018-09-20 | 1 | -1/+1 |
* | accounts/keystore: double-check keystore file after creation (#17348) | Martin Holst Swende | 2018-09-20 | 4 | -10/+41 |
* | abi, signer: fix nil dereference in #17633 (#17653) | Martin Holst Swende | 2018-09-19 | 1 | -1/+6 |
* | accounts/abi: fix unpacking of negative int256 (#17583) | Diep Pham | 2018-09-04 | 2 | -3/+30 |
* | all: remove the duplicate 'the' in annotations (#17509) | Wenbiao Zheng | 2018-08-27 | 1 | -2/+2 |
* | accounts: fixed typo (#17421) | Sasuke1964 | 2018-08-17 | 1 | -1/+1 |
* | backends: configurable gas limit to allow testing large contracts (#17358) | Jeff Prestes | 2018-08-15 | 3 | -17/+19 |
* | accounts/keystore: rename skipKeyFile to nonKeyFile to better reveal the func... | Roc Yu | 2018-08-03 | 1 | -4/+4 |
* | crypto/secp256k1: remove external LGPL dependencies (#17239) | Péter Szilágyi | 2018-07-26 | 1 | -5/+12 |
* | Merge pull request #16734 from reductionista/eip234 | Péter Szilágyi | 2018-07-24 | 1 | -11/+21 |
|\ |
|
| * | accounts, eth, les: blockhash based filtering on all code paths | Péter Szilágyi | 2018-07-12 | 1 | -11/+21 |
* | | accounts/abi: refactor Method#Sig() to use index in range iterator directly (... | Roc Yu | 2018-07-19 | 1 | -3/+1 |
* | | accounts: add unit tests for URL (#17182) | Roc Yu | 2018-07-18 | 2 | -3/+99 |
* | | all: switch out defunct set library to different one (#16873) | Ralph Caraveo III | 2018-07-16 | 2 | -15/+15 |
|/ |
|
* | accounts: remove deadcode isSigned (#16990) | Wenbiao Zheng | 2018-06-20 | 2 | -26/+0 |
* | accounts/usbwallet: correct comment typo (#16998) | Husam Ibrahim | 2018-06-19 | 1 | -1/+1 |
* | accounts/usbwallet: correct comment typo (#17008) | Husam Ibrahim | 2018-06-19 | 1 | -1/+1 |
* | accounts/keystore: assign schema as const instead of var (#16985) | Wenbiao Zheng | 2018-06-14 | 1 | -1/+1 |
* | core, eth: minor txpool event cleanups | Péter Szilágyi | 2018-05-18 | 1 | -1/+1 |
* | all: collate new transaction events together | rjl493456442 | 2018-05-18 | 1 | -1/+1 |
* | accounts/abi: allow abi: tags when unpacking structs | Guillaume Ballet | 2018-05-14 | 3 | -35/+194 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -1/+1 |
* | core/rawdb: separate raw database access to own package (#16666) | Péter Szilágyi | 2018-05-07 | 1 | -3/+12 |
* | accounts: changed if-else blocks to conform with golint (#16654) | GagziW | 2018-05-03 | 2 | -4/+2 |
* | accounts: golint updates for this or self warning (#16627) | kiel barry | 2018-05-02 | 1 | -4/+4 |
* | build: enable goimports and varcheck linters (#16446) | thomasmodeneis | 2018-04-18 | 1 | -2/+0 |
* | cmd/clef, signer: initial poc of the standalone signer (#16154) | Martin Holst Swende | 2018-04-16 | 3 | -2/+18 |
* | accounts/abi: improve test coverage (#16044) | Ricardo Domingos | 2018-04-04 | 5 | -62/+82 |
* | Merge pull request #16256 from epiclabs-io/unpack_one_arg_event | Martin Holst Swende | 2018-03-21 | 3 | -19/+62 |
|\ |
|
| * | accounts/abi: Modified unpackAtomic to accept struct lvalues | Javier Peletier | 2018-03-05 | 3 | -19/+49 |
| * | accounts/abi: Add one-parameter event test case from enriquefynn/unpack_one_a... | Javier Peletier | 2018-03-05 | 9 | -139/+435 |
| |\ |
|
| * | | accounts/abi: use unpackTuple to unpack event arguments | Fynn | 2018-02-16 | 2 | -2/+15 |
* | | | Merge pull request #15990 from markya0616/sim_backend_block_hash | Martin Holst Swende | 2018-03-19 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | accounts/abi, core: add AddTxWithChain in BlockGen for simulation | mark.lin | 2018-01-29 | 1 | -2/+2 |
* | | | | accounts/abi: normalize method name to a camel-case string (#15976) | Mark | 2018-03-07 | 2 | -10/+45 |
| |_|/
|/| | |
|
* | | | accounts/abi: Abi binding support for nested arrays, fixes #15648, including ... | protolambda | 2018-03-05 | 6 | -79/+259 |
* | | | eth, les, light: filter on logs only, derive receipts on demand | Péter Szilágyi | 2018-02-23 | 1 | -0/+13 |
* | | | abi: fix missing method on go 1.7/1.8 | Martin Holst Swende | 2018-02-21 | 1 | -13/+23 |
* | | | accounts/abi: harden unpacking against malicious input | Martin Holst Swende | 2018-02-21 | 2 | -4/+83 |
* | | | accounts/abi: address review concerns | Martin Holst Swende | 2018-02-21 | 4 | -352/+5 |
* | | | accounts/abi: Deduplicate code in unpacker | Martin Holst Swende | 2018-02-21 | 4 | -53/+33 |
* | | | accounts/abi: add another unpack interface | Martin Holst Swende | 2018-02-21 | 5 | -14/+395 |
| |/
|/| |
|
* | | all: update license information (#16089) | Felix Lange | 2018-02-14 | 3 | -3/+3 |
* | | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -4/+10 |
* | | accounts: fix comment typo (#15977) | Miguel Mota | 2018-01-26 | 1 | -1/+1 |
* | | accounts/abi/bind: support event filtering in abigen | Péter Szilágyi | 2018-01-24 | 9 | -34/+914 |
|/ |
|
* | all: update generated code (#15808) | Felix Lange | 2018-01-08 | 3 | -1/+5 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 6 | -22/+21 |
* | various: remove redundant parentheses (#15793) | Furkan KAMACI | 2018-01-03 | 1 | -1/+1 |
* | accounts/abi: handle named ouputs prefixed with underscores (#15766) | Péter Szilágyi | 2017-12-30 | 4 | -4/+153 |
* | Merge pull request #15731 from holiman/revamp_abi | Martin Holst Swende | 2017-12-23 | 11 | -379/+666 |
|\ |
|
| * | accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 +... | Martin Holst Swende | 2017-12-23 | 5 | -47/+128 |
| * | acounts/abi: refactor abi, generalize abi pack/unpack to Arguments | Martin Holst Swende | 2017-12-23 | 7 | -251/+260 |
| * | accounts/abi: add unpack into array test | Robert Zaremba | 2017-12-21 | 3 | -2/+17 |
| * | accounts/abi: add Method Unpack tests | Robert Zaremba | 2017-12-21 | 1 | -36/+59 |
| * | accounts/abi: satisfy most of the linter warnings | Robert Zaremba | 2017-12-21 | 7 | -95/+87 |
| * | accounts/abi: fix event unpack into slice | Robert Zaremba | 2017-12-21 | 5 | -23/+36 |
| * | accounts/abi: fix event tupleUnpack | Robert Zaremba | 2017-12-21 | 1 | -7/+7 |
| * | accounts/abi: adding event unpacker tests | Robert Zaremba | 2017-12-21 | 1 | -0/+154 |
* | | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) | gary rong | 2017-12-22 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #15285 from yondonfu/abi-offset-fixed-arrays | Martin Holst Swende | 2017-12-21 | 2 | -1/+194 |
|\ |
|
| * | accounts/abi: update array type check in method.go. Add more packing tests | Yondon Fu | 2017-12-19 | 2 | -6/+138 |
| * | Merge branch 'master' into abi-offset-fixed-arrays | Yondon Fu | 2017-12-19 | 23 | -958/+1086 |
| |\ |
|
| * | | accounts/abi: include fixed array size in offset for dynamic type | Yondon Fu | 2017-10-12 | 2 | -1/+62 |
* | | | accounts/abi: remove check for len%32==0 when unpacking events (#15670) | Bob Glickstein | 2017-12-21 | 3 | -13/+47 |
* | | | accounts/abi: update array length after parsing array (#15618) | Dmitry Shulyak | 2017-12-20 | 4 | -26/+78 |
| |/
|/| |
|
* | | accounts/keystore: Improved error message | Armin | 2017-12-18 | 1 | -0/+3 |
* | | all: use gometalinter.v2, fix new gosimple issues (#15650) | Zach | 2017-12-13 | 2 | -3/+3 |
* | | Merge pull request #15498 from nonsense/account_cache_modtime_test_fix | Péter Szilágyi | 2017-11-24 | 1 | -1/+11 |
|\ \ |
|
| * | | accounts/keystore: comments above time.Sleep | Anton Evangelatov | 2017-11-16 | 1 | -0/+3 |
| * | | accounts/keystore: change modtime for test cases to be bigger than 1sec. | Anton Evangelatov | 2017-11-16 | 1 | -1/+8 |
* | | | cmd/geth: make geth account new faster with many keys (#15529) | Martin Holst Swende | 2017-11-21 | 1 | -0/+7 |
* | | | accounts/keystore: Ignore initial trigger of rescan-event | Martin Holst Swende | 2017-11-20 | 1 | -1/+5 |
* | | | accounts/keystore: lock file cache during scan, minor polish | Péter Szilágyi | 2017-11-20 | 2 | -91/+124 |
* | | | accounts: list, then subscribe (sub requires active reader) | Péter Szilágyi | 2017-11-20 | 1 | -5/+5 |
|/ / |
|
* | | accounts, internal: fail if no suitable estimated gas found (#15477) | gary rong | 2017-11-15 | 1 | -11/+26 |
* | | build: enable unconvert linter (#15456) | ferhat elmas | 2017-11-11 | 1 | -1/+1 |
* | | all: gofmt -w -s (#15419) | ferhat elmas | 2017-11-08 | 2 | -2/+2 |
* | | cmd, consensus, core, miner: instatx clique for --dev (#15323) | Péter Szilágyi | 2017-10-24 | 1 | -1/+1 |
* | | accounts/abi: improve type handling, add event support (#14743) | RJ Catalano | 2017-10-17 | 15 | -847/+903 |
|/ |
|
* | accounts/keystore: scan key directory without locks held (#15171) | Martin Holst Swende | 2017-10-09 | 4 | -102/+297 |
* | accounts/usbwallet: handle bad interface number on macOS | Péter Szilágyi | 2017-10-03 | 1 | -4/+8 |
* | internal, accounts, eth: utilize vm failed flag to help gas estimation | rjl493456442 | 2017-10-02 | 1 | -11/+13 |
* | accounts/abi/backends: add AdjustTime (#15077) | Dave Appleton | 2017-09-15 | 1 | -0/+17 |
* | accounts/abi/bind: pass non-empty directory when calling goimports (#15070) | nkbai | 2017-09-08 | 2 | -2/+2 |
* | core: implement Metropolis EIP 658, receipt status byte | rjl493456442 | 2017-08-22 | 1 | -1/+2 |
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 1 | -2/+1 |
* | accounts: refactor API for generalized USB wallets | Péter Szilágyi | 2017-08-09 | 11 | -1960/+1436 |
* | accounts, console, internal: support trezor hardware wallet | Péter Szilágyi | 2017-08-09 | 15 | -29/+6662 |
* | accounts: fix megacheck warnings (#14903) | Egon Elbre | 2017-08-07 | 3 | -15/+6 |
* | cmd/abigen: update generated go file header text (#14845) | Leo Shklovskii | 2017-07-24 | 1 | -2/+2 |
* | core: remove redundant storage of transactions and receipts (#14801) | Péter Szilágyi | 2017-07-15 | 1 | -1/+2 |
* | tests: update tests and implement general state tests (#14734) | Felix Lange | 2017-07-11 | 1 | -4/+17 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -2/+2 |
* | accounts/abi: reorganizing package with small fixes (#14610) | RJ Catalano | 2017-06-27 | 13 | -1085/+1487 |
* | accounts: fix spelling error (#14567) | FaceHo | 2017-06-06 | 1 | -1/+1 |
* | accounts/keystore, crypto: don't enforce key checks on existing keyfiles | Péter Szilágyi | 2017-06-01 | 2 | -8/+4 |
* | accounts/keystore, crypto: enforce 256 bit keys on import | Péter Szilágyi | 2017-05-23 | 5 | -7/+11 |
* | all: update license information | Felix Lange | 2017-04-14 | 4 | -4/+4 |
* | consensus, core, ethstats: use engine specific block beneficiary (#14318) | Péter Szilágyi | 2017-04-12 | 1 | -1/+1 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -2/+2 |
* | Merge pull request #3801 from karalabe/ledger-linux-confirm | Péter Szilágyi | 2017-03-28 | 2 | -13/+49 |
|\ |
|
| * | accounts/usbwallet: if a confirmation is pending, skip refresh | Péter Szilágyi | 2017-03-23 | 2 | -3/+16 |
| * | accounts/usbwallet: fix Ledger hidapi/libusb protocol violation | Péter Szilágyi | 2017-03-23 | 2 | -13/+36 |
* | | core: refactor genesis handling | Felix Lange | 2017-03-23 | 3 | -22/+19 |
|/ |
|
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 6 | -6/+6 |
* | accounts/abi/bind: allow client to specify sender address for call (#3782) | bas-vk | 2017-03-16 | 2 | -2/+42 |
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -1/+2 |
* | Logger updates 3 (#3730) | Péter Szilágyi | 2017-03-02 | 1 | -0/+9 |
* | Merge pull request #3723 from karalabe/logger-updates-2 | Péter Szilágyi | 2017-02-28 | 4 | -16/+16 |
|\ |
|
| * | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 4 | -16/+16 |
* | | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 5 | -7/+8 |
|/ |
|
* | accounts, eth/downloader: use "err" instead of "error" in logs | Péter Szilágyi | 2017-02-27 | 4 | -10/+10 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 3 | -57/+47 |
* | accounts, cmd: port packages over to the new logging system | Péter Szilágyi | 2017-02-23 | 5 | -29/+36 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 4 | -36/+30 |
* | Merge pull request #3681 from karalabe/usb-hidapi | Nick Johnson | 2017-02-20 | 4 | -150/+38 |
|\ |
|
| * | accounts/usbwallet, vendor: use hidapi instead of libusb directly | Péter Szilágyi | 2017-02-17 | 4 | -150/+38 |
* | | crypto: add btcec fallback for sign/recover without cgo (#3680) | Felix Lange | 2017-02-18 | 1 | -3/+2 |
|/ |
|
* | accounts: ledger and HD review fixes | Péter Szilágyi | 2017-02-13 | 4 | -59/+37 |
* | accounts/usbwallet: detect and report in Ledger is in browser mode | Péter Szilágyi | 2017-02-13 | 1 | -4/+17 |
* | accounts/usbwallet: make wallet responsive while Ledger is busy | Péter Szilágyi | 2017-02-13 | 1 | -151/+309 |
* | accounts/usbwallet: Ledger teardown on health-check failure | Péter Szilágyi | 2017-02-13 | 2 | -8/+33 |
* | accounts, cmd, internal, node: implement HD wallet self-derivation | Péter Szilágyi | 2017-02-13 | 6 | -115/+347 |
* | accounts, cmd, internal, mobile, node: canonical account URLs | Péter Szilágyi | 2017-02-13 | 13 | -93/+174 |
* | accounts, cmd, eth, internal, miner, node: wallets and HD APIs | Péter Szilágyi | 2017-02-13 | 13 | -565/+1339 |
* | accounts/usbwallet: two phase Ledger refreshes to avoid Windows bug | Péter Szilágyi | 2017-02-13 | 1 | -25/+24 |
* | accounts/usbwallet: support Ledger app version <1.0.2 | Péter Szilágyi | 2017-02-13 | 1 | -1/+5 |
* | accounts/usbwallet: skip support on iOS altogether | Péter Szilágyi | 2017-02-13 | 4 | -0/+44 |
* | accounts/usbwallet: initial support for Ledger wallets | Péter Szilágyi | 2017-02-13 | 3 | -0/+750 |
* | accounts, cmd, eth, internal, mobile, node: split account backends | Péter Szilágyi | 2017-02-13 | 34 | -526/+851 |
* | accounts/abi, internal/jsre/deps: gofmt -w -s (#3636) | Diego Siqueira | 2017-02-03 | 1 | -2/+2 |
* | accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587) | Péter Szilágyi | 2017-01-21 | 2 | -7/+72 |
* | Merge pull request #3581 from karalabe/accounts-polish | Péter Szilágyi | 2017-01-17 | 2 | -7/+7 |
|\ |
|
| * | accounts, mobile: make account manager API a bit more uniform | Péter Szilágyi | 2017-01-17 | 2 | -7/+7 |
* | | cmd/geth, core: add support for recording SHA3 preimages (#3543) | Nick Johnson | 2017-01-17 | 1 | -1/+1 |
|/ |
|
* | accounts/abi: fix comment spelling error | Péter Szilágyi | 2017-01-13 | 1 | -1/+1 |
* | all: fix ineffectual assignments and remove uses of crypto.Sha3 | Felix Lange | 2017-01-09 | 3 | -1/+11 |
* | accounts/abi: fixed broken types slice testcases | Thomas Bocek | 2017-01-09 | 2 | -14/+19 |
* | accounts/abi: fixed comments | Jeffrey Wilcke | 2017-01-09 | 2 | -5/+5 |
* | accounts/abi: added testcase to unpack []uint32 | tbocek | 2017-01-09 | 1 | -0/+24 |
* | accounts/abi: support custom int slice types | Thomas Bocek | 2017-01-09 | 2 | -4/+51 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 2 | -11/+11 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -14/+14 |
* | Merge pull request #3516 from fjl/types-drop-sign-ecdsa | Péter Szilágyi | 2017-01-06 | 1 | -1/+1 |
|\ |
|
| * | core/types: remove redundant SignECDSA wrappers, rename to SignTx | Felix Lange | 2017-01-05 | 1 | -1/+1 |