Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buffer mempool txs for replay if app restarts #256

Closed
ebuchman opened this issue Aug 11, 2016 · 1 comment
Closed

buffer mempool txs for replay if app restarts #256

ebuchman opened this issue Aug 11, 2016 · 1 comment
Labels
C:abci Component: Application Blockchain Interface C:mempool Component: Mempool
Milestone

Comments

@ebuchman
Copy link
Contributor

If the app fails, we can buffer txs received and play them when it restarts

@ebuchman ebuchman added enhancement C:abci Component: Application Blockchain Interface C:mempool Component: Mempool labels Aug 11, 2016
@ebuchman ebuchman added this to the Release 0.8 milestone Aug 11, 2016
@ebuchman ebuchman mentioned this issue Aug 11, 2016
3 tasks
@ebuchman
Copy link
Contributor Author

this should actually be a function of the wal #248

faddat referenced this issue in notional-labs/tendermint Apr 3, 2023
…256)

Partially addresses #158 (just for `main`). I'll submit per-release-branch backports manually.

Since we're working in public now, this is all no longer necessary.

---

#### PR checklist

- [x] Tests written/updated, or no tests needed
- [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [x] Updated relevant documentation (`docs/`) and code comments, or no
      documentation updates needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:abci Component: Application Blockchain Interface C:mempool Component: Mempool
Projects
None yet
Development

No branches or pull requests

1 participant