-
## Context
Can someone explain to me how 3x transactions with gas limit 36m can be included in a single block [like this](https://escan.live/txs?t=evm&block=18364518)?
Is the validator altered their…
-
Tendermint has support for tagging transactions, which lets us do two things: index them so we can look up all past transactions for a given tag, or filter incoming transactions so e.g. light clients …
-
From a validator in the validators discord:
```
Looking at the tendermint prometheus endpoint, it seems that quite a few metrics are missing from the tendermint core default (e.g. even simple things…
-
Currently Ethermint uses Tendermint hashes for blocks. This is problematic because when Optimism retrieves a block it validates its header https://github.com/celestiaorg/optimism/blob/develop/op-node/…
-
### What went wrong?
Cannot build the light-client-verifier (`v0.32.1` tag) package on macOS with `cargo 1.80.0-nightly (0ca60e940 2024-05-08)`.
### Steps to reproduce
Attempt to build the…
S1nus updated
6 months ago
-
**Is your feature request related to a problem? Please describe.**
Can we use this explorer with tendermint RPC only, without cosmos wrapper API? Is there a version already for something like this, a…
-
Hello!
What is the difference between this repo & https://github.com/classic-terra/core/ ?
I could start https://github.com/classic-terra/core/ and it works as expected. But if then I start `terrad`…
-
commit: aa235ace06b90c8701abc0e5a33474eebebfbfde
`make test`
failed at files `consensus/replay_test.go` and `evidence/reactor_test.go`
---
```
tendermint$ make test
--> Running go te…
-
Blocked on https://github.com/penumbra-zone/penumbra/issues/1727
zbuc updated
8 months 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://…