Skip to content

Tags: PolymeshAssociation/Polymesh

Tags

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Migration for Unlinking Reserved Tickers Mappings (#1769)

* Add migration for unlinking AssetIdTicker for reserved tickers

* Add logs

* Add logs to new migration

* Add TickerRegistered event

* Add check for not updating expiry when expiry is none

* Remove unnecessary reads

---------

Co-authored-by: Robert Gabriel Jakabosky <[email protected]>

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Run all benchmarks (#1749)

* Run all benchmarks

* Add missing parameter; Change max batch calls

* Fix test

* Update comment

* Bump spec_version

---------

Co-authored-by: Adam Dossa <[email protected]>

v6.3.5

Toggle v6.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Toml version bump (#1732)

* Update version

* Remove unused rust_toolchain files

v6.3.4

Toggle v6.3.4's commit message

Verified

This tag was signed with the committer’s verified signature.
adamdossa Adam Dossa
update 6.3.4

v6.3.3

Toggle v6.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
adamdossa Adam Dossa
Fix NFT transfer

Update version to 6.3.3

v6.3.2

Toggle v6.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to 6.3.2 (#1689)

v6.3.1

Toggle v6.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make version 6.3.1 (#1685)

v6.3.0

Toggle v6.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update lib.rs (#1676)

v6.2.1

Toggle v6.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
adamdossa Adam Dossa
Use debian 11 (#1644)

* Use Debian 11 bullseye for compiling Polymesh

* Use Debian 11 for arm docker images too.

* Use higher specs to build rust nightly image.

* Clear task cache.

* Use debian 11 cleanup (#1645)

* Cleanup sccache usage.

* Fix srtool build

v6.2.0

Toggle v6.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
adamdossa Adam Dossa
Add staging network (#1621)

* Add staging network

* Need to use the 'testnet' chain for Testnet and Staging.

* Change staging spec name and id.

---------

Co-authored-by: Robert G. Jakabosky <[email protected]>