feat: upgrade near to latest - #842
Merged
Merged
Conversation
Contributor
|
Just yesterday, the latest versions of near tooling has been released, now supporting Rust 1.93. https://crates.io/crates/near-sdk/5.28.0 Maybe we can go straight to that, or maybe two PRs are easier. (Updating Rust will most likely trigger clippy.) |
Contributor
Author
|
oh perfect, I'll bump it right to 1.93 but clippy issues will be a bit annoying |
- near-sdk 5.27.0 → 5.28.0 (add non-contract-usage feature) - near-primitives 0.35.1 → 0.36.0 - near-crypto 0.35.1 → 0.36.0 - near-fetch 0.10.0 → 0.11.0 - near-jsonrpc-client 0.21.0 → 0.21.1 - near-workspaces pinned to git rev d75d068 (0.22.x unreleased) - near-sandbox pinned to git rev 7dce961 - borsh 1.5.3 → 1.6.1 Replace build-contract.sh with cargo near build non-reproducible-wasm. Copy artifact to target/wasm32-unknown-unknown/release/ for compat. Update all CI workflows to install cargo-near and use new build cmd. Delete build-contract.sh.
ChaoticTempest
force-pushed
the
phuong/feat/latest-near
branch
from
June 9, 2026 02:15
502fbe4 to
d26d4d1
Compare
ChaoticTempest
force-pushed
the
phuong/feat/latest-near
branch
from
June 18, 2026 00:40
d26d4d1 to
c233da0
Compare
Ensure cargo near build uses the specified 1.93.0 toolchain rather than default host toolchain which lacks wasm32-unknown-unknown target.
ChaoticTempest
marked this pull request as ready for review
July 28, 2026 23:18
isSerge
approved these changes
Jul 29, 2026
ppca
approved these changes
Jul 29, 2026
ChaoticTempest
force-pushed
the
phuong/feat/latest-near
branch
from
July 30, 2026 23:40
61296c7 to
2fc0fc3
Compare
ChaoticTempest
force-pushed
the
phuong/feat/latest-near
branch
from
July 31, 2026 21:31
313fffd to
be9c93f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update to the latest near dependencies (protocol 85)