Skip to content

Commit

Permalink
Problem: eth_call return value is unlimited (#907)
Browse files Browse the repository at this point in the history
* Problem: eth_call return value is unlimited

Solution:
- apply a configurable limit in rpc nodes

* tag dependency
  • Loading branch information
yihuang authored Mar 6, 2023
1 parent 3d2df9a commit 4e25ab0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Improvements

- [#904](https://github.com/crypto-org-chain/cronos/pull/904) Enable "dynamic-level-bytes" on new `application.db`.
- [#907](https://github.com/crypto-org-chain/cronos/pull/907) Apply a configurable limit in rpc apis.

*Feb 15, 2022*

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ replace (
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.46.10
github.com/crypto-org-chain/cronos/versiondb => ./versiondb
github.com/ethereum/go-ethereum => github.com/crypto-org-chain/go-ethereum v1.10.19-deepcopy-jumptable
github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.20.6-cronos
github.com/evmos/ethermint => github.com/crypto-org-chain/ethermint v0.20.7-cronos
// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/cristalhq/acmd v0.8.1/go.mod h1:LG5oa43pE/BbxtfMoImHCQN++0Su7dzipdgBjMCBVDQ=
github.com/crypto-org-chain/ethermint v0.20.6-cronos h1:zvnamngUnUfN1OfGkHY2R8C2RmQBBcbWoXB/ZzKhVPQ=
github.com/crypto-org-chain/ethermint v0.20.6-cronos/go.mod h1:q7CGi8HdGbVu/nfQTddr0sXiqE9spdP1QHNSKHATl9E=
github.com/crypto-org-chain/ethermint v0.20.7-cronos h1:t3p/eQsB94FweqqgfoH2ubcLPBav0iKv18gKIv582o4=
github.com/crypto-org-chain/ethermint v0.20.7-cronos/go.mod h1:q7CGi8HdGbVu/nfQTddr0sXiqE9spdP1QHNSKHATl9E=
github.com/crypto-org-chain/go-ethereum v1.10.19-deepcopy-jumptable h1:VQLW0R8t9DcC/HvQZO1i0mIWjJfAezhI8lLUCholP0M=
github.com/crypto-org-chain/go-ethereum v1.10.19-deepcopy-jumptable/go.mod h1:IJBNMtzKcNHPtllYihy6BL2IgK1u+32JriaTbdt4v+w=
github.com/crypto-org-chain/go-ethereum-hdwallet v0.1.2 h1:Qu2GMavGHCcomdVWmZej76JpOO6uvII6IpPDdJUG+Qo=
Expand Down
4 changes: 2 additions & 2 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ schema = 3
hash = "sha256-QKuYnEXXrnHPPHk/Xc9ocez2Jheo/0IOOa1IQaMH61c="
replaced = "github.com/crypto-org-chain/go-ethereum"
[mod."github.com/evmos/ethermint"]
version = "v0.20.6-cronos"
hash = "sha256-S9iLoLbmx1hBcbo2rqxIiSoodsKN+EOrSiFE2LIGPgs="
version = "v0.20.7-cronos"
hash = "sha256-0p+g7J47X9ckLJ8bL6Uca1aksk8WYWNxVtrLMHlM5tg="
replaced = "github.com/crypto-org-chain/ethermint"
[mod."github.com/felixge/httpsnoop"]
version = "v1.0.2"
Expand Down

0 comments on commit 4e25ab0

Please sign in to comment.