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 Apr 17, 2024
1 parent 0bd17a2 commit 2f41def
Showing 1 changed file with 8 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

0 comments on commit 2f41def

Please sign in to comment.