You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)