-
Notifications
You must be signed in to change notification settings - Fork 52
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
release: 0.4.0 #170
Conversation
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 |
There was a problem hiding this 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 |
There was a problem hiding this comment.
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?
There was a problem hiding this 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?
There was a problem hiding this 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
disabling the macos-latest test target since we can resolve that later |
Will do a release after this.