Releases: radixdlt/radixdlt-scrypto
Scrypto v1.2.0
This is the Scrypto v1.2.0
release, targeting the bottlenose
protocol update.
Full release notes: https://docs.radixdlt.com/docs/scrypto-v1-2-0
License
The code in this repository is released under the Radix License, Version 1.0 and includes modified third party work which is reproduced here pursuant to the Apache 2.0 licensing regime. Where third party software has been used this is identified together with the appropriate open-source licence.
Executable components are licensed under the Radix Software EULA.
Scrypto v1.1.2
This is a minor release that resolves the Rust Analyzer autocomplete issue.
If autocomplete doesn't work for you, please try upgrade to this version.
Scrypto v1.1.1
This is a hotfix release to address issues within Scrypto v1.1.0
.
- Fixed the
scrypto-builder
not compiling problem (#1703) - Fixed the WASM code size regression problem (#1705)
- Fixed two bugs within manifest builder (#1701, #1702)
License
The code in this repository is released under the Radix License, Version 1.0 and includes modified third party work which is reproduced here pursuant to the Apache 2.0 licensing regime. Where third party software has been used this is identified together with the appropriate open-source licence.
Executable components are licensed under the Radix Software EULA.
Deterministic Scrypto Builder
Scrypto v1.1.0 (Anemone)
Summary
This is the Scrypto v1.1.0
release, for use with the anemone
protocol version, which supports:
- Second-precision network time
- BLS and Keccak256 cryptography
- Improved pool blueprints
- Updated validator creation fee
The anemone protocol update is expected to go live on mainnet
at approximately 18:00 UTC on Monday 5th February. On stokenet
, it is expected to go live on Tuesday 30th January.
If you build your Scrypto project with this version AND have been using BLS, you will need to wait until the protocol update is finished before you can deploy it.
License
The code in this repository is released under the Radix License, Version 1.0 and includes modified third party work which is reproduced here pursuant to the Apache 2.0 licensing regime. Where third party software has been used this is identified together with the appropriate open-source licence.
Executable components are licensed under the Radix Software EULA.
Deterministic Scrypto Builder
radixdlt/scrypto-builder:v1.1.0
Documentation
- Release notes: https://docs.radixdlt.com/v1/docs/scrypto-v1-1-0
- Rust doc: https://radixdlt.github.io/radixdlt-scrypto/scrypto/
Scrypto v1.0.1
Summary
This is the Scrypto v1.0.1 release, with some minor fixes and enhancements:
- Added support for the latest rust version (
1.73.0
) - Improved schema and blueprint definition cache for better performance
License
The code in this repository is released under the Radix License, Version 1.0 and includes modified third party work which is reproduced here pursuant to the Apache 2.0 licensing regime. Where third party software has been used this is identified together with the appropriate open-source licence.
Executable components are licensed under the Radix Software EULA.
Scrypto v1.0.0
Summary
This is the Scrypto v1.0.0 release, for use with Babylon mainnet, which will be launched on or around September 27th. It can also be used with stokenet, re-launched today.
We have also released a deterministic scrypto-builder
image which should be used for building your packages. Details on this will be included in the release notes.
License
The code in this repository is released under the Radix License, Version 1.0 and includes modified third party work which is reproduced here pursuant to the Apache 2.0 licensing regime. Where third party software has been used this is identified together with the appropriate open-source licence.
Executable components are licensed under the Radix Software EULA.
Documentation
Scrypto v1.0.0-rc1
Scrypto v1.0.0-rc1
, for Babylon mainnet.
Note that this is a pre-release, not for production use.
Scrypto v0.12.1
For Babylon RCnet v3.1.
Please use this Scrypto version for building for the RCnet v3.1 network, which will be released onto Zabanet with a ledger wipe later this week.
We will shortly be publishing:
- The migration guide from v0.11.0 to v0.12.1 to the docs site.
- Rust docs for the Scrypto crate for v0.12.1 to github pages.
Scrypto v0.12.0
For Babylon RCnet v3.
Please use this Scrypto version for building for the RCnet v3 network.
We have published:
- (COMING SOON) The migration guide from v0.11.0 to v0.12.0 to the docs site.
- Rust docs for the Scrypto crate for v0.12.0 to github pages.
Scrypto v0.11.0
For Babylon RCnet v2 Phase 2.
Please use this Scrypto version for building for the RCnet v2 (ansharnet) network.
There have been very few changes from Scrypto v0.10.0 in terms of the developer-facing Scrypto interface, but a few minor changes behind the scenes leading to some ABI compatibility changes, which require an update to the build chain for compatibility.
We have published:
- The migration guide from v0.9.0 to v0.10.0/v0.11.0 to the docs site.
- Rust docs for the Scrypto crate for v0.11.0 to github pages.