bsc/accounts/abi/bind
lx bc543bae67 goleveldb: downgrade the version for performance (#1675)
this PR: https://github.com/bnb-chain/bsc/pull/936 upgraded the goleveldb
indirectly, since it has dependency of prysm, which also depends on goleveldb indrectly.

But the new version has some performance issue on Databse Close, see:
https://github.com/syndtr/goleveldb/issues/434

So we need to rollback to the previous verison
2023-06-08 13:53:11 +08:00
..
backends ethapi: introduce tests for transaction options 2023-04-14 15:23:07 +02:00
auth.go accounts/abi/bind: set Context in TransactOpts (#23188) 2021-07-27 16:24:27 +02:00
backend.go internal/ethapi: implement API for EIP-4337 2023-04-14 15:23:07 +02:00
base_test.go internal/ethapi: implement API for EIP-4337 2023-04-14 15:23:07 +02:00
base.go accounts/abi/bind: fix error handling in baseFee query (#23781) 2021-10-21 11:40:35 +02:00
bind_test.go goleveldb: downgrade the version for performance (#1675) 2023-06-08 13:53:11 +08:00
bind.go accounts/abi: substitude arg%d to the range keyword (#25307) 2022-11-15 11:54:31 +08:00
template.go accounts/abi/bind: parse ABI only once, create metadata struct (#22583) 2021-07-27 16:22:21 +02:00
util_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 2021-06-15 13:56:14 +03:00
util.go accounts/abi/bind: improve WaitMined error handling (#24321) 2022-02-01 16:42:51 +01:00