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

Remove interop_sdk from defaults #339

Merged
merged 4 commits into from
Nov 27, 2023
Merged

Remove interop_sdk from defaults #339

merged 4 commits into from
Nov 27, 2023

Conversation

iho
Copy link
Contributor

@iho iho commented Nov 21, 2023

No description provided.

@iho iho marked this pull request as ready for review November 21, 2023 19:39
Copy link
Collaborator

@frol frol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. This should fix the issues with using two incompatible versions of near-sdk-rs.

@@ -144,7 +144,7 @@ impl PublicKey {
},
)?))
}

#[allow(dead_code)]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let’s be more explicit and hide it behind the interop_sdk feature flag instead of allowing dead code

@frol frol merged commit 2b1bfc4 into near:main Nov 27, 2023
6 checks passed
@frol frol mentioned this pull request Nov 27, 2023
frol added a commit that referenced this pull request Jan 25, 2024
## 🤖 New release
* `near-workspaces`: 0.9.0 -> 0.10.0 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.10.0](near-workspaces-v0.9.0...near-workspaces-v0.10.0)
- 2024-01-25

### Other
- Impl Clone on result Value
([#345](#345))
- Upgraded NEAR crates to 0.20.0 release
([#346](#346))
- dependecy bumps
([#338](#338))
- cleanup internals
([#329](#329))
- use stable sandbox by default
([#335](#335))
- [**breaking**] Remove `interop_sdk` feature from defaults
([#339](#339))
- fix typos
([#340](#340))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: Vlad <304265+frol@users.noreply.github.com>
Co-authored-by: Vlad <304265+frol@users.noreply.github.com>
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