aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #3518 from fjl/ethclient-dependency-cleanupPéter Szilágyi2017-01-061-2/+2
|\ \
| * | core/vm: move Log to core/typesFelix Lange2017-01-061-2/+2
| |/
* / accounts, internal, mobile: polish accounts API, extend Android testsPéter Szilágyi2017-01-052-4/+4
|/
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-1/+1
* accounts/abi: add support for function types (#3405)RJ2017-01-054-4/+24
* accounts, core, crypto, internal: use normalised V during signature handling ...Péter Szilágyi2017-01-052-21/+8
* accounts/abi: add support for "anonymous" and "indexed" for events (#3464)bas-vk2016-12-224-20/+61
* Merge pull request #3403 from VoR0220/fixedPointsAbiPéter Szilágyi2016-12-192-7/+85
|\
| * accounts/abi: clean up PR and add type parsing testsPéter Szilágyi2016-12-192-5/+82
| * accounts/abi: prepare ABI to handle fixed point typesVoR02202016-12-191-5/+6
* | core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-1/+5
|/
* accounts: don't use common.Address for address fieldFelix Lange2016-11-281-4/+5
* accounts: disable file system watcher on windowsFelix Lange2016-11-282-2/+2
* accounts/abi/bind, mobile: review fixes and android testsPéter Szilágyi2016-11-152-8/+12
* mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-144-14/+276
* core/types, params: EIP#155Jeffrey Wilcke2016-11-134-16/+15
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-3/+6
* accounts: add Find methodFelix Lange2016-11-111-1/+7
* all: update license informationFelix Lange2016-11-093-3/+3
* accounts/abi: differentiate between static and dynamic arrays (#3121)RJ2016-11-044-26/+64
* internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940)bas-vk2016-10-292-6/+21
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-2/+4
* accounts: left pad keybytes-to-encrypt, add 30/31 byte keys testsGustav Simonsson2016-09-283-1/+62
* accounts/abi: fix typo in the comment (dummy commit)Péter Szilágyi2016-09-261-1/+1
* core/state: track all accounts in canon stateFelix Lange2016-09-261-5/+2
* accounts/abi/bind: add utilities for waiting on transactionsFelix Lange2016-08-234-15/+267
* accounts/abi/bind: use ethereum interfacesFelix Lange2016-08-223-175/+157
* accounts/abi/bind/backends: remove nil and remote backendsFelix Lange2016-08-214-203/+10
* cmd/utils, node: create account manager in package nodeFelix Lange2016-08-171-22/+0
* rpc: add new client, use it everywhereFelix Lange2016-07-231-142/+18
* accounts, core, eth: pass chain config for chain maker to test DAOPéter Szilágyi2016-07-151-2/+2
* core: added CheckNonce() to Message interfacezsfelfoldi2016-07-111-1/+2
* Merge pull request #2159 from zsfelfoldi/light-backendPéter Szilágyi2016-06-306-48/+99
|\
| * eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-166-48/+99
* | accounts/abi: fix uint64 upper range encoding.Péter Szilágyi2016-06-102-21/+33
|/
* accounts/abi: Negative numbers not properly converted in ABI encodingThomas Bocek2016-06-064-64/+10
* Merge pull request #2564 from bas-vk/submit-txJeffrey Wilcke2016-05-232-2/+42
|\
| * eth: add new RPC method (personal.) SignAndSendTransactionBas van Kervel2016-05-202-2/+42
* | accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and callPéter Szilágyi2016-05-205-6/+101
|/
* accounts/abi: fix abi test for go vet...Péter Szilágyi2016-05-121-2/+2
* accounts/abi/bind: fix multi-value anonymous unmarshallingPéter Szilágyi2016-05-122-3/+37
* accounts/abi: fixed unpacking in to already slice interfacesJeffrey Wilcke2016-05-113-31/+94
* release, all: integrate the release service into gethPéter Szilágyi2016-05-021-2/+3
* Merge pull request #2493 from almindor/developFelix Lange2016-04-301-1/+6
|\
| * eth: add personal_importRawKey for runtime private key importAles Katona2016-04-281-1/+6
* | Merge pull request #2435 from obscuren/abi-array-fixesPéter Szilágyi2016-04-288-362/+733
|\ \
| * | accounts/abi: fixed string and fixed size bytes packingJeffrey Wilcke2016-04-286-85/+137
| * | accounts/abi: added unpacking "anything" in to interface{}Jeffrey Wilcke2016-04-282-0/+11
| * | accounts/abi: fixed strict go-like unpackingJeffrey Wilcke2016-04-282-27/+158
| * | accouns/abi: refactored ABI packageJeffrey Wilcke2016-04-208-314/+491
| |/
* | accounts/abi/bind, eth: add contract non-existent errorPéter Szilágyi2016-04-274-4/+60
* | accounts: disable file system watch on linux/arm64Felix Lange2016-04-252-2/+2
|/
* accounts/abi/bind/backends: estimate needed gas, not usedPéter Szilágyi2016-04-151-1/+1
* all: fix go vet warningsFelix Lange2016-04-151-5/+5
* all: update license informationFelix Lange2016-04-152-1/+17
* accounts: disable filesystem notifications on iosPéter Szilágyi2016-04-132-2/+2
* accounts: ensure TimedUnlock does not override indefinite unlock timeoutFelix Lange2016-04-122-10/+16
* accounts: improve API and add documentationFelix Lange2016-04-123-48/+84
* cmd/geth: add recovery procedure for AmbiguousAddrErrorFelix Lange2016-04-123-0/+3
* accounts: add ErrDecryptFelix Lange2016-04-124-7/+6
* accounts: cache key addressesFelix Lange2016-04-1216-360/+1040
* cmd/geth: add tests for account commandsFelix Lange2016-04-1210-0/+28
* accounts: streamline APIFelix Lange2016-04-122-38/+29
* accounts: fix go vet warningsFelix Lange2016-04-123-5/+5
* accounts, crypto: move keystore to package accountsFelix Lange2016-04-1213-52/+1242
* accounts/abi/bind: support generating bindings for various arraysPéter Szilágyi2016-04-052-16/+67
* abi: removed implicit type casting & refactored type parsingJeffrey Wilcke2016-04-053-53/+80
* abi: accept output slices of all supported typesJeffrey Wilcke2016-04-053-5/+143
* abi: accept input slices of all supported typesJeffrey Wilcke2016-04-055-145/+106
* Merge pull request #2405 from karalabe/abigen-default-methodsJeffrey Wilcke2016-04-013-5/+102
|\
| * accounts/abi/bind: surface raw wrappers to access low level opsPéter Szilágyi2016-04-013-5/+102
* | accounts/a/b/backends, core: chain maker homestead block set to 0Jeffrey Wilcke2016-04-011-2/+1
* | core: added basic chain configurationJeffrey Wilcke2016-04-011-3/+8
|/
* accounts/abi/bind: support account slices, drop hash typePéter Szilágyi2016-03-311-2/+2
* accounts/abi/bind: merge all tests into a single suitePéter Szilágyi2016-03-311-22/+22
* accounts/abi/bind: use anonymous ephemeral call result structsPéter Szilágyi2016-03-311-15/+10
* accounts/abi/bind, cmd/abigen: dedup structs, exclude patternsPéter Szilágyi2016-03-261-6/+6
* accounts/abi/bind: fix double pointer in generated codePéter Szilágyi2016-03-252-4/+36
* accounts/abi/bind, cmd/abigen: port to templates, bind to solidityPéter Szilágyi2016-03-249-428/+530
* accounts/abi/bind: constructor, auth utils and various backendsPéter Szilágyi2016-03-249-263/+723
* accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABIPéter Szilágyi2016-03-246-41/+855
* Merge pull request #2348 from obscuren/abi-variable-inputPéter Szilágyi2016-03-174-31/+193
|\