v0.2.3
What's New in v0.2.3
This is a new release to implement the following PRs:
- feat(optimized_transaction): Add Priority Fee Cap
- feat(ws): Better Health Checks
- feat(client): Allow Config-based Client Creation
- fix(deps): Remove Patch, Fix Dep Conflicts
Crate
Version 0.2.3 can be found here on crates.io
To install, run the following Cargo command in your project directory: cargo add helius
. Or, add the following line to your Cargo.toml
: helius = "0.2.3"
Documentation
The latest documentation can be found here on docs.rs
Full Changelog
The full changelog for v0.2.3 can be found here: v0.2.2...v0.2.3