·
13 commits
to master
since this release
1.1.0 - 2025-02-14
Added
- Add
abi::public_sender
[#3341] - Add
[vm]
config section [#3341] - Add CONTRACT_TO_ACCOUNT inflow case on archive moonlight filtering [#3494]
- Add Dockerfile for persistent state builds [#1080]
- Add
vm_config
section to/on/node/info
[#3341]
Changed
- Deprecate
[chain].gas_per_deploy_byte
config [#3341] - Deprecate
[chain].min_deployment_gas_price
config [#3341] - Deprecate
[chain].generation_timeout
config [#3341] - Deprecate
[chain].min_deploy_points
config [#3341] - Deprecate
[chain].block_gas_limit
config [#3341] - Change how Rusk controls the archive for synchronization [#3359]
- Update
bls12_381-bls
to 0.5 [#2773] - Update
dusk-bls12_381
to 0.14 [#2773] - Update
dusk-jubjub
to 0.15.0 [#2773] - Update
dusk-plonk
to 0.21.0 [#2773] - Update
dusk-poseidon
to 0.41 [#2773] - Update
jubjub-schnorr
to 0.6 [#2773] - Update
phoenix-circuits
to 0.6 [#2773] - Update
phoenix-core
to 0.34.0 [#2773] - Update
poseidon-merkle
to 0.8 [#2773]
Fixed
- Fix node unresponsiveness when querying contracts that take too long to terminate [#3481]
Removed
- Remove legacy event system
- Remove archive mpsc channel & archive event forwarding [#3359]
1.0.2 - 2025-01-27
Added
- Add
/on/account:<address>/status
endpoint [#3422]
Changed
- Change dependency declaration to not require strict equal [#3405]
1.0.1 - 2025-01-20
Added
- Add
Rusk-Version-Strict
header for version match - Add support for
cargo install
Changed
- Change
check_rusk_version
to ignore pre-release by default - Increase archive channel capacity from 1000 to 10000 [#3359]
- Change
/static/drivers/wallet-core.wasm
to embed version1.0.0