Tyler

Results 40 issues of Tyler

when [https://pkg.go.dev/go.opentelemetry.io/contrib/otelconf](https://pkg.go.dev/go.opentelemetry.io/contrib/otelconf) has an RC tag, we should update our otel dependencies and impl

we want to make our logging system compatible with otel, so that traces/meters can be correlated with logs.

# Description Closes: #25573 Implements membership and non-membership proofs on IAVLX tree

we want to be able to make pruning a function of system resources: i.e. do not exceed 500GB disk

in ethereum, there is a FeeHistory RPC that supports EIP 1559 transactions for dynamic fee setting. this RPC queries blocks in a range (i.e latest -> latest-100). With the default...

iavl

we need to implement membership and non-membership proofs in iavlx

calling GetConfig is a hot path, and doing so incurs too many kernal calls, reducing performance. see: types/config.go:39 we should find ways to reduce/minimize this impact.

currently we use one file KV.log, which has different behaviors depending on mode, which makes it a bit difficult to understand

currently cannot recover state using the WAL in iavlx

iavl

fixes a link