Releases: near/near-workspaces-rs
Releases · near/near-workspaces-rs
near-workspaces-v0.15.0
Other
- [breaking] updates near-* dependencies to 0.27 release (#387)
- [breaking] reexport
cargo-near-build
for configurable build if needed (#386)
- make cargo-near-build optional in manifest (#383)
near-workspaces-v0.14.1
Fixed
- TransactionStatus::status should not be waiting for Final (#379)
Other
- fix clippy 1.82 (doc preambles) (#381)
- bump cargo-near-build to 0.2.0 (#380)
near-workspaces-v0.14.0
Other
- [breaking] Updated near-* dependencies to 0.26 release (#377)
near-workspaces-v0.13.0
Other
- [breaking] updates near-* dependencies to 0.25 (#375)
- replace
cargo-near
with cargo-near-build
(#373)
near-workspaces-v0.12.0
Other
- [breaking] upgraded near deps to 0.24 (#370)
near-workspaces-v0.11.1
Fixed
- Gracefully handle account creation request errors from a faucet service [testnet-only] (#366)
near-workspaces-v0.10.1
Added
- Exposes status RPC API method (#308)
- Fixed
dev_deploy
to use registrar account to create top-level accounts (nearcore 1.37.0+ forbidden to create top-level accounts by non-registrar accounts) (#360)
- Re-exported near-abi-client (#303)
Other
- a way to get account with more than 100 near on sandbox (#351)
- Updated cargo-near to "0.5.2" (#347)
near-workspaces-v0.10.0
Other
- Impl Clone on result Value (#345)
- Upgraded NEAR crates to 0.20.0 release (#346)
- dependecy bumps (#338)
- cleanup internals (#329)
- use stable sandbox by default (#335)
- [breaking] Remove
interop_sdk
feature from defaults (#339)
- fix typos (#340)
near-workspaces-v0.9.0
Added
- Require Send + Sync for T in Worker to allow near-workspaces usage in multithreading async runtimes (#328)
- Added API for measuring gas (#284)
Fixed
- Fixed await during acquired lock in rpc::client::fetch_tx_nonce (#334)
Other
- [breaking] Migrate to use NearToken instead of raw u128 for balance variables to ensure strict typing (#333)
- Restrict GasHook type to require RefUnwindSafe and UnwindSafe to avoid breaking release (#323) (#326)
- remove unwraps (#321)