Skip to content

near-workspaces-v0.9.0

Compare
Choose a tag to compare
@frol frol released this 30 Oct 19:30
· 28 commits to main since this release
a2337e7

Added

  • Require Send + Sync for T in Worker to allow near-workspaces usage in multithreading async runtimes (#328)
  • Added API for measuring gas (#284)

Fixed

  • Fixed await during acquired lock in rpc::client::fetch_tx_nonce (#334)

Other

  • [breaking] Migrate to use NearToken instead of raw u128 for balance variables to ensure strict typing (#333)
  • Restrict GasHook type to require RefUnwindSafe and UnwindSafe to avoid breaking release (#323) (#326)
  • remove unwraps (#321)