All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.11.0 - 2024-09-06
- Updates near-sandbox to 2.1.1 (#93)
0.10.0 - 2024-08-15
- [breaking] updated neard to 2.0.0 (#88)
0.9.0 - 2024-07-05
- Avoid different versions of near-sandbox binaries collision (#72)
- Updated the default neard version to 1.40.0 (#85)
0.8.0 - 2024-06-11
- Update default nearcore version to v1.38.0 (#81)
0.7.0 - 2023-10-04
- use tokio instead of async-process as dependants use tokio runtime anyway (#68)
- pin async-process crate (#66)
- use SANDBOX_ARTIFACT_URL (#74)
0.6.3 - 2023-09-30
- Expose DEFAULT_NEAR_SANDBOX_VERSION const
- run sandbox instance with --fast flag (#56)
- Allow to specify verion of neard-sandbox (#63)
- Fixed linting warnings
- point nearcore to latest mainnet release 1.35.0 (#61)
- Update crate/Cargo.toml
- update dependencies