Commit Graph

568 Commits (877d2174fb898daefeb7e9c944a68d1c3a98c923)

Author SHA1 Message Date
gary rong 7beccb29be all: get rid of error when creating memory database (#16716) 6 years ago
Péter Szilágyi 6cf0ab38bd
core/rawdb: separate raw database access to own package (#16666) 6 years ago
GagziW 541f299fbb accounts: changed if-else blocks to conform with golint (#16654) 6 years ago
kiel barry c1ea527573 accounts: golint updates for this or self warning (#16627) 6 years ago
thomasmodeneis ba1030b6b8 build: enable goimports and varcheck linters (#16446) 7 years ago
Martin Holst Swende ec3db0f56c cmd/clef, signer: initial poc of the standalone signer (#16154) 7 years ago
Ricardo Domingos 6ab9f0a19f accounts/abi: improve test coverage (#16044) 7 years ago
Mark cddb529d70 accounts/abi: normalize method name to a camel-case string (#15976) 7 years ago
Javier Peletier 60a999f238 accounts/abi: Modified unpackAtomic to accept struct lvalues 7 years ago
protolambda 0b814d32f8 accounts/abi: Abi binding support for nested arrays, fixes #15648, including nested array unpack fix (#15676) 7 years ago
Péter Szilágyi 5cf1d35470
eth, les, light: filter on logs only, derive receipts on demand 7 years ago
Martin Holst Swende 61f2279bde
abi: fix missing method on go 1.7/1.8 7 years ago
Martin Holst Swende bd6ed23899
accounts/abi: harden unpacking against malicious input 7 years ago
Martin Holst Swende 08c5d4dd27
accounts/abi: address review concerns 7 years ago
Martin Holst Swende f0f594d045
accounts/abi: Deduplicate code in unpacker 7 years ago
Martin Holst Swende 1ede68355d
accounts/abi: add another unpack interface 7 years ago
Fynn 1e72271f57
accounts/abi: use unpackTuple to unpack event arguments 7 years ago
Felix Lange a5c0bbb4f4
all: update license information (#16089) 7 years ago
Péter Szilágyi 55599ee95d core, trie: intermediate mempool between trie and database (#15857) 7 years ago
mark.lin c1d70ea970 accounts/abi, core: add AddTxWithChain in BlockGen for simulation 7 years ago
Miguel Mota 4dd0727c39 accounts: fix comment typo (#15977) 7 years ago
Péter Szilágyi 1bf508b449
accounts/abi/bind: support event filtering in abigen 7 years ago
croath a6787a6308 accounts/abi: fix the `output` at the beginning instead of making a workaround 7 years ago
Felix Lange 5c2f1e0014 all: update generated code (#15808) 7 years ago
Péter Szilágyi 6f69cdd109
all: switch gas limits from big.Int to uint64 7 years ago
Furkan KAMACI b8caba9709 various: remove redundant parentheses (#15793) 7 years ago
croath 88e67c552e accounts/abi: add a test case for unpacking mobile interfaces 7 years ago
Péter Szilágyi b9731767af
accounts/abi: handle named ouputs prefixed with underscores (#15766) 7 years ago
croath e7cd627d93 accounts/abi: fix for one output interface crashing 7 years ago
Martin Holst Swende c095c87e11
accounts/abi: merging of https://github.com/ethereum/go-ethereum/pull/15452 + lookup by id 7 years ago
Martin Holst Swende 73d4a57d47
acounts/abi: refactor abi, generalize abi pack/unpack to Arguments 7 years ago
gary rong 5f8888e116 accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) 7 years ago
Robert Zaremba 81d4cafb32
accounts/abi: add unpack into array test 7 years ago
Robert Zaremba 1afca33eac
accounts/abi: add Method Unpack tests 7 years ago
Robert Zaremba 95461e8b22
accounts/abi: satisfy most of the linter warnings 7 years ago
Robert Zaremba 0ed8b838a9
accounts/abi: fix event unpack into slice 7 years ago
Robert Zaremba 9becba5540
accounts/abi: fix event tupleUnpack 7 years ago
Robert Zaremba 3511904aad
accounts/abi: adding event unpacker tests 7 years ago
Bob Glickstein e21aa0fda3 accounts/abi: remove check for len%32==0 when unpacking events (#15670) 7 years ago
Dmitry Shulyak da58afcea0 accounts/abi: update array length after parsing array (#15618) 7 years ago
Yondon Fu cf7aba36c8 accounts/abi: update array type check in method.go. Add more packing tests 7 years ago
Armin afc2039f22 accounts/keystore: Improved error message 7 years ago
Zach 3da1bf8ca1 all: use gometalinter.v2, fix new gosimple issues (#15650) 7 years ago
Martin Holst Swende bedf6f40af cmd/geth: make geth account new faster with many keys (#15529) 7 years ago
Martin Holst Swende e2b3a23663
accounts/keystore: Ignore initial trigger of rescan-event 7 years ago
Péter Szilágyi 6810674de9
accounts/keystore: lock file cache during scan, minor polish 7 years ago
Péter Szilágyi 8a79836044
accounts: list, then subscribe (sub requires active reader) 7 years ago
Anton Evangelatov b64525694b accounts/keystore: comments above time.Sleep 7 years ago
Anton Evangelatov 448abb61eb accounts/keystore: change modtime for test cases to be bigger than 1sec. 7 years ago
gary rong 984c25ac40 accounts, internal: fail if no suitable estimated gas found (#15477) 7 years ago