Releases: eigerco/lumina
Releases · eigerco/lumina
celestia-rpc-v0.1.0
Added
- (types) Add
wasm-bindgen
feature flag (#143) - (node) Implement running node in browser (#112)
- (rpc) align to celestia-node 0.12.0 (#125)
- (rpc) create wrappers for jsonrpsee clients (#114)
- (node) Implement Syncer (#94)
- Improve verification and implement verification in Exchange client (#85)
- add RPC calls for p2p module and tests for them (#52)
- Implement initial architecture of node crate (#42)
- (fraud) Add fraud proof trait and byzantine encoding fraud (#32)
- Add State RPC and types (#31)
- (rpc) Add all calls for Blob, Share, and Header (#24)
- align namespaced shares deserialization with latest celestia (#20)
- serialize proof and commitment (#19)
- (rpc) Create celestia-rpc crate and add integration tests (#17)
Fixed
- (types) fix the json representation of SubmitOptions (#66)
- make celestia-rpc to compile in wasm32 target (#46)
Other
- add missing metadata to the toml files (#170)
- document public api (#161)
- add validation of EDS in tests (#165)
- Make sure we run clippy for wasm and fix wasm build/lints (#115)
- Migrate to nmt-rs of crates.io (#144)
- Upgrade libp2p to v0.53.0 (#126)
- update celestia node to 0.11.0-rc15 (#101)
- trim the features of workspace dependencies (#99)
- align to celestia node v0.11-rc (#65)
- Migrate from
log
totracing
(#55) - update jsonrpsee to 0.20 (#41)
celestia-proto-v0.1.0
Added
- (node) Add shwap data types (#169)
- (node) Implement persistent header storage in browser using IndexedDB (#102)
- Improve verification and implement verification in Exchange client (#85)
- (proto) add cosmos Tx and celestia MsgPayForBlobs (#75)
- Implement initial architecture of node crate (#42)
- (fraud) Add fraud proof trait and byzantine encoding fraud (#32)
- Add State RPC and types (#31)
- align namespaced shares deserialization with latest celestia (#20)
- (rpc) Create celestia-rpc crate and add integration tests (#17)
- (proto) add
empty_as_none
serializer (#18) - add NamespacedShares type (#7)
- (proto) vendor protobuf definitions
Fixed
- temporary backward compatibility for json proofs (#96)
Other
- add missing metadata to the toml files (#170)
- document public api (#161)
- Pin celestia-app version to 1.4 when updating protobuf, update protobufs (#175)
- update celestia node to 0.11.0-rc15 (#101)
- Update protobuf definitions (#40)
- align to celestia node v0.11-rc (#65)
- fix format (#34)
- vendor cosmos protobuf definitions (#30)
- (license) Set Apache 2.0 license (#6)
- Implement Celestia types
- initial commit