-
Need to upgrade the TM version and improve the hashing approach used for Txs
-
**목적**
- #4 에 대한 이해
**내용**
- Tendermint Development docs, WhitePaper
**References**
#4
-
Will the full node source be available anytime soon / at all?
Or atleast a detailed list for error codes returned by the nodes?
```
bad response, status code 500, response: {"code":65546,"message…
cgebe updated
3 years ago
-
Tendermint supports snapshots in its API to help catch up and save. We should add all the necessary endpoints to `many-abci` and the tendermint attributes to support snapshots in our code.
https://…
-
Hi i am getting this error when i am trying to start a node on cosmos sdk and all files are there in data and config dir as well but still getting this error
Starting ABCI with Tendermint …
-
The `TestPrepareProposalConsistency` test uses randomly sized transactions to test if PrepareProposal will ever create a proposal block that ProcessProposal rejects. While other tests are responsible …
-
Asked the IBC team about this, their response:
> https://github.com/cosmos/cosmos-sdk/blob/589835dd98134da353e16d52cb733b538a5ac8f3/x/staking/abci.go#L19
> They'd need to add `Get/SetHistoricalInf…
hxrts updated
3 years ago
-
## Description and context
The Odyssey devnet halted several hours ago during testing. The test involved a scenario where a delegator repeatedly delegates tokens to multiple validators and then…
-
@tomtau added a `grpc` feature to the `tendermint-proto` crate in #1137
However it seem it was lost in the shuffle around Tendermint v0.35.
It's needed to implement gRPC "privval" support, as in…
-
when genesis time is eariler than keypackage time
```
thread 'main' panicked at 'distribution validation error: KeyPackageVerifyError(NotBefore(1591076048))', chain-abci/src/app/app_init.rs:231:17
…