near / mpc

30 stars 6 forks source link

Upgrade chain-signature contract `collections::LookupMap` to `store::LookupMap` #619

Open ChaoticTempest opened 1 month ago

ChaoticTempest commented 1 month ago

Minor optimization we can do is to use the store::LookupMap since collections will more than likely be deprecated in the future. near-sdk currently requires the legacy feature which isn't a big deal for now, but can be an issue later if it was removed from the sdk

duonghb53 commented 3 weeks ago

Can I get this issue?

volovyks commented 3 weeks ago

Hey @duonghb53 ! The contract is under heavy refactoring ATM. Let's see if this issue remains after it's done. We are happy to see your contributions.

duonghb53 commented 3 weeks ago

@volovyks yes, sure. I will wait.