-
The subject of the triage:
- Finschia/ostracon#131
0Tech updated
11 months ago
-
Hi,
I am using Cosmos Kit's keplr `getOfflineAminoSigner` to sign a custom msg encoded using telescope. I am stuck in a CosmJS part where `SignAndBroadcastSync` is throwing me this error:
```
e…
-
The subject of the triage:
- Finschia/ostracon#135
0Tech updated
11 months ago
-
Version(s) of tendermint-rs: v0.24.0-pre.2
### Description
"privval" is an interface used by a Tendermint process (on validator nodes) to communicate with a signing backend (e.g. YubiHSM).
Previo…
-
## Bug Report
in mempool/reactor_test.go, we have a helper function,
```go
// Wait until all txs are in the mempool and check that they are in the same
// order as given.
func checkTxsInOrder…
-
## Describe the bug
Our hangover logic aims to handle the a one block discrepancy in committed state between cosmos and swingset. It does so by saving the "chain sends" performed by JS during a block…
-
## Feature Request
### Summary
Rechecking all txs in the mempool seems to block consensus. We see this from:
- How pprof's look
- How the code appears
This is problematic as it means la…
-
**"CometBFT와 ABCI 2.0 아티클"**을 참고하자 에서 CometBFT와 ABCI 2.0 아티클 이 링크가 깨져 있어서 수정이 필요해보입니다~
![스크린샷, 2024-08-05 17-07-48](https://github.com/user-attachments/assets/2dc97c27-c979-4028-8de8-439bd097d65f…
-
## Feature Request
### Problem Definition / Summary
Osmosis has been working on reducing block times as a result of recent performance improvements. The current approach involves overwriting…
-
## Feature Request
### Summary
Currently when you propose a block, you build and chunk up the proposal block, and sign it. Then we put our "Proposal" message onto the internal message queue,…