-
Notifications
You must be signed in to change notification settings - Fork 815
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge in the OCC changes in seiv2 into main (#1398)
* add some TODOs pointing to key areas to refactor for OCC work (#1049) * Add occ to sei-chain (#1111) * add occ to sei-chain * don't run forward compatibility * fix dependency * update version to latest occ-main cosmos * enable occ on process-proposal-handler * fix enabled flag * [occ] enable occ prefill estimates from sei chain (#1113) * Enable dep prefills * fix loadtest config * bump go mod * bump go mod * bump go mod * bump go mod * bump go mod * update sei-wasmd * bump go mod * fix lint and add todos * [OCC] Add occ unit tests (#1124) * add occ unit tests * fix test to compare 1 vs 10 workers * cleanup * add comment * move const * optimize imports * restructure test to avoid linter issues * fix lint * more lint * fix tests and update sei-cosmos * fix unrelated lint errors * Revert "fix unrelated lint errors" This reverts commit 0f9a03a. * fix linting issues (#1125) fix lint --------- Co-authored-by: Uday Patil <[email protected]> * [OCC] Add trace span for DeliverTxBatch (#1131) * add trace span for DeliverTxBatch * update sei-cosmos to latest occ-main * split out the metric name * [dex] Fix dex memstate to use KVstore instead of in memory structures (#1135) * Refactor dex contracts to process memstate * add mutexes and refactor contract deps struct * fix initialization of mutex * update go mod * update go od * update resource types * update dex aclmappings * update go mod * add occ wasm testing functionality to loadtest (#1177) * add occ wasm testing functionality to loadtest * update loadtest * revert loadtest config change * update sei tester * fix loadtest * lint fixes * add occ-enable config (#1256) * OCC Remove block gas meter (#1286) * remove block gas meter * uncomment tests * update go mod * update go mod * Add writeset estimation tracing + generate writesets concurrently (#1339) * Add tracing spans * add waitgroup for concurrent writeset estimation * Rebase with latest loadtest client (#1352) * Rebase with latest loadtest client * Fix go version * no lint * Remove unsed field * Fix lint * update sei-tendermint * Seiv2 ci (#1392) Add seiv2 branch to github CI * Update go mod with sei-cosmos tag (#1402) update go mod with sei-cosmos tag --------- Co-authored-by: Steven Landers <[email protected]> Co-authored-by: Yiming Zang <[email protected]>
- Loading branch information
1 parent
b806f14
commit 2d7a3df
Showing
48 changed files
with
3,309 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- seiv2 | ||
paths: | ||
- "proto/**" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.