You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to move this out of unstable feature.
It seems to work quite well as seen in: near/near-sdk-rs#1195 . It does end up calculating different Gas depending on the machine/rust version, but that's to be expected with any kind of compilation.
Will take this on soon.
The text was updated successfully, but these errors were encountered:
This is blocked on getting the reproducible builds feature in cargo-near: near/cargo-near#134, and then we would need to extract that functionality from the CLI into a standalone crate. Currently, it is better to keep compile_project feature under a feature flag since otherwise it pulls in quite a bulk of outdated dependencies.
This is blocked on getting the reproducible builds feature in cargo-near: near/cargo-near#134, and then we would need to extract that functionality from the CLI into a standalone crate. Currently, it is better to keep compile_project feature under a feature flag since otherwise it pulls in quite a bulk of outdated dependencies.
It would be nice to move this out of
unstable
feature.It seems to work quite well as seen in: near/near-sdk-rs#1195 . It does end up calculating different Gas depending on the machine/rust version, but that's to be expected with any kind of compilation.
Will take this on soon.
The text was updated successfully, but these errors were encountered: