Skip to content

Commit

Permalink
Feature/cargo odra for odra 0.8.0 (#64)
Browse files Browse the repository at this point in the history
* Generate odra-build dependency.

* Updated cargo new

* Updated build and test

* Updated cargo generate

* Removed unused code
Clippy fixes

* Fix generate casing

* Fix for working with workspaces

* Optimize wasm files in modules.
Clean wasm files in modules.

* Fix for workspace tests

* Removed name from Odra.toml

* Fix workspace detection

* Refactor project generation

* Add support for odra-test dependency

* Add schema generation functionality

* Fix import errors and handle contract name parsing

* Removing toolchain installation from justfile

* Changed module_name into crate_name

---------

Co-authored-by: Maciej Zieliński <[email protected]>
Co-authored-by: Krzysztof Pobiarżyn <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2024
1 parent 1dffad3 commit 14b1b6b
Show file tree
Hide file tree
Showing 22 changed files with 2,992 additions and 810 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cargo-odra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
- run: just prepare
- run: just check-lint
- run: just install
- run: just test-project-generation-on-stable-odra
- run: just test-project-generation-on-future-odra
- run: just test-workspace-generation-on-future-odra
# - run: just test-project-generation-on-stable-odra
# - run: just test-workspace-generation-on-stable-odra
Loading

0 comments on commit 14b1b6b

Please sign in to comment.