Skip to content
#

tendermint

Here are 148 public repositories matching this topic...

hackable
hackable commented Feb 8, 2019

It wouldn't start if genesisPath and GCI is specified.

Node v11.8.0

Lotion 0.4.8

`
lotion({
initialState: {
blockNo: 0,
txCount: 0
},
ports: { abci: 58354, p2p: 58355, rpc: 58356 },
GCI:
'08a5972afaf42e5751cd7f1af542c4e5e259e07dd0d45d31ffba3eaced632549',
genesisPath:
'/Users/admin/.lotion/networks/806f53597c1bfb8fdd9d128aca662a19/config/genesis.json'
})

hydrogen18
hydrogen18 commented Oct 6, 2020

We did some investigation and found a few things

  1. Once the akashd pod is running the container is up but you can't get to it, you just get a 502 Bad gateway response
  2. The akash application is listening on tcp://localhost:26657 not on the wildcard address
  3. Tendermint is creating a default config.toml file since we aren't providing one in the container
  4. Even specifying the command
reuvenpo
reuvenpo commented Oct 11, 2020

@baedrik noticed an issue when trying to pass characters that are usually escaped in strings, through secret contract logs.

The flow here is:

  • Pass a string to the cosmwasm_std::log function
  • Return it from the handle/query/init function
  • Read it with secretcli q compute tx

He observed that e.g. a literal " turns into a literal \\\", and \n (a newline) turned into a literal `

Improve this page

Add a description, image, and links to the tendermint topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tendermint topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.