Skip to content

Commit

Permalink
Remove deprecated Memcmp filter symbols (#2050)
Browse files Browse the repository at this point in the history
* Add test to demonstrate serialization and acceptable json inputs

* Remove custom serialization

* Unpub deprecated fields

* Remove deprecated, unused field

* Remove deprecated MemcmpEncodedBytes variant

* Remove deprecated error variants

* Add back custom deserialization to support missing 'encoding' field

* Update tests to demonstrate consistency and changes

* Add helper fns to use in rpc spl-token filter checks

* Update base64 syntax and remove allow-deprecated
  • Loading branch information
CriesofCarrots authored Jul 10, 2024
1 parent ddda6c3 commit 3b3ffbb
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 223 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rpc-client-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ solana-version = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
const_format = { workspace = true }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Loading

0 comments on commit 3b3ffbb

Please sign in to comment.