The BIP324 test vectors in the packet_encoding_test_vectors.csv file have been updated in the BIP, see bitcoin/bips#2016. This contents of this file are also present in this repo, so they should be updated:
|
// The rest are sourced from [the BIP-324 test vectors](https://github.com/bitcoin/bips/blob/master/bip-0324/packet_encoding_test_vectors.csv). |
The previous test vectors were not incorrect, but they didn't cover all the cases that they were intended to.
The BIP324 test vectors in the
packet_encoding_test_vectors.csvfile have been updated in the BIP, see bitcoin/bips#2016. This contents of this file are also present in this repo, so they should be updated:bip324/protocol/src/lib.rs
Line 1096 in 8c46943
The previous test vectors were not incorrect, but they didn't cover all the cases that they were intended to.