Skip to content
#

cosmos

Here are 190 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'
})

rav-11
rav-11 commented Oct 15, 2020

Describe the bug
When delegating to a validator, there is no validation for the input to take into account the transaction fees. It is possible to submit a transaction that will definitely fail and cost the user the transaction fee.

To Reproduce
Steps to reproduce the behavior:

  1. Sign in to an account.
  2. Go to validator page.
  3. Click on 'Delegate'.
  4. Enter the amount as equal

Improve this page

Add a description, image, and links to the cosmos 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 cosmos topic, visit your repo's landing page and select "manage topics."

Learn more