erigon-pulse/accounts/abi/bind
Marius van der Wijden a222f5f6cb accounts/abi/bind: add void if no return args specified (#21002)
* accounts/abi/bind: add void if no return args specified

Currently the java generator generates invalid input on pure/view functions
that have no return type. e.g. `function f(uint u) view public {}`
This is not a problem in practice as people rarely ever write functions like this.

* accounts/abi/bind: use elseif instead of nested if
2020-05-20 15:26:22 +03:00
..
backends all: seperate consensus error and evm internal error (#20830) 2020-05-20 15:26:22 +03:00
auth.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
backend.go post-rebase fixups v1.9.10 2020-01-30 13:36:30 +02:00
base_test.go accounts/abi: added abi test cases, minor bug fixes (#20903) 2020-05-20 15:26:22 +03:00
base.go accounts/abi: Prevent recalculation of internal fields (#20895) 2020-05-20 15:26:22 +03:00
bind_test.go accounts/abi: Prevent recalculation of internal fields (#20895) 2020-05-20 15:26:22 +03:00
bind.go accounts/abi: Prevent recalculation of internal fields (#20895) 2020-05-20 15:26:22 +03:00
template.go accounts/abi/bind: add void if no return args specified (#21002) 2020-05-20 15:26:22 +03:00
topics_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
topics.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
util_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
util.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00