Closed supreme2580 closed 1 month ago
@tdelabro I have implemented the changes, it seems the zig server is down is why the test is failing
@TropicalDog17 Ohh thank you
@TropicalDog17 I have done it
You should also have a unit test like this.
Okay let me check it out
@TropicalDog17 done it
@tdelabro I have implemented your suggestions
@supreme2580 you forgot to use your eql
method in tests
@tdelabro isn't that try std.testing.expect(msg.eql(&deserialized));
??
@tdelabro I looked at the impl of getblocks
it uses eql as try std.testing.expect(gb.eql(&deserialized_gb));
and I did the same, am I to do something different?
Closes: https://github.com/zig-bitcoin/btczee/issues/99