File tree 6 files changed +7
-8
lines changed
6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
- name : Run Forge build
32
32
run : |
33
33
forge --version
34
- forge build --evm-version=cancun
34
+ forge build --evm-version=prague
35
35
id : build
36
36
37
37
- name : Run Forge tests
38
38
run : |
39
- forge test -vvv --evm-version=cancun
39
+ forge test -vvv --evm-version=prague
40
40
id : test
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ require('@openzeppelin/hardhat-upgrades');
5
5
/** @type import('hardhat/config').HardhatUserConfig */
6
6
module . exports = {
7
7
solidity : {
8
- version : "0.8.25 " ,
8
+ version : "0.8.28 " ,
9
9
settings : {
10
- evmVersion : "cancun " ,
10
+ evmVersion : "prague " ,
11
11
optimizer : {
12
12
enabled : true ,
13
13
runs : 1000 ,
Original file line number Diff line number Diff line change @@ -303,7 +303,6 @@ func EncodeTmBlock(
303
303
transactions := []interface {}{}
304
304
305
305
for i , txRes := range blockRes .TxsResults {
306
- fmt .Println (i )
307
306
blockGasUsed += txRes .GasUsed
308
307
decoded , err := txDecoder (block .Block .Txs [i ])
309
308
if err != nil {
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ replace (
356
356
github.com/cosmos/cosmos-sdk => github.com/sei-protocol/sei-cosmos v0.3.55
357
357
github.com/cosmos/iavl => github.com/sei-protocol/sei-iavl v0.2.0
358
358
github.com/cosmos/ibc-go/v3 => github.com/sei-protocol/sei-ibc-go/v3 v3.3.5
359
- github.com/ethereum/go-ethereum => github.com/sei-protocol/go-ethereum-tmp v1.15.0-sei-7
359
+ github.com/ethereum/go-ethereum => github.com/sei-protocol/go-ethereum-tmp v1.15.0-sei-8
360
360
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
361
361
github.com/sei-protocol/sei-db => github.com/sei-protocol/sei-db v0.0.47
362
362
// Latest goleveldb is broken, we have to stick to this version
Original file line number Diff line number Diff line change @@ -2009,8 +2009,8 @@ github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646/go.mod
2009
2009
github.com/securego/gosec/v2 v2.11.0 h1:+PDkpzR41OI2jrw1q6AdXZCbsNGNGT7pQjal0H0cArI =
2010
2010
github.com/securego/gosec/v2 v2.11.0 /go.mod h1:SX8bptShuG8reGC0XS09+a4H2BoWSJi+fscA+Pulbpo =
2011
2011
github.com/segmentio/fasthash v1.0.3 /go.mod h1:waKX8l2N8yckOgmSsXJi7x1ZfdKZ4x7KRMzBtS3oedY =
2012
- github.com/sei-protocol/go-ethereum-tmp v1.15.0-sei-7 h1:XajEdWnEVSc0RCAb9sp7IlJSmBpBAHs+0vgfD/ZK4Fs =
2013
- github.com/sei-protocol/go-ethereum-tmp v1.15.0-sei-7 /go.mod h1:4q+4t48P2C03sjqGvTXix5lEOplf5dz4CTosbjt5tGs =
2012
+ github.com/sei-protocol/go-ethereum-tmp v1.15.0-sei-8 h1:6/ifU4GeBw1noThbLHl1tDD15osKWU/GFrL0gfAsM8E =
2013
+ github.com/sei-protocol/go-ethereum-tmp v1.15.0-sei-8 /go.mod h1:4q+4t48P2C03sjqGvTXix5lEOplf5dz4CTosbjt5tGs =
2014
2014
github.com/sei-protocol/goutils v0.0.2 h1:Bfa7Sv+4CVLNM20QcpvGb81B8C5HkQC/kW1CQpIbXDA =
2015
2015
github.com/sei-protocol/goutils v0.0.2 /go.mod h1:iYE2DuJfEnM+APPehr2gOUXfuLuPsVxorcDO+Tzq9q8 =
2016
2016
github.com/sei-protocol/sei-cosmos v0.3.55 h1:wDWLcKdKN87eWTVHhRbPcR9Fuy2D9bmmCro6GgaU3SE =
You can’t perform that action at this time.
0 commit comments