| Commit message (Expand) | Author | Age | Files | Lines |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-06-12 | 40 | -180/+180 |
* | 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 |
* | | Merge pull request #3518 from fjl/ethclient-dependency-cleanup | Péter Szilágyi | 2017-01-06 | 1 | -2/+2 |
|\ \ |
|
| * | | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 1 | -2/+2 |
| |/ |
|
* / | accounts, internal, mobile: polish accounts API, extend Android tests | Péter Szilágyi | 2017-01-05 | 2 | -4/+4 |
|/ |
|
* | core/vm: improved EVM run loop & instruction calling (#3378) | Jeffrey Wilcke | 2017-01-05 | 1 | -1/+1 |
* | accounts/abi: add support for function types (#3405) | RJ | 2017-01-05 | 4 | -4/+24 |
* | accounts, core, crypto, internal: use normalised V during signature handling ... | Péter Szilágyi | 2017-01-05 | 2 | -21/+8 |
* | accounts/abi: add support for "anonymous" and "indexed" for events (#3464) | bas-vk | 2016-12-22 | 4 | -20/+61 |
* | Merge pull request #3403 from VoR0220/fixedPointsAbi | Péter Szilágyi | 2016-12-19 | 2 | -7/+85 |
|\ |
|
| * | accounts/abi: clean up PR and add type parsing tests | Péter Szilágyi | 2016-12-19 | 2 | -5/+82 |
| * | accounts/abi: prepare ABI to handle fixed point types | VoR0220 | 2016-12-19 | 1 | -5/+6 |
* | | core, core/vm: implemented a generic environment (#3348) | Jeffrey Wilcke | 2016-12-06 | 1 | -1/+5 |
|/ |
|
* | accounts: don't use common.Address for address field | Felix Lange | 2016-11-28 | 1 | -4/+5 |
* | accounts: disable file system watcher on windows | Felix Lange | 2016-11-28 | 2 | -2/+2 |
* | accounts/abi/bind, mobile: review fixes and android tests | Péter Szilágyi | 2016-11-15 | 2 | -8/+12 |
* | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 4 | -14/+276 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 4 | -16/+15 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -3/+6 |
* | accounts: add Find method | Felix Lange | 2016-11-11 | 1 | -1/+7 |
* | all: update license information | Felix Lange | 2016-11-09 | 3 | -3/+3 |
* | accounts/abi: differentiate between static and dynamic arrays (#3121) | RJ | 2016-11-04 | 4 | -26/+64 |
* | internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) | bas-vk | 2016-10-29 | 2 | -6/+21 |
* | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -2/+4 |
* | accounts: left pad keybytes-to-encrypt, add 30/31 byte keys tests | Gustav Simonsson | 2016-09-28 | 3 | -1/+62 |
* | accounts/abi: fix typo in the comment (dummy commit) | Péter Szilágyi | 2016-09-26 | 1 | -1/+1 |
* | core/state: track all accounts in canon state | Felix Lange | 2016-09-26 | 1 | -5/+2 |
* | accounts/abi/bind: add utilities for waiting on transactions | Felix Lange | 2016-08-23 | 4 | -15/+267 |
* | accounts/abi/bind: use ethereum interfaces | Felix Lange | 2016-08-22 | 3 | -175/+157 |
* | accounts/abi/bind/backends: remove nil and remote backends | Felix Lange | 2016-08-21 | 4 | -203/+10 |
* | cmd/utils, node: create account manager in package node | Felix Lange | 2016-08-17 | 1 | -22/+0 |
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -142/+18 |
* | accounts, core, eth: pass chain config for chain maker to test DAO | Péter Szilágyi | 2016-07-15 | 1 | -2/+2 |
* | core: added CheckNonce() to Message interface | zsfelfoldi | 2016-07-11 | 1 | -1/+2 |
* | Merge pull request #2159 from zsfelfoldi/light-backend | Péter Szilágyi | 2016-06-30 | 6 | -48/+99 |
|\ |
|
| * | eth: separate common and full node-specific API and backend service | zsfelfoldi | 2016-06-16 | 6 | -48/+99 |
* | | accounts/abi: fix uint64 upper range encoding. | Péter Szilágyi | 2016-06-10 | 2 | -21/+33 |
|/ |
|
* | accounts/abi: Negative numbers not properly converted in ABI encoding | Thomas Bocek | 2016-06-06 | 4 | -64/+10 |
* | Merge pull request #2564 from bas-vk/submit-tx | Jeffrey Wilcke | 2016-05-23 | 2 | -2/+42 |
|\ |
|
| * | eth: add new RPC method (personal.) SignAndSendTransaction | Bas van Kervel | 2016-05-20 | 2 | -2/+42 |
* | | accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call | Péter Szilágyi | 2016-05-20 | 5 | -6/+101 |
|/ |
|
* | accounts/abi: fix abi test for go vet... | Péter Szilágyi | 2016-05-12 | 1 | -2/+2 |
* | accounts/abi/bind: fix multi-value anonymous unmarshalling | Péter Szilágyi | 2016-05-12 | 2 | -3/+37 |
* | accounts/abi: fixed unpacking in to already slice interfaces | Jeffrey Wilcke | 2016-05-11 | 3 | -31/+94 |
* | release, all: integrate the release service into geth | Péter Szilágyi | 2016-05-02 | 1 | -2/+3 |
* | Merge pull request #2493 from almindor/develop | Felix Lange | 2016-04-30 | 1 | -1/+6 |
|\ |
|
| * | eth: add personal_importRawKey for runtime private key import | Ales Katona | 2016-04-28 | 1 | -1/+6 |
* | | Merge pull request #2435 from obscuren/abi-array-fixes | Péter Szilágyi | 2016-04-28 | 8 | -362/+733 |
|\ \ |
|
| * | | accounts/abi: fixed string and fixed size bytes packing | Jeffrey Wilcke | 2016-04-28 | 6 | -85/+137 |
| * | | accounts/abi: added unpacking "anything" in to interface{} | Jeffrey Wilcke | 2016-04-28 | 2 | -0/+11 |
| * | | accounts/abi: fixed strict go-like unpacking | Jeffrey Wilcke | 2016-04-28 | 2 | -27/+158 |
| * | | accouns/abi: refactored ABI package | Jeffrey Wilcke | 2016-04-20 | 8 | -314/+491 |
| |/ |
|
* | | accounts/abi/bind, eth: add contract non-existent error | Péter Szilágyi | 2016-04-27 | 4 | -4/+60 |
* | | accounts: disable file system watch on linux/arm64 | Felix Lange | 2016-04-25 | 2 | -2/+2 |
|/ |
|
* | accounts/abi/bind/backends: estimate needed gas, not used | Péter Szilágyi | 2016-04-15 | 1 | -1/+1 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -5/+5 |
* | all: update license information | Felix Lange | 2016-04-15 | 2 | -1/+17 |
* | accounts: disable filesystem notifications on ios | Péter Szilágyi | 2016-04-13 | 2 | -2/+2 |
* | accounts: ensure TimedUnlock does not override indefinite unlock timeout | Felix Lange | 2016-04-12 | 2 | -10/+16 |
* | accounts: improve API and add documentation | Felix Lange | 2016-04-12 | 3 | -48/+84 |
* | cmd/geth: add recovery procedure for AmbiguousAddrError | Felix Lange | 2016-04-12 | 3 | -0/+3 |
* | accounts: add ErrDecrypt | Felix Lange | 2016-04-12 | 4 | -7/+6 |
* | accounts: cache key addresses | Felix Lange | 2016-04-12 | 16 | -360/+1040 |
* | cmd/geth: add tests for account commands | Felix Lange | 2016-04-12 | 10 | -0/+28 |
* | accounts: streamline API | Felix Lange | 2016-04-12 | 2 | -38/+29 |
* | accounts: fix go vet warnings | Felix Lange | 2016-04-12 | 3 | -5/+5 |
* | accounts, crypto: move keystore to package accounts | Felix Lange | 2016-04-12 | 13 | -52/+1242 |
* | accounts/abi/bind: support generating bindings for various arrays | Péter Szilágyi | 2016-04-05 | 2 | -16/+67 |
* | abi: removed implicit type casting & refactored type parsing | Jeffrey Wilcke | 2016-04-05 | 3 | -53/+80 |
* | abi: accept output slices of all supported types | Jeffrey Wilcke | 2016-04-05 | 3 | -5/+143 |
* | abi: accept input slices of all supported types | Jeffrey Wilcke | 2016-04-05 | 5 | -145/+106 |
* | Merge pull request #2405 from karalabe/abigen-default-methods | Jeffrey Wilcke | 2016-04-01 | 3 | -5/+102 |
|\ |
|
| * | accounts/abi/bind: surface raw wrappers to access low level ops | Péter Szilágyi | 2016-04-01 | 3 | -5/+102 |
* | | accounts/a/b/backends, core: chain maker homestead block set to 0 | Jeffrey Wilcke | 2016-04-01 | 1 | -2/+1 |
* | | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -3/+8 |
|/ |
|
* | accounts/abi/bind: support account slices, drop hash type | Péter Szilágyi | 2016-03-31 | 1 | -2/+2 |
* | accounts/abi/bind: merge all tests into a single suite | Péter Szilágyi | 2016-03-31 | 1 | -22/+22 |
* | accounts/abi/bind: use anonymous ephemeral call result structs | Péter Szilágyi | 2016-03-31 | 1 | -15/+10 |
* | accounts/abi/bind, cmd/abigen: dedup structs, exclude patterns | Péter Szilágyi | 2016-03-26 | 1 | -6/+6 |
* | accounts/abi/bind: fix double pointer in generated code | Péter Szilágyi | 2016-03-25 | 2 | -4/+36 |
* | accounts/abi/bind, cmd/abigen: port to templates, bind to solidity | Péter Szilágyi | 2016-03-24 | 9 | -428/+530 |
* | accounts/abi/bind: constructor, auth utils and various backends | Péter Szilágyi | 2016-03-24 | 9 | -263/+723 |
* | accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI | Péter Szilágyi | 2016-03-24 | 6 | -41/+855 |