tendermint
Here are 176 public repositories matching this topic...
-
Updated
May 25, 2020 - Go
-
Updated
Jan 6, 2022 - TeX
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'
})
-
Updated
Oct 7, 2020 - Go
-
Updated
Jan 6, 2022 - Go
-
Updated
Jan 7, 2022 - Go
-
Updated
Nov 30, 2021 - Go
-
Updated
Dec 18, 2021 - Go
Since raw queries only return encrypted keys, it's pointless and will break implementations coming from other networks without letting anyone know.
We should remove it from the next version
-
Updated
Apr 13, 2021 - JavaScript
-
Updated
Sep 6, 2018 - Go
-
Updated
Feb 25, 2021 - Rust
Problem Definition
We hardcode date formatting in all places. We should have a single function to make sure we format date consistently.
Ref: regen-network/regen-ledger#647 (comment)
Proposal
func FmtDate(t time.time) string {
return t.Format("2006-01-02")
}
For Admin Use
- Not duplicate issue
- Appropriate
-
Updated
Feb 17, 2019 - Go
-
Updated
Dec 3, 2021 - JavaScript
-
Updated
Mar 10, 2021 - Rust
This is self-explanatory: celestiaorg/celestia-core#401 (review)
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Oct 26, 2021 - Python
-
Updated
Nov 1, 2021 - Swift
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Jan 5, 2022 - JavaScript
-
Updated
Aug 22, 2019 - Python
MsgDeleteCoordinator is used to explicitly declare the coordinator as no longer active. However, we should not remove coordinator attached information for documentation purposes (the information can be retrieved through chain history anyway)
Improve this page
Add a description, image, and links to the tendermint topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tendermint topic, visit your repo's landing page and select "manage topics."


Summary
We should charge extra gas when doing serialization.
Epic: #8917
Problem Definition
Today we only charge gas for doing storage operations and loops. For simple operations we only charge gas for a known expensive operations, like signature validation. Serialization is also known to be expensive (especially the "text mode" like JSON). And if there is lot of back and forth t