near-daos / sputnik-dao-contract

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

Re-write all the tests that are using `near-sdk-sim` to use `near/workspaces-rs` #163

Open ctindogaru opened 2 years ago

ctindogaru commented 2 years ago

near-sdk-sim has been marked as deprecated, it uses vulnerable crates (such as chrono 0.4.19) and it also does not support the Apple M1 chipset.

All the tests written with near-sdk-sim should be re-written by using the latest testing framework from near: https://github.com/near/workspaces-rs