issues
search
PolymeshAssociation
/
Polymesh
Node for Polymesh Blockchain
https://polymesh.network/
GNU General Public License v3.0
165
stars
47
forks
source link
Use BoundedBTreeSet for list of portfolios.
#1733
Closed
Neopallium
closed
3 weeks ago
Neopallium
commented
1 month ago
changelog
modified external API
Use
BoundedBTreeSet
instead of unbounded
Vec
for
PortfolioId
in the settlement pallet.
Add constant
MaxNumberOfPortfolios
to the settlement pallet for the bounded btreeset of portfolios.
changelog
modified external API
BoundedBTreeSet
instead of unboundedVec
forPortfolioId
in the settlement pallet.MaxNumberOfPortfolios
to the settlement pallet for the bounded btreeset of portfolios.