tendermint
Here are 148 public repositories matching this topic...
-
Updated
May 25, 2020 - Go
-
Updated
Jan 3, 2020 - 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
Aug 10, 2020 - JavaScript
-
Updated
Oct 17, 2020 - Go
-
Updated
Sep 6, 2018 - Go
-
Updated
Oct 16, 2020 - Go
https://github.com/crypto-com/chain/blob/master/chain-abci/src/app/app_init.rs#L177
note that the comment above it may not longer be relevant (e.g. unbonding time is by default evidence age with the new Tendermint version) -- things to check would be e.g. that max block size is greater than 0 and greater or equal to the max tx size
-
Updated
Feb 17, 2019 - Go
We did some investigation and found a few things
- 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
- The akash application is listening on
tcp://localhost:26657not on the wildcard address - Tendermint is creating a default
config.tomlfile since we aren't providing one in the container - Even specifying the command
-
Updated
Oct 16, 2020 - Rust
Developers are asking how they can install other SDK modules to their Starport app. starport module import xxx always seems to just add wasm. Until we can automate this, it's worth having a page in the handbook to explain how to manually add common modules like governance, slashing, etc.
-
Updated
Apr 4, 2020 - JavaScript
@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::logfunction - 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 `
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
May 21, 2020 - Python
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Oct 12, 2020 - Go
-
Updated
Nov 13, 2019 - Java
-
Updated
Jul 4, 2018 - Go
-
Updated
Aug 22, 2019 - Python
-
Updated
Mar 16, 2020 - Go
-
Updated
Oct 18, 2020 - Java
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."