This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
v0.5.1
Usage related changes
- Introduced block abortion (docs)
- Dropped support for the deprecated deploy transaction (deployment only feasible through UDC)
- Not deemed a breaking change, rather an enhancement to make Devnet more similar to the official testnets
- Moved docs and code repo from Shard-Labs to 0xSpaceShard
- PyPI and Docker Hub unchanged
- Improved performance of Cairo 1 hashing (Poseidon)
- Default Cairo 1 recompiler (x86 compatible) allowing libfuncs experimental_v0.1.0
- Updated license (MIT)
Development related changes
- Added poseidon-py dependency
- Updated crypto-cpp-py dependency
- Improved executor and parallelization on CircleCI
Merged PRs
- Update context to spaceshard in config.yml by @ivpavici in #446
- Change shard labs to spaceshard links by @ivpavici in #447
- Changed hh-plugin links to spaceshard by @ivpavici in #449
- Create LICENSE by @ivpavici in #451
- Drop support for deploy tx by @FabijanC in #394
- Override hashing by @FabijanC in #452
- Change testing parallelization on CircleCI by @FabijanC in #453
- Abort blocks by @mikiw in #421
Full Changelog: v0.5.0...v0.5.1