cosmos
Here are 190 public repositories matching this topic...
-
Updated
Feb 23, 2021 - TeX
-
Updated
Jan 27, 2021 - Go
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Feb 25, 2021 - Go
-
Updated
Feb 24, 2021 - C++
Node should not allow feeless report transaction with an unreasonable gas limit
-
Updated
Jun 10, 2020 - HTML
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Feb 22, 2021 - Rust
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:
- Sign in to an account.
- Go to validator page.
- Click on 'Delegate'.
- Enter the amount as equal
-
Updated
Feb 6, 2021 - C#
-
Updated
Aug 25, 2020 - C#
Hi,
We get an internal error while broadcasting a tx.
Here is our signedTx :
signedTx = {
"tx": {
"msg": stdSignMsg.msg,
"fee": stdSignMsg.fee,
"signatures": [
{
"signature": signatureBase64,
"pub_key": getPubKeyBase64(ecpairPriv)
}
],
"
-
Updated
Dec 3, 2020 - Python
-
Updated
Feb 21, 2021 - C#
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Feb 20, 2021
-
Updated
Feb 25, 2021 - Java
-
Updated
Jan 22, 2021 - HTML
-
Updated
Aug 22, 2019 - Python
-
Updated
May 14, 2020 - Go
Improve this page
Add a description, image, and links to the cosmos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cosmos topic, visit your repo's landing page and select "manage topics."
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'
})