Releases: galacticcouncil/Basilisk-node
13.1
runtime version basilisk/92
authorize upgrade hash 0xea1d6f2d7422d78a6783870c6d1f4c5418247f17ba43f86d5b8c92347158b21c
proposal hash 0x4b0a86d099f28a07183547c90ba22458fe2649de1cec2e055ad0a12e6a4ba606
What's Changed
- feat: cannot provide wrong arguments when redepositing shares to LM by @martinfridrich in #596
- feat: asset registry with offset asset IDs by @Roznovjak in #597
- fix: scheduler has validation data from previous block available by @martinfridrich in #601
Full Changelog: v13.0.0...v13.1.0
13
runtime version basilisk/88
authorize upgrade hash 0x8e275a23bfa73a68aca429eb36c95f24243b65c6074b65837521ea6b590b15e8
proposal hash 0x635ea3268523f37a56e4d7c5b377691d68087ebb817d26aca1725de14e569fd0
What's Changed
- fix: LM valued shares by @martinfridrich in #577
- chore: remove old migrations by @martinfridrich in #579
- fix: max invulnerables by @mrq1911 in #582
- fix: base_path uses tmp dir by @Roznovjak in #583
- fix: marketplace benchmark by @Roznovjak in #585
- feat: non dustable liquidity mining by @martinfridrich in #586
- chore: update to latest warehouse by @martinfridrich in #587
- fix: csp docs by @jak-pan in #588
- test: add integration tests for call filter by @Roznovjak in #590
- chore: use latest warehouse by @martinfridrich in #591
Full Changelog: v12.0.2...v13.0.0
12.0.2
runtime version basilisk/82
authorize upgrade hash 0xd3b2c9b91bd84ef42f2634ae8c8a1e2f533ea156f537500a0cb2fa90b97a4ced
proposal hash 0x1f2212bb35e85467736749102e4e0c8093779e198cc25e538a1b780a731177c7
What's Changed
- feat: trading enabled by @lumir-mrkva in #584
Full Changelog: v12.0.1...v12.0.2
12.0.1
code to get to block #2,145,600
and beyond
kusama proposal 0x47d229a4cd7ffcb17358a901eb76abc024a411610e9fc7b2c4e99af839a095cc
What's Changed
- fix: 🐍 by @lumir-mrkva in #581
Full Changelog: v12.0.0...v12.0.1
12
runtime version basilisk/81
authorize upgrade hash 0x38211bdc1ef55080ba5e67d5833d56a7c40426343d36debe3bcaa732a8ac908a
proposal hash 0xb18117a9f7a3072aebd02d4bfffa0a9f519385feee08503c097f8fc080af67f0
What's Changed
- feat: use warehouse currencies by @Roznovjak in #545
- fix(lbp): validate calculated asset_in amount by @Roznovjak in #563
- fix(xyk): add liquidity checks calculated amount instead of limit by @Roznovjak in #555
- chore: upgrade to polkadot v0.9.28 by @Roznovjak in #564
- feat: implement router for LBP by @dmoka in #565
- add step for generating wasm and ci and add them to the artifacts in CI by @fakirAyoub in #567
- feat(xyk): use exact asset amounts in create_pool by @Roznovjak in #569
- feat(xyk): test max in/out ratios by @Roznovjak in #570
- feat: add XYK liquidity mining pallet by @dmoka in #527
- chore: remove creation of nft collection from LM migration by @martinfridrich in #572
- feat: use more realistic data in integration tests by @dmoka in #544
- docs: try-runtime by @Roznovjak in #574
- chore: upgrade to polkadot-v0.9.29 by @enthusiastmartin in #571
Full Changelog: v11.0.0...v12.0.0
11
runtime version basilisk/76
authorize upgrade hash 0xf1b28bac4ba24fe57b163781ca243d6325b4536f5228fc486ae7676d697238ba
proposal hash 0x1bdce80370327c513fdca73c94f180235067f80ce3347b9ac78590c94c01dff6
What's Changed
- feat: router execution logic for XYK by @dmoka in #550
- test(marketplace): add missing test by @Roznovjak in #547
- refactor: deduplicate nft permissions struct by @Roznovjak in #548
- test: add integration tests for nft permissions by @Roznovjak in #549
- fix: ignore AMMHandler error by @Roznovjak in #551
- feat: whitelist treasury in benchmarks by @Roznovjak in #554
- feat: remove price-oracle pallet from testing runtime by @Roznovjak in #538
- feat: add transaction-pause pallet to testing runtime by @Roznovjak in #537
- feat: royalty type by @Roznovjak in #559
- fix!: remove pallet deps from primitives crate by @apopiak in #560
- fix: ensure that inherents are first and unsigned, disallow none origin by @lumir-mrkva in #562
Full Changelog: v10.2.1...v11.0.0
10.3
Node only release for collators, improving their block production.
Full Changelog: v10.2.0...v10.3.0
10.2.1
runtime version basilisk/71
authorize upgrade hash 0xa0db9a29de3fd01c5061bb31ba6104a6bbb18a876f44c8d061a7b54473c80894
What's Changed
- fix: set NFT metadata limit to 72 chars by @green-jay in #536
- fix: NFT events reintroduced by @enthusiastmartin in #540
Full Changelog: v10.2.0...v10.2.1
10
runtime version basilisk/69
authorize upgrade hash 0x3c4938a0d06c0e49b48ce71b1d088fcc27caaa372095be9ef43cf7a276618d50
What's Changed
- feat: add tests for buy setting storage to none by @green-jay in #522
- feat: XYK integration tests by @martinfridrich in #529
- fix!: Patch XCM Executor by @apopiak in #526
- fix: use checked math in xyk spot price provider by @enthusiastmartin in #520
- feat: enable xyk by @enthusiastmartin in #528
- feat: integration test price update by @martinfridrich in #525
- test: refactor marketplace unit tests according to our testing standards by @dmoka in #524
- feat: remove sudo by @martinfridrich in #515
- test: fees integration tests fixed by @martinfridrich in #523
- feat: GC distribution by @lumir-mrkva in #517
- docs: Add doc about our testing standards by @dmoka in #519
- feat: Use RootAsVestingPallet for vested_transfer by @vgantchev in #531
- fix: removed experimental price oracle by @lumir-mrkva in #534
- feat: XYK fee adjusted by @jak-pan in #535
New Contributors
Full Changelog: v9.1.0...v10.2.0
9
What's Changed
- chore: use pallet-nft from warehouse by @enthusiastmartin in #497
- feat: Add offer maker to OfferAccepted event [marketplace] by @green-jay in #458
- ci: use correct base branch in version check by @Roznovjak in #492
- fix: xyk shares calculation by @enthusiastmartin in #499
- build: fix building of docs by @Roznovjak in #491
- refactor: discounted fee by @Roznovjak in #500
- fix: use native asset in tx multi payment config by @Roznovjak in #503
- feat: xyk invariant tests by @enthusiastmartin in #501
- chore: update to latest warehouse - fixes trader issue by @enthusiastmartin in #506
- feat: add transaction pause to basilisk runtime by @enthusiastmartin in #508
- feat: enable claims by @lumir-mrkva in #504
- chore: update weights by @enthusiastmartin in #507
- feat: allow balance transfers by @martinfridrich in #509
- test: add liquidity overflow by @Roznovjak in #511
- fix: unlockable reserve by @Roznovjak in #510
- feat: NFT marketplace uses relay chain currency by @lumir-mrkva in #512
- fix: fee currency change by @lumir-mrkva in #514
- fix: update dust whitelist, add whitelist update origin to duster by @enthusiastmartin in #516
- feat: reduced marketplace bond in KSM by @lumir-mrkva in #513
- fix: fees adjusted by @lumir-mrkva in #518
Full Changelog: v8.0.0...v9.1.0