ceramicnetwork / js-ceramic

Typescript implementation of the Ceramic protocol
http://ceramic.network
Other
414 stars 127 forks source link

fix(cli,http-client,stream-model-instance): encode genesis commit in multiquery #3172

Closed PaulLeCam closed 7 months ago

PaulLeCam commented 7 months ago

Encodes the genesis commit in the HTTP client if present in the multiquery request and decodes it in the HTTP handler.

As we discussed before @stbrody I also made the ModelInstanceDocument.makeGenesis() public as I needed it for the test, and I'll also be able to use it in the ComposeDB loader.