pokt-network / pocket-core

Official implementation of the Pocket Network Protocol
http://www.pokt.network
MIT License
209 stars 103 forks source link

[SPIKE][Consensus] ProposalBlock Bloat Reduction #1505

Open jessicadaugherty opened 1 year ago

jessicadaugherty commented 1 year ago

Objective

Tendermint stores invalid txs which can result in block bloat. Bloat can be reduced by blocking/removing invalid txs from chain but kept in memory.

Origin Document

Overview of Replay Events

Goal

Deliverable

Non-goals / Non-deliverables

General issue deliverables


Creator: @jessicadaugherty

jessicadaugherty commented 1 year ago

This needs to be researched to determine feasibility and outline risks before being a dev candidate