Skip to content

Polymesh Aldebaran Testnet V1.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@adamdossa adamdossa released this 15 Jun 12:02
· 7 commits to master since this release
d620f5c

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.