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

release: 0.4.0 #170

Merged
merged 4 commits into from
Jul 21, 2022
Merged

release: 0.4.0 #170

merged 4 commits into from
Jul 21, 2022

Conversation

ChaoticTempest
Copy link
Member

Will do a release after this.

@ChaoticTempest
Copy link
Member Author

hmm, after recent additions, the macOS tests seems to be pretty non-deterministic these days... I'll have to test this later, but it does seem like the instance of macOS GH has is really slow since it takes hours to publish the binaries in nearcore

Copy link
Contributor

@austinabell austinabell left a comment

Choose a reason for hiding this comment

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

Release changes LGTM. Definitely worth looking into if the recent changes have caused the increase in non-deterministic issues so we don't push that to developers

- `Debug`/`Clone` impls for `Account`/`Contract`, and `Debug` for `Worker`: https://github.com/near/workspaces-rs/pull/167
- `ExecutionOutcome::tokens_burnt` is now available: https://github.com/near/workspaces-rs/pull/168

### Fixed
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we also indicate that the default sandbox version has changed?

Copy link
Contributor

@austinabell austinabell left a comment

Choose a reason for hiding this comment

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

having an issue compiling with near-crypto 0.14 on ubuntu:

error[E0599]: no function or associated item named `from_bytes` found for struct `ed25519_dalek::Signature` in the current scope
  --> /home/austinabell/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/near-crypto-0.14.0/src/test_utils.rs:59:62
   |
59 |                 Signature::ED25519(ed25519_dalek::Signature::from_bytes(&SIG).unwrap())
   |                                                              ^^^^^^^^^^ function or associated item not found in `ed25519_dalek::Signature`

looking through docs the method doesn't exist, so not sure where this is referenced. Potentially missing a feature?

Copy link
Contributor

@austinabell austinabell left a comment

Choose a reason for hiding this comment

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

nvm seems to be some dep mismatch, removing lockfile cleared

@ChaoticTempest
Copy link
Member Author

disabling the macos-latest test target since we can resolve that later

@ChaoticTempest ChaoticTempest merged commit aed7aa5 into main Jul 21, 2022
@ChaoticTempest ChaoticTempest deleted the release/0.4.0 branch July 21, 2022 19:57
@frol frol mentioned this pull request Oct 4, 2023
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