near / devx

This is the home of NEAR collective developer experience plans and roadmap.
11 stars 0 forks source link

Change all the rust examples and create-near-app to work with changes to sdk #209

Closed behaviary closed 4 years ago

behaviary commented 4 years ago

Context: https://github.com/near/near-sdk-rs/releases/tag/v0.11.0

Acceptance criteria:

janedegtiareva commented 4 years ago

There are a lot of rust examples which are not supported. Is the plan to leave them with the old version?

janedegtiareva commented 4 years ago

We don't have dependabot set up for all examples right now, so this issue just picked up scope (configure dependabot for all examples that we support)

janedegtiareva commented 4 years ago

This currently blocked. Some features in near-sdk-rs 0.4.0 do not work when the code is running on near node version currently active on testnet/ci environments. (See this PR https://github.com/near-examples/rust-counter/pull/21 with repro). Note that developers who upgrade to near-sdk-rs 0.4.0 (latest) and use testnet may be affected by this issue.