Skip to content

Commit

Permalink
feat(katana): new command line interface (breaking) (#2663)
Browse files Browse the repository at this point in the history
* refactor(katana): separate metrics address and port into 2 args (#2537)

* refactor(katana-cli): rename server args

* refactor(katana-cli): explicit development related args

* chore(katana-cli): rename var

* fix

* refactor cli

* move gas price to gas price oracle options

* update node bindings to new cli args

* update ci

* revert to free port

* fmt

* remove l1.provider

* update

* make fixed gpo sovereign

* remove broken link
  • Loading branch information
kariy authored Nov 10, 2024
1 parent 86c6a6c commit 9db7e8c
Show file tree
Hide file tree
Showing 10 changed files with 456 additions and 229 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
sudo apt update && sudo apt install ./hurl_3.0.0_amd64.deb
chmod +x /tmp/bins/katana
chmod +x /tmp/bins/sozo
nohup /tmp/bins/katana --accounts 2 --disable-fee &
nohup /tmp/bins/katana --dev --dev.accounts 2 --dev.no-fee &
- run: |
/tmp/bins/sozo --manifest-path examples/spawn-and-move/Scarb.toml build
/tmp/bins/sozo --manifest-path examples/spawn-and-move/Scarb.toml migrate
Expand Down
Loading

0 comments on commit 9db7e8c

Please sign in to comment.