Skip to content

Commit

Permalink
[EVM] merge main into evm (#1333)
Browse files Browse the repository at this point in the history
* Initial commit for producer/consumer loadtest client (#1190)

* Initial commit for producer/consumer loadtest client

* update sei-cosmos

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* rm rounds

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* finalize

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* bump cosmos

* gofmt

* debug

* debug

* Bump version to v3.6.1 (#1222)

* Bump version to v3.6.0

* Fix empty branch

* Bump cosmos to fix upgrade migration

* Update version

* Fix changelogs readme

* Bump tendermint version

* Fix version

* Add 3.6.1 upgrade handler

* Supress lint

* Add migration process readme for SeiDB (#1221)

* Add seidb migration steps

* Add migration process for SeiDB

* Fix

* Update seidb_migration.md

* Loadtest producer consumer various fixes (#1227)

* debug

* debug

* debug

* set default broadcast to sync

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* grpc

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* lint

* int

* Lt client fix (#1260)

* Fix account loading in loadtest client

* Fix account loading in loadtest client

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* debug

* update

* SeiDB State Store Integration Tests (#1242)

* SeiDB State Store Integration Tests

* Update to differences

* Update num contracts/denoms + jq

* change length

* reduce sleeps

* Check reverse

* logging

* Update block height logging

* update seid command

* Update

* remove logging

* Update to branch

* Update bank tests

* Point to latest seidb

---------

Co-authored-by: kbhat1 <[email protected]>
Co-authored-by: kbhat1 <[email protected]>

* Update synchronous execution to set tx indices properly (#1283)

* fix debug iavl dump (#1287)

* Keep v prefix for seid version (#1311)

keep v prefix for seid version

* Release v3.6.3 (#1317)

* [SeiDB] Add integration test for historical bank send (#1329)

* Add integration test for historical bank send

* Fix go mod

* Ignore error for vote already exist (#1325)

* Ignore error for vote already exist

* Fix go mod

* Add error log

---------

Co-authored-by: Philip Su <[email protected]>
Co-authored-by: Yiming Zang <[email protected]>
Co-authored-by: Kartik Bhat <[email protected]>
Co-authored-by: kbhat1 <[email protected]>
Co-authored-by: kbhat1 <[email protected]>
Co-authored-by: Uday Patil <[email protected]>
  • Loading branch information
7 people committed Mar 4, 2024
1 parent 61c735c commit d7a8ad4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ jobs:
"./scripts/hardhat.sh"
]
},
{
name: "SeiDB State Store",
scripts: [
"docker exec sei-node-0 integration_test/contracts/deploy_wasm_contracts.sh",
"docker exec sei-node-0 integration_test/contracts/create_tokenfactory_denoms.sh",
"python3 integration_test/scripts/runner.py integration_test/seidb/state_store_test.yaml",
]
},
]
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 5 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1346,8 +1346,13 @@ github.com/sei-protocol/go-ethereum v1.13.5-sei-8 h1:z6rUvSgLXtXQBdF1dOe8A1iDFOR
github.com/sei-protocol/go-ethereum v1.13.5-sei-8/go.mod h1:kcRZmuzRn1lVejiFNTz4l4W7imnpq1bDAnuKS/RyhbQ=
github.com/sei-protocol/goutils v0.0.2 h1:Bfa7Sv+4CVLNM20QcpvGb81B8C5HkQC/kW1CQpIbXDA=
github.com/sei-protocol/goutils v0.0.2/go.mod h1:iYE2DuJfEnM+APPehr2gOUXfuLuPsVxorcDO+Tzq9q8=
<<<<<<< HEAD
github.com/sei-protocol/sei-cosmos v0.2.75-0.20240228044326-08505cc67496 h1:un50C1Li9HIeEjXPEKfMs+L+U7Hfvx+ce3RSsmBpy+g=
github.com/sei-protocol/sei-cosmos v0.2.75-0.20240228044326-08505cc67496/go.mod h1:dh8N2eWqZgZhWOMPD6uCht4TLCVp3wwl495ZF4+68oc=
=======
github.com/sei-protocol/sei-cosmos v0.2.73-evm-rebase-8 h1:ueyLkyzlvuInVIPKvd4FLqe/N8+wZSRtfh5C0RMi7rQ=
github.com/sei-protocol/sei-cosmos v0.2.73-evm-rebase-8/go.mod h1:xhbsd0d50m0pKrYkWluhCIkLOaqE8AlEROiaPr4VkXQ=
>>>>>>> e12be2db ([EVM] merge main into evm (#1333))
github.com/sei-protocol/sei-db v0.0.30 h1:dlAOTE+7nByzzAD9cb1/DxaHWbxXOHFh58a2ImvcoYs=
github.com/sei-protocol/sei-db v0.0.30/go.mod h1:F/ZKZA8HJPcUzSZPA8yt6pfwlGriJ4RDR4eHKSGLStI=
github.com/sei-protocol/sei-iavl v0.1.9 h1:y4mVYftxLNRs6533zl7N0/Ch+CzRQc04JDfHolIxgBE=
Expand Down

0 comments on commit d7a8ad4

Please sign in to comment.