Releases: near/near-api-rs
Releases · near/near-api-rs
near-api-v0.8.3
21 Jan 21:07
Compare
Sorry, something went wrong.
No results found
Added
serialize U128 and U64 as JSON strings (#112 )
support for raw bytes response (#107 )
updated openapi types to 0.7 (#104 )
Fixed
use finalized block hash for transaction signing (#116 )
near-api-types-v0.8.3
21 Jan 21:05
Compare
Sorry, something went wrong.
No results found
Added
serialize U128 and U64 as JSON strings (#112 )
updated openapi types to 0.7 (#104 )
near-api-v0.8.2
14 Dec 14:32
Compare
Sorry, something went wrong.
No results found
Fixed
race in Signer::fetch_tx_nonce (#101 )
near-api-types-v0.8.2
14 Dec 14:30
Compare
Sorry, something went wrong.
No results found
Fixed
race in Signer::fetch_tx_nonce (#101 )
near-api-v0.8.1
11 Dec 13:50
Compare
Sorry, something went wrong.
No results found
Added
added authorization header for api token
near-api-types-v0.8.1
11 Dec 13:48
Compare
Sorry, something went wrong.
No results found
Added
Add NEP-413 message verification (#98 )
updated account id to v2, updated openapi-types, fixed DeterministicStateInit action serialization (#97 )
Other
restricted usage of unwrap and expects, removed some unwraps in signing (#96 )
[breaking ] defer errors for contract interaction (#93 )
near-api-v0.8.0
05 Dec 19:41
Compare
Sorry, something went wrong.
No results found
Added
Add NEP-413 message verification (#98 )
[breaking ] signer interface improvement (#89 )
Other
clean up comments in utils.rs
[breaking ] simplify and remove PublicKeyProvider to improve code clarity (#95 )
restricted usage of unwrap and expects, removed some unwraps in signing (#96 )
migrated examples and tests to TestResult from unwraps
[breaking ] defer errors for contract interaction (#93 )
near-api-types-v0.8.0
05 Dec 19:38
Compare
Sorry, something went wrong.
No results found
Added
Add NEP-413 message verification (#98 )
updated account id to v2, updated openapi-types, fixed DeterministicStateInit action serialization (#97 )
Other
restricted usage of unwrap and expects, removed some unwraps in signing (#96 )
[breaking ] defer errors for contract interaction (#93 )
near-api-v0.7.8
26 Nov 16:12
Compare
Sorry, something went wrong.
No results found
Added
helper methods to improve dev and test experience (#83 )
added global_wasm method to Contract struct (#81 )
near-api-types-v0.7.8
26 Nov 16:10
Compare
Sorry, something went wrong.
No results found
Synchronize version with near-api