rust-status-message
rust-status-message copied to clipboard
Set and retrieve status messages per account with this simple smart contract.
Hi, I tried to run this contract using std deploy method, But ended up with errors for call method. (Tried using quick deploy, it worked fine) ...
Noticed the following issues: 1. Rust is not listed as a pre-requisite for this project. The build fails if rust is not installed. 2. After installing Rust and running the...
We currently have, e.g. env::log(b"A"); this is a good example of usage of log function, but it would be better to add a readable message so that it's more clear...
Bumps [near-sdk](https://github.com/near/near-sdk-rs) from 4.0.0 to 5.2.1. Release notes Sourced from near-sdk's releases. near-sdk-macros-v5.2.1 No release notes provided. near-sdk-v5.2.1 Fixed (nep330) Fallback to CARGO_PKG_REPOSITORY and CARGO_PKG_VERSION when NEP330_* variables are not...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.99. Release notes Sourced from serde_json's releases. v1.0.99 Support serializing serde's option type in a map key (#1030, thanks @LPGhatguy) v1.0.98 Update indexmap dependency used...
Bumps [near-sdk](https://github.com/near/near-sdk-rs) from 4.0.0 to 5.3.0. Release notes Sourced from near-sdk's releases. near-sdk-macros-v5.3.0 No release notes provided. near-sdk-v5.3.0 Added Introduced 'remove' method for 'near_sdk::store::Lazy' collection (#1238) Allow store collection iterators...