Skip to content

sol-parser-sdk v0.4.4

Choose a tag to compare

@0xfnzero 0xfnzero released this 14 May 21:07
· 56 commits to main since this release

Changes

  • Publish sol-parser-sdk v0.4.4 to crates.io.
  • Make parser backend selection robust when parse-borsh and parse-zero-copy are both enabled; zero-copy takes precedence while the default remains parse-borsh.
  • Fix ShredStream example and doctest compatibility with the current metadata/error API.

Verification

  • cargo fmt --check
  • cargo check
  • cargo check --no-default-features --features parse-zero-copy
  • cargo check --all-features
  • cargo test
  • cargo publish --dry-run