Skip to content

Commit

Permalink
Fixes after CR.
Browse files Browse the repository at this point in the history
Added ownership methods to daoids contract.
Rewrote ownership tests to use two-step transfer.
  • Loading branch information
kubaplas committed May 9, 2024
1 parent 4cd215c commit 8913998
Show file tree
Hide file tree
Showing 12 changed files with 1,297 additions and 1,199 deletions.
1,731 changes: 877 additions & 854 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ members = ["dao", "macros"]
exclude = ["cucumber-runner", "dao-client"]

[workspace.dependencies]
odra = { version = "0.6.1", default-features = false }
odra-modules = { version = "0.6.1", default-features = false }
odra = { version = "0.6.2", default-features = false }
odra-modules = { version = "0.6.2", default-features = false }

[profile.release]
codegen-units = 1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Live version: https://make-software.github.io/dao-contracts.
- `Rust` toolchain installed (see [rustup.rs](https://rustup.rs/)),
- `cargo odra` installed `cargo install --version 0.0.10 --force --locked cargo-odra`
- `wasmstrip` tool installed (see [wabt](https://github.com/WebAssembly/wabt)).
- `wasm-opt` tool installed (see [binaryen](https://github.com/WebAssembly/binaryen)).
- `just` tool installed (see [just](https://github.com/casey/just)).
- `wabt` installed (see [wabt](https://github.com/WebAssembly/wabt)).

Expand Down
Loading

0 comments on commit 8913998

Please sign in to comment.