avalanche-types-rs icon indicating copy to clipboard operation
avalanche-types-rs copied to clipboard

Avalanche primitive types in Rust (experimental)

Results 17 avalanche-types-rs issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [ethers-signers](https://github.com/gakonst/ethers-rs) to permit the latest version. Changelog Sourced from ethers-signers's changelog. [2.0.7] - 2023-06-02 Bug Fixes Bubble up contract not verifier error properly if using blockscout...

dependencies

Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. Changelog Sourced from strum's changelog. 0.25.0 Breaking Changes #261 Upgrade syn dependency to version 2. This bumps the msrv to...

dependencies

I recently found out about modules such as `jsonrpc::client` or `wallet` that are hidden behind features. They are not present in the documentation at https://docs.rs/avalanche-types/latest/avalanche_types which is not very user-friendly....

https://github.com/ava-labs/avalanchego/pull/1513

help wanted

Hello, I'm interested to use the primitives part of this SDK (transaction) - without the rest of the dependencies, is it possible to create more crate for each part of...

enhancement

The build fails on Windows ARM64 because of `ring` package (possibly, it won't build on x86 either): ``` error: failed to run custom build command for `ring v0.16.20` --- stdout...

help wanted