Skip to content

Commit

Permalink
feat: added mpc getter and updated near-plugins (#183)
Browse files Browse the repository at this point in the history
* feat: added mpc getter and updated near-plugins

* chore: bumped rust version

rustc 1.79.0 is not supported by the alloy crates

* chore: added wasm files

* chore: bumped rust version

rustc 1.79.0 is not supported by the alloy crates

* fix: check amount after normalization

* chore: elided lifetimes

cargo clippy had warning here

* chore: updated wasm file

* chore: compiled wasm files for x86 architecture

* chore: bumped rust version

rustc 1.79.0 is not supported by the alloy crates

* chore: downgraded to 1.81.0

rustc v1.82.0+ has some issues with wasm. Source: https://near.zulipchat.com/#narrow/channel/295302-general/topic/default.20wasm.20features.20in.20Rust.20.28.2Bmultivalue.2C.2Breference-types.29/near/475780216

* chore: downgrade to rustc v1.81.0 only when building wasm files

* chore: downgraded to 1.81.0 and bumped near-workspaces to v0.16

* chore: working combination of `near-*` crates with v1.81.0

* chore: returned back to 1.79.0 and pinned `alloy-*` crates

* chore: bumped back to 1.84.0
  • Loading branch information
frolvanya authored Jan 13, 2025
1 parent 94cbbca commit ce54d2f
Show file tree
Hide file tree
Showing 13 changed files with 871 additions and 2,962 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.79.0
toolchain: 1.84.0
components: clippy, rustfmt
target: wasm32-unknown-unknown

Expand All @@ -52,7 +52,7 @@ jobs:
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.79.0
toolchain: 1.84.0
target: wasm32-unknown-unknown

- name: Cache Rust dependencies
Expand Down
Loading

0 comments on commit ce54d2f

Please sign in to comment.