Contains several usability fixes to BlobModule
What's Changed
BUG FIXES
- fix!(blob/module): fix api by changing variadic params to a slice by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/2298
- fix(gateway): remove the GetByHeight hussle and rely on Module's logic by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/2302
- fix(blob): use default min gas price from core by @distractedm1nd in https://github.com/celestiaorg/celestia-node/pull/2306
- feat(blob): add marshaling for blob and proof by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/2286
OTHER
- feat(nodebuilder): add ip resolving capabilities to core.ip by @sysrex in https://github.com/celestiaorg/celestia-node/pull/2277
- chore(share/ipld): pretify error by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/2284
- feat(nodebuilder): Add jwt.Signer to Node struct for auth token access by @renaynay in https://github.com/celestiaorg/celestia-node/pull/2295
- chore(nodebuilder): decrease lifecycle timeout for LN by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/2290
- feat(cmd/rpc): adding blob module to rpc cli and fixing namespace parsing by @distractedm1nd in https://github.com/celestiaorg/celestia-node/pull/2308
- fix(getter/cascade): cascade getter should return fast on context cancel by @walldiss in https://github.com/celestiaorg/celestia-node/pull/2310
Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.11.0-rc1...v0.11.0-rc2