near-daos / sputnik-dao-contract

Smart contracts for https://app.astrodao.com
https://astrodao.com/
MIT License
107 stars 76 forks source link

Feat: Upgrade to latest near-sdk-rs #198

Open agileurbanite opened 1 year ago

agileurbanite commented 1 year ago

To migrate sputnikdao2 to >= 4.0.0 a few things need to happen:

  1. Migrate to the new rust SDK version and update deprecated methods
  2. Remove near-sdk-sim and migrate to workspaces-rs

Benefits is that it will allow for improved maintainability of the codebase given that gas calculations are simplified and also leverages a actively maintained project like workspaces-rs over the now deprecated near-sdk-sim.