v1.0.18
Whisky Pallas
In order to allow for greater flexibility in the usage of serialization libraries, Whisky has integrated Pallas as an option for serialization. It is included as an option, as CSL can still be used as the underlying serialization library.
BREAKING CHANGES
TxBuilderParam now takes an extra serializer field which is of type Box<dyn TxBuildable>.
To use CSL, set serializer: Box::new(WhiskyCSL::new(None).unwrap())
To use Pallas, set Box::new(WhiskyPallas::new(None))