rust-status-message
rust-status-message copied to clipboard
Set and retrieve status messages per account with this simple smart contract.
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.94. Release notes Sourced from serde_json's releases. v1.0.94 Fix message duplication between serde_json::Error's Display and source() (#991, #992) v1.0.93 Support 128-bit integers in serde_json::to_value (#982)...
Bumps [near-sdk](https://github.com/near/near-sdk-rs) from 4.0.0 to 4.1.1. Release notes Sourced from near-sdk's releases. 4.1.1 This release fixes compilation for using the SDK without the "legacy" feature flag Fixed Fixed invalid import...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.147. Release notes Sourced from serde's releases. v1.0.147 Add serde::de::value::EnumAccessDeserializer which transforms an EnumAccess into a Deserializer (#2305) v1.0.146 Allow internally tagged newtype variant to...
according to README.md, can't generate `neardev` folder, run `npm start` echo some errors: ``` bash Error: Failed to find .env file at path: ./neardev/dev-account.env at getEnvFile (/Users/qiao/projects/rust-status-message/node_modules/env-cmd/dist/get-env-vars.js:40:19) npm ERR! code...

Fixes #11 `rustup toolchain install stable` fails on Gitpod and then messes up the entire rustup install, remove and just install the wasm32 toolchain and it works fine. Using yarn...
Fixing outdated code

I tried out this repo's gitpod but it looks like maybe the environment is not set up correctly. The readme says that the following should echo the account but that...
Tests for status message using [workspaces-rs](https://github.com/near/workspaces-rs). Just run `cargo test -- --nocapture` inside tests-workspaces/