Commit Graph

224 Commits (15d09038a6b1d533bc78662f2f0b77ccf03aaab0)

Author SHA1 Message Date
Sylvain Laurent b7cf41e4b3 accounts/abi: fix method constant flag for solidity 6.0 (#20482) 5 years ago
Ilan Gitter 93b1171316 accounts/abi/backends/simulated: add more API methods (#5) (#20208) 5 years ago
Jeff Wentworth 6ae9dc15cc [#20266] Fix bugs decoding integers and fixed bytes in indexed event fields (#20269) 5 years ago
Felix Lange d90d1db609
eth/filters: remove use of event.TypeMux for pending logs (#20312) 5 years ago
Marius van der Wijden 7ce7c3967c accounts/abi/bind: fix destructive packing of *big.Int (#20412) 5 years ago
gary rong b26eedf9e9 accounts/abi/bind: avoid reclaring structs (#20381) 5 years ago
Felix Lange 36a684ca1e accounts/abi: fix staticcheck warnings (#20358) 5 years ago
Felix Lange bcc1234778 accounts/abi/bind/backends: remove unused assignment (#20359) 5 years ago
Péter Szilágyi f4ec85486a
accounts/abi/bind: switch binding test to go modules 5 years ago
gary rong f8a95d996f accounts/abi/bind, cmd/abigen: implement alias for abigen (#20244) 5 years ago
gary rong 44b74cfc40 accounts/abi: add internalType information and fix issues (#20179) 5 years ago
Piotr Dyraga 538f763fdc accounts/abi/bind: take into account gas price during gas estimation (#20189) 5 years ago
gary rong 947f5f2b15 accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 5 years ago
Péter Szilágyi 140a7e9177
accounts/abi/bind: support closing a simulated backend 5 years ago
Péter Szilágyi 1a83114c74
all: update author list and licenses 5 years ago
Felix Lange f088c650a5 all: replace t.Log(); t.FailNow() with t.Fatal() (#19849) 5 years ago
Guillaume Ballet 5bc9ccfa0a
accounts/abi/bind: link dependent libs in deploy (#19718) 5 years ago
Guillaume Ballet d9c75cd10e
accounts/abi/bind: fix typo in comments (#19791) 5 years ago
gary rong 6814797173 accounts, cmd, contracts, les: integrate clef for transaction signing (#19783) 5 years ago
gary rong 5f5de49cd9 accounts/abi: enable struct golang binding generation (#18491) 5 years ago
Guillaume Ballet 6bf5555c4f
accounts/abi/bind: Accept function ptr parameter (#19755) 5 years ago
zer0to0ne 0b26a826e9 accounts/abi: Fix method overwritten by same name methods. (#17099) 5 years ago
gary rong f7cdea2bdc all: on-chain oracle checkpoint syncing (#19543) 5 years ago
gary rong 6069b1a5f5 mobile: fix mobile interface (#19180) 5 years ago
salanfe e4a1488b2f abi: adding the method EventByID and its test (#19359) 5 years ago
Péter Szilágyi 38c914be64
accounts/abi/bind/backends: use EIP155 on the simulated chain 5 years ago
Marius van der Wijden b3f7609d7d accounts/abi/bind: rename NewKeystoreTransactor (#19703) 5 years ago
Marius van der Wijden 6f80629383 accounts: added transactorFromKeyStore (#19685) 5 years ago
manlio e687d063c3 accounts/abi: fix TestUnpackMethodIntoMap (#19484) 5 years ago
Jeremy Schlatter 184af72e4e accounts/abi: fix documentation (#19568) 5 years ago
Péter Szilágyi 7221cb1434
core, eth, les, light: scope receipt functionality a bit cleaner 6 years ago
Ian Norden cd79bc61a9 accounts/abi: generic unpacking of event logs into map[string]interface{} (#18440) 6 years ago
Mats Julian Olsen 5b0d3fa393 accounts/abi: Add the original name as json-structtag for tuples. 6 years ago
Péter Szilágyi 5ce192ce44
accounts/abi/bind: simulated test case for fixed bytes logs 6 years ago
Jeremy McNevin 7640c9c933
bind: Static byte arrays should be right-padded 6 years ago
Péter Szilágyi 054412e335
all: clean up and proerly abstract database access 6 years ago
Dan Kinsley f49f95e2b0 accounts/abi: mutex lock in TransactionByHash and code cleanup (#19133) 6 years ago
Hsien-Tang Kao 4a090a1bab accounts/abi: fix error message format (#19122) 6 years ago
Dan Kinsley 555b3652dc accounts/abi/bind/backends: add TransactionByHash to SimulatedBackend (#19026) 6 years ago
gary rong a50b471b6b accounts/abi: allow interface as the destination (#18490) 6 years ago
Guillaume Ballet 115b1c38ac
accounts/abi: Add tests for reflection ahead of refactor (#18434) 6 years ago
Guillaume Ballet 38cce9ac33 accounts/abi: Extra slice tests (#18424) 6 years ago
gary rong 7ca40306af accounts/abi: tuple support (#18406) 6 years ago
Dragan Milic 27913dd226 accounts/abi/bind: add optional block number for calls (#17942) 6 years ago
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