- 29 May 2024
- 1 Minute to read
- DarkLight
- PDF
Scrypto v1.1.0
- Updated on 29 May 2024
- 1 Minute to read
- DarkLight
- PDF
Summary
Scrypto v1.1.0
release is a version that targets the Anemone
network, which introduces the following protocol updates:
- Second-precision network time
- BLS and Keccak256 cryptography
- Improved pool blueprints
- Reduced validator creation fee
Latest Compatible Product Versions
By using the binaries, including libraries, CLIs and docker images you agree to the End User License Agreement. You can find all terms and conditions here.
Engine, Node and Scrypto:
App Building Tools:
- Gateway API: ReDocly | Root URL | Swagger
- dApp Toolkit: 1.4.3 on npm
- TypeScript Radix Engine Toolkit: v1.0.3 on npm
- ROLA Library for Node.js backends: 1.0.3 on npm
Public Applications:
- Wallet: Installation guide
- Connector Extension: v1.3.4 on Github
- Dashboard: Mainnet | Stokenet
- Mainnet Network ID: 1 (0x01)
- Stokenet Network ID: 2 (0x02)
Changes from v1.0.1
Second-precision Timestamp
Second-precision network timestamps are now available for Scrypto.
See the rustdocs of Clock
for more.
BLS12-381 and Keccak256 Cryptography
A new set of crypto APIs have been introduced. Using these APIs is much cheaper than doing the same computation within WASM.
For use guides, please refer to Cryptography
Pool Blueprints Update
All native pool blueprints have been updated to use PreciseDecimal
for internal computation. This significantly improves the accuracy of maths for all existing and new pools.
No interface has been changed.
Validator Creation Fee Reduced
Not technically a Scrypto-related change, but it's worth mentioning that the validator creation fee will be reduced to 100 USD once Anemone
is activated.
RESIM Improvements
Various enhancements to the resim
CLI:
- Show both the name and the symbol of a resource if available.
- Make
address
optional for theresim show
command - Check public and private keys provided to
resim set-default-account
- Support argument building for
FungibleBucket
andNonFungibleBucket
- Fix the issue where
resim
doesn't read the.rpd
schema file correctly
Scrypto Coverage Report
You can now run scrypto coverage
to generate a coverage report of your Scrypto project.