Skip to content

Releases: PolymeshAssociation/Polymesh

Polymesh Alcyone Testnet V2.1.0

28 Oct 14:01
0361b19
Compare
Choose a tag to compare

Alcyone Network Upgrade 2.1.0

  • Adds integrated asset settlement
  • Adds asset portfolios
  • Initial support for CDD IDs
  • Substrate upgrade to 2.0.0-rc6
  • Misc. fixes

Polymesh Alcyone Testnet V2.0.2

22 Sep 09:52
8f5451e
Compare
Choose a tag to compare

Alcyone Network Upgrade 2.0.2

  • Update max_inflation from 20% to 14%
  • Update reward claim weights

Polymesh Alcyone Testnet V2.0.1

01 Sep 18:13
Compare
Choose a tag to compare
Pre-release

Initial public release of Polymesh Alcyone Testnet

Polymesh Aldebaran Testnet V1.1.4

06 Aug 13:13
0047b25
Compare
Choose a tag to compare
Pre-release
  • Fix for vote counting for negative votes on PIPs
  • Update previous vote counts to correct above bug

Polymesh Aldebaran Testnet V1.1.3

20 Jul 16:57
9157660
Compare
Choose a tag to compare
Pre-release
  • Allow master key of identity to pay for JoinIdentity authorisations from potential Signing Keys
  • Allow old PIPs to be pruned from storage

Polymesh Aldebaran Testnet V1.1.2

07 Jul 16:06
2886cb5
Compare
Choose a tag to compare
Pre-release

Emit events on governance committee voting
Fix kill_proposal to accept governance committee origin
Fix set_proposal_cool_off_period for PIP execution
Use consistent errors in PIP pallet
Disallow asset transfers to and from the same identity
Fix custody bug

Polymesh Aldebaran Testnet V1.1.1

22 Jun 14:55
be18173
Compare
Choose a tag to compare
Pre-release

Patch release:

  • fix to allow bridge transactions to be batched consistently regardless of the order they are received in.
  • change base transaction fee from 0.01 POLYX to 1 POLYX
  • remove the block fullness adjusted fee multiplier

Polymesh Aldebaran Testnet V1.1.0

15 Jun 12:02
d620f5c
Compare
Choose a tag to compare
Pre-release

MESH-972: Adds identity_getDidStatus RPC call to take a vector of DIDs, and return whether they one of Unknown, Exists, CddVerified. Limited to 500 DIDs per query.

MESH-898: Adds pips_votingHistoryById RPC call to return voting history for a DID.

MESH-991: Adds compliance_manager_canTransfer RPC call to provide granular reasons for compliance failures for transfers.

MESH-790: Adds identity_getFilteredLinks RPC call to provide filtered links filtered by type.

MESH-959: Refactors governance committee to provide helper functions and clearer events - propose and vote are marked as depreciated, and will be removed in a subsequent release.

MESH-1033: TransferWithMemo event depreciated, and Option field added to Transfer event.

MESH-1042: Add alias for --validator as --operator (both can be used).

MESH-1044: Add events to capture Staking actions.

MESH-1035: Remove placeholder bootnodes from config.

MESH-1040: Add logging of reserved peers on startup.

MESH-1027: Add utility batch functions - needed for Payouts tab in app.

MESH-1049: Allow signing keys to leave their identities unilaterally.

Miscellaneous: Fix for batched bridge proposal transaction fee payments.

Polymesh Aldebaran Testnet V1.0.2

19 May 11:05
Compare
Choose a tag to compare
Pre-release
  • Miscellaneous comments and code hygiene fixes
  • Improve bridging events
  • Fixes for multisig execution and proposals
  • Allow batched bridge transactions

Polymesh Aldebaran Testnet V1.0.1

12 May 21:37
Compare
Choose a tag to compare
Pre-release
  • Fixed signing key addition on identity creation
  • Fixed imbalances when transferring between keys and identity
  • Fix events when there is no current DID
  • Attach multisigs to their identities