cosmos-sdk/baseapp
Jeancarlo Barrios 1ac7d3236e
fix(baseapp): fix snapshot interval bug (#14049)
## Description
Fix for
Closes: #13766



---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2022-11-28 23:45:05 +00:00
..
testutil feat: ABCI 1.0 baseapp integration (#13453) 2022-11-09 09:50:27 -06:00
abci_test.go chore: move pruning to store (#13609) 2022-10-24 14:02:17 +02:00
abci_v1_test.go feat: sender mempool impl (#13888) 2022-11-24 00:15:41 +01:00
abci.go feat: Settable PrepareProposal handler (#13831) 2022-11-11 11:57:53 -06:00
baseapp_test.go chore: move pruning to store (#13609) 2022-10-24 14:02:17 +02:00
baseapp.go feat: sender mempool impl (#13888) 2022-11-24 00:15:41 +01:00
block_gas_test.go perf(x/auth): only check memo when memo is present (#13528) 2022-10-13 19:49:11 +00:00
deliver_tx_test.go feat: ABCI 1.0 baseapp integration (#13453) 2022-11-09 09:50:27 -06:00
grpcrouter_helpers.go refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
grpcrouter_test.go fix: add gRPC nil/zero check in query (#13352) 2022-09-29 01:20:03 +00:00
grpcrouter.go feat!: consensus module (#12905) 2022-10-05 18:06:24 +00:00
grpcserver.go refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
msg_service_router_test.go chore: downgrade to tendermint v0.34.x (#12958) 2022-08-20 02:33:07 +02:00
msg_service_router.go extra check (#13846) 2022-11-12 21:09:06 +00:00
options.go fix(baseapp): fix snapshot interval bug (#14049) 2022-11-28 23:45:05 +00:00
params_legacy.go feat!: consensus module (#12905) 2022-10-05 18:06:24 +00:00
params.go feat!: consensus module (#12905) 2022-10-05 18:06:24 +00:00
recovery_test.go refactor: Revert middlewares to antehandlers (part 1/2: baseapp) (#11979) 2022-05-20 09:27:27 +00:00
recovery.go refactor: Revert middlewares to antehandlers (part 1/2: baseapp) (#11979) 2022-05-20 09:27:27 +00:00
state.go Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
streaming.go feat: ADR-038 Part 2: StreamingService interface, file writing implementation, and configuration (#8664) 2021-10-24 21:37:37 +00:00
test_helpers.go refactor: Revert middlewares to antehandler (part 2/2: posthandler) (#11985) 2022-05-23 10:32:38 +00:00
util_test.go docs: add docs about x/auth/tx (#14021) 2022-11-27 20:30:23 +00:00