cloutiertyler / swift-multihash

A Swift implementation of https://github.com/multiformats/multihash
0 stars 0 forks source link

Tests fail due to no matching argument labels #1

Open novocodev opened 4 years ago

novocodev commented 4 years ago

"swift test" fails due to no matching argument labels:

swift-multihash/Sources/Multihash/Multihash.swift:69:26: Argument labels '(base16Decoding:)' do not match any available overloads

swift-multihash/Sources/Multihash/Multihash.swift:79:26: Argument labels '(base58Decoding:)' do not match any available overloads

It looks like hexDecoding was replaced with base16Decoding and base16Decoding, but no matching overloads have been defined in swift-multibase package?

cloutiertyler commented 4 years ago

@novocodev That is possible. I haven't had time to work on this in a very long time. Happy to accept pull requests though.