lnd/lnmock
Carla Kirk-Cohen 2fc8e9d617
multi: update channel db HTLC OnionBlob to array
We know that onion blobs in lightning are _exactly_ 1366 bytes in
lightning, but they are currently expressed as a byte slice in
channeldb's HTLC struct. Blobs are currently serialized as var bytes,
so we can take advantage of this known length and variable length
to add additional data to the inline serialization of our HTLCs, which
are otherwise not easily extensible (without creating a new bucket).
2023-06-02 11:01:43 -04:00
..
clock.go lnmock: add new package lnmock to host mocks 2023-01-12 22:08:02 +08:00
routing.go multi: update channel db HTLC OnionBlob to array 2023-06-02 11:01:43 -04:00