Skip to content

Polymesh Testnet V3.0.1

Compare
Choose a tag to compare
@concourseatpolymath concourseatpolymath released this 08 Apr 16:54
8d3bbf7

changelog

modified api

  • Removed pips_votingHistoryByAddress, pips_votingHistoryById, and asset_balanceAt RPC functions. (#980)
  • add_investor_uniqueness_claim_v2 now uses scope from the claim to verify the proof. (#970)

new features

  • More constants are now exposed via Metadata for easier consumption (#972)
  • New InvestorUniquenessV2 Claim has been added. (#970)
  • New Identity::revoke_claim_by_index function to revoke claims without inner scope. (#970)

modified logic

  • Fixed a bug in Distribution::{claim, push_benefit} where remaining could underflow/wrap when sufficient tokens were locked but amount was too small. (#975)
  • Setting the portfolio custodian to the owner of the portfolio now clears the PortfolioCustodian mapping of the portfolio ID in question thus saving some runtime storage. (#976)