Skip to content

Commit

Permalink
feat: integration test between osmosis and starknet (#121)
Browse files Browse the repository at this point in the history
* Implement custom bootstrap context to bootstrap Osmosis

* osmosis via cosmos-nix

* cosmos-nix update

* Fixing merge errors

* Try to get osmosisd working

* Osmosis needs compat mode v0.34

* Osmosis bootstrap is finally working

* Cleanup code

* Use back main branch

* Fix formatting

---------

Co-authored-by: Soares Chen <[email protected]>
  • Loading branch information
rnbguy and soareschen authored Dec 9, 2024
1 parent f154edf commit 3d350f1
Show file tree
Hide file tree
Showing 9 changed files with 244 additions and 66 deletions.
90 changes: 64 additions & 26 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@

wasm-simapp = cosmos-nix.ibc-go-v8-wasm-simapp;

osmosis = cosmos-nix.osmosis;

starknet-devnet = import ./nix/starknet-devnet.nix {
inherit nixpkgs;
inherit (inputs) starknet-devnet-src;
Expand Down Expand Up @@ -92,6 +94,7 @@
scarb
universal-sierra-compiler
wasm-simapp
osmosis
;
};

Expand Down
Loading

0 comments on commit 3d350f1

Please sign in to comment.