aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
Commit message (Expand)AuthorAgeFilesLines
* accounts/abi/bind: link dependent libs in deploy (#19718)Guillaume Ballet2019-07-083-60/+218
* accounts/abi/bind: fix typo in comments (#19791)Guillaume Ballet2019-07-041-2/+2
* accounts, cmd, contracts, les: integrate clef for transaction signing (#19783)gary rong2019-07-042-4/+22
* accounts/abi: enable struct golang binding generation (#18491)gary rong2019-07-038-81/+467
* accounts/abi/bind: Accept function ptr parameter (#19755)Guillaume Ballet2019-07-023-9/+90
* accounts/abi: Fix method overwritten by same name methods. (#17099)zer0to0ne2019-07-013-33/+58
* all: on-chain oracle checkpoint syncing (#19543)gary rong2019-06-284-8/+34
* mobile: fix mobile interface (#19180)gary rong2019-06-273-201/+550
* abi: adding the method EventByID and its test (#19359)salanfe2019-06-242-0/+81
* accounts/abi/bind/backends: use EIP155 on the simulated chainPéter Szilágyi2019-06-181-1/+1
* accounts/keystore: fix #19707, avoid keyword as variable nameMartin Holst Swende2019-06-181-3/+3
* accounts/abi/bind: rename NewKeystoreTransactor (#19703)Marius van der Wijden2019-06-121-2/+2
* accounts: added transactorFromKeyStore (#19685)Marius van der Wijden2019-06-081-0/+19
* account/usbwallet: abort usb enumeration after failuresMartin Holst Swende2019-06-051-1/+11
* accounts/usbwallet, vendor: switch from HID to generic USB libPéter Szilágyi2019-06-043-18/+16
* accounts/usbwallet: recreate Trezor protocol, support old and newPéter Szilágyi2019-06-0312-5476/+4762
* accounts/usbwallet: support webusb for Trezor walletsGuillaume Ballet2019-06-033-4/+22
* accounts/scwallet: flag to specify path to smartcard daemon (#19439)Guillaume Ballet2019-05-311-2/+2
* accounts/scwallet: change sc url scheme to keycard (#19632)Guillaume Ballet2019-05-292-11/+11
* accounts/scwallet: fix public key confirmation regressionPéter Szilágyi2019-05-271-8/+6
* accounts/scwallet: display PUK retry count, validate PIN/PUK lengthGuillaume Ballet2019-05-271-1/+12
* accounts/keystore: enable fallback for darwin,!cgo (#19614)Jeremy Schlatter2019-05-272-2/+2
* accounts/usbwallet: enable the Nano X and upcoming Ledger IDs (#19623)Péter Szilágyi2019-05-261-1/+14
* accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593)Martin Holst Swende2019-05-261-17/+8
* accounts/abi: fix TestUnpackMethodIntoMap (#19484)manlio2019-05-171-1/+1
* accounts,signer: better support for EIP-191 intended validator (#19523)Martin Holst Swende2019-05-161-1/+1
* accounts/abi: fix documentation (#19568)Jeremy Schlatter2019-05-141-2/+2
* accounts/usbwallet: fix a comment typo in trezor driver (#19535)Guillaume Ballet2019-05-081-1/+1
* accounts, cmd, internal, signer: add note about backing up the keystore (#19432)Kurkó Mihály2019-05-071-2/+3
* Merge pull request #19438 from karalabe/ledger-new-derivation-pathPéter Szilágyi2019-04-256-129/+159
|\
| * accounts: switch Ledger derivation path to canonical onePéter Szilágyi2019-04-106-122/+155
| * Revert "Can now specify the number of empty accounts to derive"Péter Szilágyi2019-04-101-10/+7
* | core, eth, les, light: scope receipt functionality a bit cleanerPéter Szilágyi2019-04-151-3/+3
* | accounts/scwallet: fix card pairing instruction message (#19436)Guillaume Ballet2019-04-101-1/+1
|/
* accounts/scwallet: Update README for v2.2.1 support (#19425)Guillaume Ballet2019-04-101-15/+48
* Can now specify the number of empty accounts to deriveGuillaume Ballet2019-04-081-7/+10
* More review feedbackGuillaume Ballet2019-04-081-0/+5
* more review feedbackGuillaume Ballet2019-04-082-11/+10
* fix a serialization errorGuillaume Ballet2019-04-081-1/+3
* Apply suggestions from code reviewMartin Holst Swende2019-04-081-3/+6
* 'sanitize' JSON inputMartin Holst Swende2019-04-081-1/+1
* Update the card preparation instructions based on review feedbackGuillaume Ballet2019-04-081-0/+9
* refresh the account list when initializing the cardGuillaume Ballet2019-04-081-0/+1
* refuse to overwrite the master key of a previously initialized cardGuillaume Ballet2019-04-081-3/+15
* fix unnecessary condition linter warningGuillaume Ballet2019-04-081-1/+1
* Upgrade to keycard app v2.1.1Guillaume Ballet2019-04-082-24/+16
* Fix linter issuesGuillaume Ballet2019-04-082-17/+13
* PK derivation has to be supported by the cardGuillaume Ballet2019-04-081-11/+7
* Add instructions on how to install the cardGuillaume Ballet2019-04-081-0/+19
* Formatting fixesGuillaume Ballet2019-04-081-11/+16
* Update a comment to reflect the workings of the updated systemGuillaume Ballet2019-04-082-3/+3
* Add some documentationGuillaume Ballet2019-04-081-0/+30
* Fix key derivationGuillaume Ballet2019-04-081-66/+33
* fix wallet status updateGuillaume Ballet2019-04-081-21/+24
* Temporary fix to the ADBU status callGuillaume Ballet2019-04-081-3/+24
* Remove the direct dependency on libpcscliteGuillaume Ballet2019-04-083-34/+39
* Fix some linter issuesGuillaume Ballet2019-04-082-7/+3
* accounts/scwallet: rebase and updateGuillaume Ballet2019-04-081-7/+36
* accounts/scwallet: fix crypto API changePéter Szilágyi2019-04-081-1/+5
* accounts, console: frendly card errors, support pin unblockPéter Szilágyi2019-04-085-112/+151
* accounts/scwallet: ordered wallets, tighter events, derivation logsPéter Szilágyi2019-04-082-63/+81
* accounts/scwallet, console: user friendly card openingPéter Szilágyi2019-04-081-29/+43
* accounts, internal: Changes in response to reviewNick Johnson2019-04-085-118/+135
* accounts, core, internal, node: Add support for smartcard walletsNick Johnson2019-04-085-0/+1741
* accounts, cmd, internal: disable unlock account on open HTTP (#17037)gary rong2019-04-041-1/+16
* accounts/abi: generic unpacking of event logs into map[string]interface{} (#1...Ian Norden2019-04-017-10/+596
* accounts/abi: Add the original name as json-structtag for tuples.Mats Julian Olsen2019-03-282-1/+8
* accounts/abi/bind: simulated test case for fixed bytes logsPéter Szilágyi2019-03-142-5/+40
* bind: Static byte arrays should be right-paddedJeremy McNevin2019-03-142-2/+109
* usbwallet: check error returned by driver close (#18057)Corey Lin2019-03-071-3/+1
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-061-1/+1
* accounts: prefer nil slices over zero-length slices (#19079)Matthew Halpern2019-03-062-4/+8
* accounts/abi: mutex lock in TransactionByHash and code cleanup (#19133)Dan Kinsley2019-02-203-4/+36
* accounts/abi: fix error message format (#19122)Hsien-Tang Kao2019-02-191-1/+1
* accounts: fix typos from the `SignData` merge (#19119)Guillaume Ballet2019-02-192-3/+3
* accounts/abi/bind/backends: add TransactionByHash to SimulatedBackend (#19026)Dan Kinsley2019-02-132-0/+85
* clef: external signing fixes + signing data (#19003)Martin Holst Swende2019-02-121-17/+22
* signer, clef: implement EIP191/712 (#17789)Paul Berg2019-02-064-28/+66
* accounts, eth, clique, signer: support for external signer API (#18079)Martin Holst Swende2019-02-055-12/+311
* accounts/usbwallet/trezor: expose protobuf package (#17980)benma2019-01-266-1/+1
* accounts/usbwallet: support trezor passphrases (#16503)Nimrod Gutman2019-01-241-19/+45
* accounts/abi: allow interface as the destination (#18490)gary rong2019-01-232-1/+16
* accounts/abi: Add tests for reflection ahead of refactor (#18434)Guillaume Ballet2019-01-151-0/+191
* accounts/abi: Extra slice tests (#18424)Guillaume Ballet2019-01-101-0/+15
* accounts/abi: tuple support (#18406)gary rong2019-01-109-393/+1003
* accounts/keystore: small code simplification (#18394)Jeremy Schlatter2019-01-071-16/+4
* accounts/keystore: fix comment typo (#18395)Jeremy Schlatter2019-01-061-2/+2
* accounts/abi/bind: add optional block number for calls (#17942)Dragan Milic2019-01-032-6/+70
* accounts/abi: fix case of generated java functions (#18372)Guillaume Ballet2019-01-021-4/+6
* accounts/abi: change unpacking of abi fields w/ underscores (#16513)Matt K2018-12-294-47/+60
* fix string array unpack bug in accounts/abi (#18364)weimumu2018-12-283-1/+69
* accounts/abi: Brings out the msg defined at require statement in SC function ...Jeff Prestes2018-12-221-1/+1
* accounts/abi: add support for unpacking returned bytesN arrays (#15242)bas-vk2018-12-222-0/+64
* fix slice unpack bug in accounts/abi (#18321)weimumu2018-12-172-1/+6
* accounts/abi: argument type and name were reversed (#17947)tzapu2018-12-134-10/+104
* usbwallet: check returned error when decoding hexstr (#18056)Corey Lin2018-12-131-1/+3
* Add packing for dynamic array and slice types (#18051)Vedhavyas Singareddi2018-12-043-22/+117
* accounts/keystore: delete the redundant keystore in filename (#17930)Wenbiao Zheng2018-11-298-4/+18
* accounts: wallet derivation path comment is mistaken (#17934)Wenbiao Zheng2018-10-191-2/+2
* accounts/usbwallet: simplify code using -= operator (#17904)Evgeny2018-10-162-2/+2
* cmd/clef: encrypt the master seed on disk (#17704)Martin Holst Swende2018-10-092-34/+46
* accounts/abi/bind: stop using goimports in the binding generator (#17768)Jeremy Schlatter2018-10-063-19/+153
* accounts/abi: fix panic in MethodById lookup. Fixes #17797 (#17798)Martin Holst Swende2018-10-012-1/+13
* accounts/abi/bind/backends: fix typo (#17749)CDsigma2018-09-291-1/+1
* all: protect self-mined block during reorg (#17656)gary rong2018-09-201-1/+1
* accounts/keystore: double-check keystore file after creation (#17348)Martin Holst Swende2018-09-204-10/+41
* abi, signer: fix nil dereference in #17633 (#17653) Martin Holst Swende2018-09-191-1/+6
* accounts/abi: fix unpacking of negative int256 (#17583)Diep Pham2018-09-042-3/+30
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-271-2/+2
* accounts: fixed typo (#17421)Sasuke19642018-08-171-1/+1
* backends: configurable gas limit to allow testing large contracts (#17358)Jeff Prestes2018-08-153-17/+19
* accounts/keystore: rename skipKeyFile to nonKeyFile to better reveal the func...Roc Yu2018-08-031-4/+4
* crypto/secp256k1: remove external LGPL dependencies (#17239)Péter Szilágyi2018-07-261-5/+12
* Merge pull request #16734 from reductionista/eip234Péter Szilágyi2018-07-241-11/+21
|\
| * accounts, eth, les: blockhash based filtering on all code pathsPéter Szilágyi2018-07-121-11/+21
* | accounts/abi: refactor Method#Sig() to use index in range iterator directly (...Roc Yu2018-07-191-3/+1
* | accounts: add unit tests for URL (#17182)Roc Yu2018-07-182-3/+99
* | all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-162-15/+15
|/
* accounts: remove deadcode isSigned (#16990)Wenbiao Zheng2018-06-202-26/+0
* accounts/usbwallet: correct comment typo (#16998)Husam Ibrahim2018-06-191-1/+1
* accounts/usbwallet: correct comment typo (#17008)Husam Ibrahim2018-06-191-1/+1
* accounts/keystore: assign schema as const instead of var (#16985)Wenbiao Zheng2018-06-141-1/+1
* core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-181-1/+1
* all: collate new transaction events togetherrjl4934564422018-05-181-1/+1
* accounts/abi: allow abi: tags when unpacking structsGuillaume Ballet2018-05-143-35/+194
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-1/+1
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-3/+12
* accounts: changed if-else blocks to conform with golint (#16654)GagziW2018-05-032-4/+2
* accounts: golint updates for this or self warning (#16627)kiel barry2018-05-021-4/+4
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-2/+0
* cmd/clef, signer: initial poc of the standalone signer (#16154)Martin Holst Swende2018-04-163-2/+18
* accounts/abi: improve test coverage (#16044)Ricardo Domingos2018-04-045-62/+82
* Merge pull request #16256 from epiclabs-io/unpack_one_arg_eventMartin Holst Swende2018-03-213-19/+62
|\
| * accounts/abi: Modified unpackAtomic to accept struct lvaluesJavier Peletier2018-03-053-19/+49
| * accounts/abi: Add one-parameter event test case from enriquefynn/unpack_one_a...Javier Peletier2018-03-059-139/+435
| |\
| * | accounts/abi: use unpackTuple to unpack event argumentsFynn2018-02-162-2/+15
* | | Merge pull request #15990 from markya0616/sim_backend_block_hashMartin Holst Swende2018-03-191-2/+2
|\ \ \
| * | | accounts/abi, core: add AddTxWithChain in BlockGen for simulationmark.lin2018-01-291-2/+2
* | | | accounts/abi: normalize method name to a camel-case string (#15976)Mark2018-03-072-10/+45
| |_|/ |/| |
* | | accounts/abi: Abi binding support for nested arrays, fixes #15648, including ...protolambda2018-03-056-79/+259
* | | eth, les, light: filter on logs only, derive receipts on demandPéter Szilágyi2018-02-231-0/+13
* | | abi: fix missing method on go 1.7/1.8Martin Holst Swende2018-02-211-13/+23
* | | accounts/abi: harden unpacking against malicious inputMartin Holst Swende2018-02-212-4/+83
* | | accounts/abi: address review concernsMartin Holst Swende2018-02-214-352/+5
* | | accounts/abi: Deduplicate code in unpackerMartin Holst Swende2018-02-214-53/+33
* | | accounts/abi: add another unpack interfaceMartin Holst Swende2018-02-215-14/+395
| |/ |/|
* | all: update license information (#16089)Felix Lange2018-02-143-3/+3
* | core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-4/+10
* | accounts: fix comment typo (#15977)Miguel Mota2018-01-261-1/+1
* | accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-249-34/+914
|/
* all: update generated code (#15808)Felix Lange2018-01-083-1/+5
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-036-22/+21
* various: remove redundant parentheses (#15793)Furkan KAMACI2018-01-031-1/+1
* accounts/abi: handle named ouputs prefixed with underscores (#15766)Péter Szilágyi2017-12-304-4/+153
* Merge pull request #15731 from holiman/revamp_abiMartin Holst Swende2017-12-2311-379/+666
|\
| * accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 +...Martin Holst Swende2017-12-235-47/+128
| * acounts/abi: refactor abi, generalize abi pack/unpack to ArgumentsMartin Holst Swende2017-12-237-251/+260
| * accounts/abi: add unpack into array testRobert Zaremba2017-12-213-2/+17
| * accounts/abi: add Method Unpack testsRobert Zaremba2017-12-211-36/+59
| * accounts/abi: satisfy most of the linter warningsRobert Zaremba2017-12-217-95/+87
| * accounts/abi: fix event unpack into sliceRobert Zaremba2017-12-215-23/+36
| * accounts/abi: fix event tupleUnpackRobert Zaremba2017-12-211-7/+7
| * accounts/abi: adding event unpacker testsRobert Zaremba2017-12-211-0/+154
* | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-221-3/+3
|/
* Merge pull request #15285 from yondonfu/abi-offset-fixed-arraysMartin Holst Swende2017-12-212-1/+194
|\
| * accounts/abi: update array type check in method.go. Add more packing testsYondon Fu2017-12-192-6/+138
| * Merge branch 'master' into abi-offset-fixed-arraysYondon Fu2017-12-1923-958/+1086
| |\
| * | accounts/abi: include fixed array size in offset for dynamic typeYondon Fu2017-10-122-1/+62
* | | accounts/abi: remove check for len%32==0 when unpacking events (#15670)Bob Glickstein2017-12-213-13/+47
* | | accounts/abi: update array length after parsing array (#15618)Dmitry Shulyak2017-12-204-26/+78
| |/ |/|
* | accounts/keystore: Improved error messageArmin2017-12-181-0/+3
* | all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-132-3/+3
* | Merge pull request #15498 from nonsense/account_cache_modtime_test_fixPéter Szilágyi2017-11-241-1/+11
|\ \
| * | accounts/keystore: comments above time.SleepAnton Evangelatov2017-11-161-0/+3
| * | accounts/keystore: change modtime for test cases to be bigger than 1sec.Anton Evangelatov2017-11-161-1/+8
* | | cmd/geth: make geth account new faster with many keys (#15529)Martin Holst Swende2017-11-211-0/+7
* | | accounts/keystore: Ignore initial trigger of rescan-eventMartin Holst Swende2017-11-201-1/+5
* | | accounts/keystore: lock file cache during scan, minor polishPéter Szilágyi2017-11-202-91/+124
* | | accounts: list, then subscribe (sub requires active reader)Péter Szilágyi2017-11-201-5/+5
|/ /
* | accounts, internal: fail if no suitable estimated gas found (#15477)gary rong2017-11-151-11/+26
* | build: enable unconvert linter (#15456)ferhat elmas2017-11-111-1/+1
* | all: gofmt -w -s (#15419)ferhat elmas2017-11-082-2/+2
* | cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-241-1/+1
* | accounts/abi: improve type handling, add event support (#14743)RJ Catalano2017-10-1715-847/+903
|/
* accounts/keystore: scan key directory without locks held (#15171)Martin Holst Swende2017-10-094-102/+297
* accounts/usbwallet: handle bad interface number on macOSPéter Szilágyi2017-10-031-4/+8
* internal, accounts, eth: utilize vm failed flag to help gas estimationrjl4934564422017-10-021-11/+13
* accounts/abi/backends: add AdjustTime (#15077)Dave Appleton2017-09-151-0/+17
* accounts/abi/bind: pass non-empty directory when calling goimports (#15070)nkbai2017-09-082-2/+2
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-1/+2
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-2/+1
* accounts: refactor API for generalized USB walletsPéter Szilágyi2017-08-0911-1960/+1436
* accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-0915-29/+6662
* accounts: fix megacheck warnings (#14903)Egon Elbre2017-08-073-15/+6
* cmd/abigen: update generated go file header text (#14845)Leo Shklovskii2017-07-241-2/+2
* core: remove redundant storage of transactions and receipts (#14801)Péter Szilágyi2017-07-151-1/+2
* tests: update tests and implement general state tests (#14734)Felix Lange2017-07-111-4/+17
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-2/+2
* accounts/abi: reorganizing package with small fixes (#14610)RJ Catalano2017-06-2713-1085/+1487
* accounts: fix spelling error (#14567)FaceHo2017-06-061-1/+1
* accounts/keystore, crypto: don't enforce key checks on existing keyfilesPéter Szilágyi2017-06-012-8/+4
* accounts/keystore, crypto: enforce 256 bit keys on importPéter Szilágyi2017-05-235-7/+11
* all: update license informationFelix Lange2017-04-144-4/+4
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-1/+1
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-2/+2
* Merge pull request #3801 from karalabe/ledger-linux-confirmPéter Szilágyi2017-03-282-13/+49
|\
| * accounts/usbwallet: if a confirmation is pending, skip refreshPéter Szilágyi2017-03-232-3/+16
| * accounts/usbwallet: fix Ledger hidapi/libusb protocol violationPéter Szilágyi2017-03-232-13/+36
* | core: refactor genesis handlingFelix Lange2017-03-233-22/+19
|/
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-236-6/+6
* accounts/abi/bind: allow client to specify sender address for call (#3782)bas-vk2017-03-162-2/+42
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-1/+2
* Logger updates 3 (#3730)Péter Szilágyi2017-03-021-0/+9
* Merge pull request #3723 from karalabe/logger-updates-2Péter Szilágyi2017-02-284-16/+16
|\
| * all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-284-16/+16
* | all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-285-7/+8
|/
* accounts, eth/downloader: use "err" instead of "error" in logsPéter Szilágyi2017-02-274-10/+10
* common: move big integer math to common/math (#3699)Felix Lange2017-02-273-57/+47
* accounts, cmd: port packages over to the new logging systemPéter Szilágyi2017-02-235-29/+36
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-234-36/+30
* Merge pull request #3681 from karalabe/usb-hidapiNick Johnson2017-02-204-150/+38
|\
| * accounts/usbwallet, vendor: use hidapi instead of libusb directlyPéter Szilágyi2017-02-174-150/+38
* | crypto: add btcec fallback for sign/recover without cgo (#3680)Felix Lange2017-02-181-3/+2
|/
* accounts: ledger and HD review fixesPéter Szilágyi2017-02-134-59/+37
* accounts/usbwallet: detect and report in Ledger is in browser modePéter Szilágyi2017-02-131-4/+17
* accounts/usbwallet: make wallet responsive while Ledger is busyPéter Szilágyi2017-02-131-151/+309
* accounts/usbwallet: Ledger teardown on health-check failurePéter Szilágyi2017-02-132-8/+33
* accounts, cmd, internal, node: implement HD wallet self-derivationPéter Szilágyi2017-02-136-115/+347
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-1313-93/+174
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-1313-565/+1339
* accounts/usbwallet: two phase Ledger refreshes to avoid Windows bugPéter Szilágyi2017-02-131-25/+24
* accounts/usbwallet: support Ledger app version <1.0.2Péter Szilágyi2017-02-131-1/+5
* accounts/usbwallet: skip support on iOS altogetherPéter Szilágyi2017-02-134-0/+44
* accounts/usbwallet: initial support for Ledger walletsPéter Szilágyi2017-02-133-0/+750
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-1334-526/+851
* accounts/abi, internal/jsre/deps: gofmt -w -s (#3636)Diego Siqueira2017-02-031-2/+2
* accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587)Péter Szilágyi2017-01-212-7/+72
* Merge pull request #3581 from karalabe/accounts-polishPéter Szilágyi2017-01-172-7/+7
|\
| * accounts, mobile: make account manager API a bit more uniformPéter Szilágyi2017-01-172-7/+7
* | cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-1/+1
|/
* accounts/abi: fix comment spelling errorPéter Szilágyi2017-01-131-1/+1
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-093-1/+11
* accounts/abi: fixed broken types slice testcasesThomas Bocek2017-01-092-14/+19
* accounts/abi: fixed commentsJeffrey Wilcke2017-01-092-5/+5
* accounts/abi: added testcase to unpack []uint32tbocek2017-01-091-0/+24
* accounts/abi: support custom int slice typesThomas Bocek2017-01-092-4/+51
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-072-11/+11
* all: gofmt -w -sFelix Lange2017-01-061-14/+14
* Merge pull request #3516 from fjl/types-drop-sign-ecdsaPéter Szilágyi2017-01-061-1/+1
|\
| * core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-051-1/+1