Closed koivunej closed 3 years ago
This PR will:
interledger-packet::hex::HexString
ilp-node
hex_literal::hex!
&[u8]
Lazy<Vec<u8>>
&'static str
This work came out of #690 and follow-up work.
Merging this as this is very much uncontroversial, and most likely non-breaking (interledger-btp::packet is not public).
This PR will:
interledger-packet::hex::HexString
introduced in #690 instead of hex::encode which produces a Stringilp-node
for configuration and test supporthex_literal::hex!
or&[u8]
for static test content instead ofLazy<Vec<u8>>
&'static str
for the btp subprotocol names which are listed in the spec (assumed most often used)This work came out of #690 and follow-up work.