You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This PR closes#1228 by adding the `EncoderConfig` similarly to what
was done in #1066.
BREAKING CHANGE:
- `Configurables` structs now need to be instantiated through a
`::new(encoder_config)` or `::default()` method.
- `Configurables::with_some_string_config(some_string)` methods now
return a `Result<Configurables>` instead of `Configurables`.
- `Predicates::encode_data` now returns a `Result<UnresolvedBytes>`
instead of `UnresolvedBytes`.
- `PredicateEncoder` structs must be instantiated through a
`::new(encoder_config)` or `::default()` method.
---------
Co-authored-by: MujkicA <[email protected]>
Co-authored-by: Rodrigo Araújo <[email protected]>
Co-authored-by: hal3e <[email protected]>
Co-authored-by: Ahmed Sagdati <[email protected]>
0 commit comments