adds fn drop_check_version_byte(bool) to DecodeBuilder
update sha2 crate to latest
update base58 (for bench) to latest
add ci tests with only default features and without default-features
In some cases, the check-version byte needs to be discarded, this PR adds a new API to facilitate that, no breaking public API change is introduced, please let me know your feedback, thanks!
Changes:
fn drop_check_version_byte(bool)
toDecodeBuilder
In some cases, the check-version byte needs to be discarded, this PR adds a new API to facilitate that, no breaking public API change is introduced, please let me know your feedback, thanks!