Skip to content

v1.0.18

Choose a tag to compare

@twwu123 twwu123 released this 08 Jan 08:25
· 63 commits to master since this release

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))