This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
Releases: pontem-network/pontem
Releases · pontem-network/pontem
v0.5.3
v0.5.2
Changelog v0.5.2…v0.5.1
Full Changelog: v0.5.1...v0.5.2
v0.5.1…v0.5.0
- rococo nodes ·
- readme fixes ·
- westend ·
- update node version ·
- update lock ·
- parachain id only from specs ·
- Module publish (#170) ·
- nox nodes preparation ·
- nox nodes ·
- westend-native -> kusama-native ·
- CI: use rust-toolchain.toml (#176) ·
- CI: fix main crate name (#181) ·
- Merge branch 'master' into release-v0.5 ·
- [WIP] VM pallet tests refactor (#177) ·
- Allow transaction requires root execution signed by sudo/root (#182) ·
- fix link to third-party gh-action (#186) ·
- Polkadot v0.9.16 (#185) ·
- Merge branch 'master' into release-v0.5 ·
- bump version ·
v0.5.1
Changelog
- Rococo nodes ·
- Readme fixes ·
- Westend configuration ·
- Lock file update ·
- Parachain id works only from specs ·
- NOX nodes preparation,
convert_nodes
func · - Kusama prod nodes ·
- Polkadot-CLI deps
westend-native
->kusama-native
· - CI: Use rust-toolchain.toml (#176) ·
- CI: Fix main crate name (#181) ·
- Polkadot v0.9.16 (#185) ·
- VM pallet tests refactor (#177) ·
- Allow transaction requires root execution signed by sudo/root (#182) ·
- Fix link to third-party gh-action (#186) ·
- Merge branch 'master' into release-v0.5 ·
- Release v0.5.1 ·
v0.5.0
v0.4.4
Pre-release v0.4.4
It's not for testnet/production usage
Changelog:
- Groupsign alpha implementation.
- Replaced fork of pallet multisig with Substrate multisig implementation.
- Transaction pause pallet.
v0.4.3
Pre-release v0.4.3
It's not for testnet/production usage
Changelog:
- Refactored
primitives/Currencies
. - Update dependencies to Polkadot
v0.9.13
update. - Weights for
sp-mvm
pallet. - Other small improvements.
v0.4.2
General update:
- Support for multiple tokens and native balance at the same time: PONT and KSM.
- Support of custom assets (tokens, native balances) inside Move VM.
- Treasury and governance enabled.
- XCM finally enabled.
- Polkadot v0.9.11.
- SS58 prefix changed to
105
. - Bug fixes, refactoring, improvements.
Changelog
- fix names in readme by @borispovod in #97
- Update Dockerfile for developers by @mrz1703 in #92
- sp_mvm: fixed benchmarking by @cab404 in #94
- Cleanup, READMEs, comments improvements by @borispovod in #110
- Refactor sp-mvm/tests/assets.rs by @vitvakatu in #108
- Refactor node crate by @vitvakatu in #107
- Dev mode by @vitvakatu in #104
- Fix 0.9.10 XCMP by @vitvakatu in #106
- Bump to v0.9.10 by @borispovod in #103
- Deprecate publish_std extrinsic by @vladimirovmm in #115
- update dependencies by @fzzr- in #114
- New RPC calls by @borispovod in #112
- Polkadot v0.9.11 by @vitvakatu in #123
- v0.9.10 -> v0.9.11 (readme/ docker-compose) by @borispovod in #124
- Treasury and democracy pallets by @cab404 in #79
- CI: watch create version, then create tag by @fzzr- in #105
- bumped flake by @cab404 in #126
- inflation change + part of fees to treasury by @borispovod in #121
- Enabled westend-native (required by westend-local) by @cab404 in #127
- Xtokens by @vitvakatu in #88
- Fix into readme by @borispovod in #136
- Update dependencies by @borispovod in #128
- SS58 prefix changed by @borispovod in #131
- Fix: set_default_ss58_version by @borispovod in #138
- Update wasm builder by @borispovod in #143
- Version v0.4.2 by @borispovod in #145
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Parachain release 🚀
General update:
- Move VM 1.3 support
- Adopted Diem standard library
- Cumulus parachain implementation
- Nimbus DPoS parachain staking
- Renamed
mv-node
topontem-node
- Node binary renamed to
pontem
- Vesting balances
- Standard library configurable in genesis block
- Native balances support without additional native functions
Changelog v0.4.1…v0.4.0
- CI and Docker improvements
- Fix node crate info (#96)
v0.4.0…v0.3.2
- Use get-dove gh-action in coverage and tests workflows (#60) ·
- Enable vesting pallet (#58) ·
- Upgrade to VM v1.2 (#56) ·
- Refactor constants & primitives (#72) ·
- Update stdlib to latest version, tc and dr signatures (#73) ·
- Update Dockerfile
- Fixed flake environment ·
- Fixing vesting balances (#77) ·
- Update to polkadot 0.9.8 & XCMP (#57) + Nimbus collator staking (#80) ·
- Update to readme: (#82) ·
- Custom multisig Origin (#74) ·
- Rename
mv-node
topontem-node
: (#87) · - Upgrade to VM 1.3 (#89) ·
- Upgrade dove, vm version (#91) ·
v0.4.0
Parachain release 🚀
General update:
- Move VM 1.3 support
- Adopted Diem standard library
- Cumulus parachain implementation
- Nimbus DPoS parachain staking
- Renamed
mv-node
topontem-node
- Node binary renamed to
pontem
- Vesting balances
- Standard library configurable in genesis block
- Native balances support without additional native functions
Changelog:
- Use get-dove gh-action in coverage and tests workflows (#60) ·
- Enable vesting pallet (#58) ·
- Upgrade to VM v1.2 (#56) ·
- Refactor constants & primitives (#72) ·
- Update stdlib to latest version, tc and dr signatures (#73) ·
- Updated Dockerfile
- Fixed flake environment ·
- Fixing vesting balances (#77) ·
- Update to polkadot 0.9.8 & XCMP (#57) + Nimbus collator staking (#80) ·
- Update to readme: (#82) ·
- Custom multisig Origin (#74) ·
- Rename
mv-node
topontem-node
: (#87) · - Upgrade to VM 1.3 (#89) ·
- Upgrade dove, vm version (#91) ·
v0.3.1
Merge pull request #43 from pontem-network/dockerfile-patch-1 Update Dockerfile