Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.27 plus compile project 0.14 #1255

Closed
wants to merge 22 commits into from

Conversation

dj8yfo
Copy link
Collaborator

@dj8yfo dj8yfo commented Nov 13, 2024

interestingly enough, there's no conflict during compilation for wasm and for test if 2 major versions of near-* crates are used separately from near-sdk and near-workspaces trees:

near-primitives v0.26.0
├── near-chain-configs v0.26.0
│   ├── near-jsonrpc-client v0.13.0
│   │   └── near-workspaces v0.14.1
│   │       [dev-dependencies]
│   │       └── adder v0.1.0 (/home/jerrick/Documents/code/rust_work_repos/near/near-sdk-rs/examples/adder)
│   └── near-jsonrpc-primitives v0.26.0
│       ├── near-jsonrpc-client v0.13.0 (*)
│       └── near-workspaces v0.14.1 (*)
├── near-jsonrpc-client v0.13.0 (*)
├── near-jsonrpc-primitives v0.26.0 (*)
└── near-workspaces v0.14.1 (*)

near-primitives v0.27.0
└── near-sdk v5.5.0 (/home/jerrick/Documents/code/rust_work_repos/near/near-sdk-rs/near-sdk)
    └── adder v0.1.0 (/home/jerrick/Documents/code/rust_work_repos/near/near-sdk-rs/examples/adder)
    [dev-dependencies]
    └── adder v0.1.0 (/home/jerrick/Documents/code/rust_work_repos/near/near-sdk-rs/examples/adder)

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.15%. Comparing base (eda17d5) to head (bb13c77).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1255      +/-   ##
==========================================
+ Coverage   80.09%   80.15%   +0.06%     
==========================================
  Files         102      102              
  Lines       14597    14598       +1     
==========================================
+ Hits        11691    11701      +10     
+ Misses       2906     2897       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants