Releases: alephium/alephium
Releases · alephium/alephium
v4.0.1
What's Changed
- Fix InvalidAlphBalance Error When no preapprovedAsset for TxScript by @h0ngcha0 in #1310
- Fix integration tests on macos due to too many open files by @Lbqds in #1315
- Support specifying dust amount in unit tests by @Lbqds in #1314
- Fix Groupless Execute Script Group Derivation by @h0ngcha0 in #1313
- Fix source index in compiler error when contract fields are empty by @Lbqds in #1311
- Use unique name for tuple types by @Lbqds in #1316
Full Changelog: v4.0.0...v4.0.1
v4.0.0
The Danube network upgrade will be activated on Tue Jul 15 2025 12:00 GMT+0200.
LFG 🚀
v3.15.4
What's Changed
- Support tuple types in Ralph by @Lbqds in #1298
- Improve unit tests based on feedback by @Lbqds in #1299
- Improve parser for unit tests by @Lbqds in #1300
- Fix parsing of if-else expressions by @Lbqds in #1301
- Support auto-funding in the build-execute-script-tx endpoint by @Lbqds in #1302
- Support updating immutable fields in unit tests by @Lbqds in #1303
- Fix CI on Windows by @Lbqds in #1306
- Remove preserve caller by @Lbqds in #1307
- Use tail recursion in getBlockHashesBetween by @Lbqds in #1304
Full Changelog: v3.15.3...v3.15.4
v3.15.3
3.15.3
v3.13.1
Assert equality of chain index when comparing block hashes
v3.15.2
v3.15.1
v3.15.0
This release includes many improvements to Danube upgrade.
- Testnet Operators: mandatory upgrade
- Mainnet Operators: upgrade is optional
Main changes:
- New multisig address that supports different signature schemas: Secp256K1, Secp256R1, ED25519, WebAuthn
- Experimental: unit tests for pure functions in Ralph
- Better APIs for groupless addresses
What's Changed
- Ralph unit test by @Lbqds in #1280
- Add missing source index to IfElseStatement by @Lbqds in #1281
- Improve unit test by @Lbqds in #1282
- Add round up div operators by @Lbqds in #1283
- Optimize Goupless Transfer by @h0ngcha0 in #1284
- Support p2hmpk by @Lbqds in #1285
- Support sweep from groupless address by @Lbqds in #1287
- Reduce duplicate code in unit tests by @Lbqds in #1286
- More Backwards Compatible Groupless API Model by @h0ngcha0 in #1288
- Support mainnet by @polarker in #1289
Full Changelog: v3.14.4...v3.15.0
v3.14.4
A few more improvements for Danupgrade on Testnet. Recommended for Testnet operators.
What's Changed
- Uncle Block Rate Dashboard by @h0ngcha0 in #1272
- Add ALEPHIUM_API_KEY_ENABLED variable by @h0ngcha0 in #1274
- Properly initialize bestDeps for Danube by @Lbqds in #1275
- Check node version on testnet by @Lbqds in #1276
- Rebuild template when necessary by @Lbqds in #1277
- Support short-circuit evaluation for && and || operators by @Lbqds in #1278
- Improve is banned by @h0ngcha0 in #1279
Full Changelog: v3.14.3...v3.14.4