Josh Bowen
Josh Bowen
Related to both #39 and #40 Inspired by this discussion: https://github.com/celestiaorg/celestia-node/pull/293#pullrequestreview-842793624 There should be instructions for how a Celestia app or node can be setup using existing private keys in...
Error ``` Diff: --- Expected +++ Actual @@ -38,7 +38,5 @@ Data: (types.Data) { - Txs: (types.Txs) { - }, + Txs: (types.Txs) , IntermediateStateRoots: (types.IntermediateStateRoots) { - RawRootsList: ([][]uint8)...
The example docs for threads [here](https://docs.textile.io/threads/#collections) gives the example schema: ``` const schema = { $schema: 'http://json-schema.org/draft-07/schema#', title: 'Person', type: 'object', properties: { _id: { type: 'string' }, name: {...
Should be a child of https://github.com/celestiaorg/cosmos-sdk/issues/17 As a step towards Evmos being functional we should attempt to have Optimint match the functionality of Tendermint. Starting with the `IntegrationTestSuite` lets us...
https://github.com/celestiaorg/optimism/blob/develop/op-node/rollup/derive/engine_queue.go#L287
When calling `flood.liquid()` The `cli` passes`flags.wethMintAmountOwner` and `flags.wethMintAmountUser` which don't exist. The correct flag to use is `flags.wethMintAmount` which is set with `--wethMintAmount` (or `-a`) # Tests Manually tested by...