Commit Graph

380 Commits (76704038461604a9fc96ad76cfa95509e1f24716)

Author SHA1 Message Date
Guillaume Ballet 9bfd0b60cc
accounts/abi: fix case of generated java functions (#18372) 6 years ago
Matt K a4af734328 accounts/abi: change unpacking of abi fields w/ underscores (#16513) 6 years ago
weimumu 735343430d fix string array unpack bug in accounts/abi (#18364) 6 years ago
Jeff Prestes 335760bf06 accounts/abi: Brings out the msg defined at require statement in SC function (#17328) 6 years ago
bas-vk 7df52e324c accounts/abi: add support for unpacking returned bytesN arrays (#15242) 6 years ago
weimumu 3ad73443c7 fix slice unpack bug in accounts/abi (#18321) 6 years ago
tzapu e79821cabe accounts/abi: argument type and name were reversed (#17947) 6 years ago
Vedhavyas Singareddi 92639b676a Add packing for dynamic array and slice types (#18051) 6 years ago
Jeremy Schlatter 5ed3960b9b accounts/abi/bind: stop using goimports in the binding generator (#17768) 6 years ago
Martin Holst Swende 96fd50be10 accounts/abi: fix panic in MethodById lookup. Fixes #17797 (#17798) 6 years ago
CDsigma a5aaab2f22 accounts/abi/bind/backends: fix typo (#17749) 6 years ago
gary rong d6254f827b all: protect self-mined block during reorg (#17656) 6 years ago
Martin Holst Swende 16bc8741bf abi, signer: fix nil dereference in #17633 (#17653) 6 years ago
Diep Pham 42bd67bd6f accounts/abi: fix unpacking of negative int256 (#17583) 6 years ago
Wenbiao Zheng d1aa605f1e all: remove the duplicate 'the' in annotations (#17509) 6 years ago
Jeff Prestes 212bba47ff backends: configurable gas limit to allow testing large contracts (#17358) 6 years ago
Roc Yu 040dd5bd5d accounts/abi: refactor Method#Sig() to use index in range iterator directly (#17198) 6 years ago
Péter Szilágyi e1f1d3085c
accounts, eth, les: blockhash based filtering on all code paths 6 years ago
Wenbiao Zheng 61a5976368 accounts: remove deadcode isSigned (#16990) 6 years ago
Péter Szilágyi 49719e21bc
core, eth: minor txpool event cleanups 6 years ago
rjl493456442 a2e43d28d0
all: collate new transaction events together 6 years ago
Guillaume Ballet 247b5f0369
accounts/abi: allow abi: tags when unpacking structs 6 years ago
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
kiel barry c1ea527573 accounts: golint updates for this or self warning (#16627) 6 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
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
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