0.3.1
Newest patch release contains fixes for RPC timeouts being too short by upping it to 10 seconds. This caused CI services to fail from time to time especially on MacOS related builds. This also adds an env variable to customize this value if needed.
Added
- Raw bytes API similar to
json
/borsh
calls: https://github.com/near/workspaces-rs/pull/133/files - Expose
types
module and addedSecretKey
creation: #139