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
Issue tracking major tasks needed for the eventual 1.0 release:
Complete and comprehensive docs, such as code docs and tutorials/guides.
near-* dependencies need to be stabilized, especially near-account-id needs to release 1.0, otherwise we risk exposing dependencies that we shouldn't and would cause us to make a 2.0 release sooner rather than later.
Figure out a clear path for async IO being done inside sandbox and workspaces crate. This could change some of the async API calls we offer, so best to wait for this to better defined before 1.0 is released. Utility async crates near-sandbox#32
optional:
near-api-rs, so we can potentially move a lot of the internals in workspaces over, but that's internal and can be changed later.
The text was updated successfully, but these errors were encountered:
AustinBaggio
changed the title
1.0 tracking issue
workspaces RS next stable release tracking issue
Apr 20, 2022
AustinBaggio
changed the title
workspaces RS next stable release tracking issue
workspaces RS 1.0 release tracking issue
Apr 20, 2022
Issue tracking major tasks needed for the eventual 1.0 release:
near-*
dependencies need to be stabilized, especiallynear-account-id
needs to release 1.0, otherwise we risk exposing dependencies that we shouldn't and would cause us to make a 2.0 release sooner rather than later.&worker
when executing{contract, account}.call
#37async
crates near-sandbox#32optional:
The text was updated successfully, but these errors were encountered: