Versions in this module Expand all Collapse all v0 v0.7.0 May 5, 2026 GO-2025-3684 GO-2025-3684: Cosmos EVM Allows Partial Precompile State Writes in github.com/cosmos/evm Changes in this version + var ErrQueueFull = errors.New("queue full") + type Queue struct + func New[Tx any](name string, insert func(txs []*Tx) []error, maxSize int) *Queue[Tx] + func (iq *Queue[Tx]) Close() + func (iq *Queue[Tx]) Push(tx *Tx) <-chan error v0.7.0-beta.0 Apr 27, 2026 GO-2025-3684 GO-2025-3684: Cosmos EVM Allows Partial Precompile State Writes in github.com/cosmos/evm