Node API
celestia-node v0.31.3 breaking changes
Starting with celestia-node v0.31.3:
- The
fraudRPC namespace was removed. Calls tofraud.Getandfraud.Subscribeare no longer supported. - The
typefield returned bynode.Infois a string such as"Bridge"or"Light"instead of an integer. - RPC request bodies are limited to 16 MiB. Larger requests are rejected.
- In the Go API,
blob.Commitment.String()returns a hexadecimal string instead of raw bytes. This does not change the JSON encoding of commitment fields returned by RPC methods.
See the celestia-node v0.31.3 release notes for the complete list of changes.
Loading API documentation...
Version: v0.31.4
Feel stuck? Go to our Discord!
Last updated on