Conversation
|
@gregdhill it looks like you have not signed our contributor license aggreement yet. Please visit this link to sign our agreement. This pull request cannot be merged until the agrement is signed. |
|
@gregdhill, Your signature has been received. |
|
Can you run cargo +nightly fmt and push? |
|
Looks reasonable to me, thanks! @ascjones is the repo master |
ascjones
left a comment
There was a problem hiding this comment.
Thanks for this - but from what I can tell it might not work because the Option is not decoded correctly, i.e. it should first read the leading byte. If you've tested it and it works happy to be proved wrong.
|
Thanks for the feedback @ascjones, admittedly I had not dug deep enough into the serialization logic so I appreciate the guidance. I've updated the PR so please let me know what you think! |
Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
Signed-off-by: Gregory Hill gregorydhill@outlook.com
A lot of code shift here is due to
cargo fmt, I can revert this if needs be. The main change here is to enableOptiondecoding, required for PolkaBTC.EDIT:
cargo +nightly fmtfixed it, thanks @dvc94ch