Marko
e048402efb
chore: modify db support ( #14451 )
2022-12-30 14:08:37 +00:00
Marko
f3dd51029a
refactor: remove global metrics in store ( #14439 )
2022-12-30 14:46:29 +01:00
dependabot[bot]
750743ac1a
build(deps): Bump json5 from 2.2.1 to 2.2.2 in /docs ( #14447 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-30 10:45:53 +01:00
dependabot[bot]
b553957141
build(deps): Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 ( #14445 )
2022-12-30 01:47:55 +01:00
Julien Robert
82bd8880fc
fix: fix --log_format flag not working ( #14441 )
2022-12-29 10:09:16 +01:00
Youngtaek Yoon
e18a0934ed
chore: loosen assertions in SetOrderBeginBlockers() and SetOrderEndBlockers() ( #14415 )
2022-12-29 06:43:37 +00:00
Julien Robert
cc573b8850
chore: fix replaces ( #14440 )
2022-12-28 21:33:17 +00:00
Jacob Gadikian
1bb0629846
chore: iavl-v0.20-alpha1 and cosmos-db ( #14411 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2022-12-28 21:42:00 +01:00
khanh-notional
829c487de8
chore: Enforce order of store commits in root store ( #14385 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-12-28 15:52:34 +00:00
Marko
7d2ba36357
refactor: pass logger to store ( #14438 )
2022-12-28 13:20:44 +01:00
Daniel Gushchyan
741f4ae0b3
docs: Spec on current cachekv implementation ( #13977 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-12-28 10:12:52 +00:00
Marko
3684966676
chore: remove unused code from server ( #14437 )
2022-12-27 23:46:12 +00:00
Marko
1fab762175
refactor: remove base app from store ( #14417 )
...
## Description
This pr removes base app from the store package. This is un order to decouple store from the sdk. There are a few things we can clean up but the telemetry package may be difficult with how it's done.
---
### 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/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-12-27 23:00:44 +00:00
Jacob Gadikian
c1580c9a25
chore: longer golang-ci timeout ( #14432 )
2022-12-27 15:26:34 +01:00
Marko
08361d5ff8
refactor: add title, summary and proposer to proposal struct of gov ( #14390 )
2022-12-26 23:24:08 +00:00
Julien Robert
6dfa0c9806
fix: fix race conditions from #14332 ( #14402 )
2022-12-26 16:32:48 +00:00
Marko
0e55453878
chore: update the event manager modifier on context ( #14418 )
...
Co-authored-by: Cal Bera <calbera@berachain.com>
2022-12-26 14:37:55 +00:00
Marko
67c96bb922
chore: update core to cosmos-db ( #14416 )
2022-12-26 14:10:03 +00:00
Emmanuel T Odeke
d301d15ed7
feat: math: add generics versions of Max, Min to cater to all numeric types ( #14166 )
2022-12-25 07:26:59 +00:00
Aaron Craelius
1d2de854d1
refactor!(collections): don't panic when initializing collections ( #14323 )
2022-12-24 14:53:29 +00:00
Julien Robert
bc46bbbec0
fix(gov): don't export deprecated params ( #14408 )
2022-12-24 15:21:50 +01:00
Likhita Polavarapu
7cc1c351d2
refactor: x/group audit changes ( #14278 )
2022-12-24 00:13:54 +01:00
Facundo Medica
e4ac128840
chore: fix mint comments on inflation rate ( #14404 )
2022-12-23 20:08:46 +01:00
Facundo Medica
739c5b0f30
fix: attempt to fix flaky test TestCLISignBatch ( #14407 )
2022-12-23 19:40:25 +01:00
Robert Zaremba
5791219121
feat: gov/v1.Proposal convertion to v1beta1.Proposal cleanup ( #14401 )
2022-12-23 01:22:17 +00:00
dependabot[bot]
a809ce4e69
build(deps): Bump bufbuild/buf-setup-action from 1.10.0 to 1.11.0 ( #14394 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-23 00:57:24 +00:00
Robert Zaremba
330ff5f4ad
feat(gov): support v1.Proposal in v1beta1.Proposal.Content ( #14347 )
2022-12-22 22:44:58 +00:00
Aleksandr Bezobchuk
2a93ce9625
docs: update mempool/ABCI docs ( #14393 )
2022-12-22 17:09:15 +01:00
Facundo Medica
6d33fa89c7
refactor: Baseapp audit changes ( #14379 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-12-22 09:43:40 -05:00
Devon Bear
ebf1e86bdc
refactor(context): Pass EventManager to the context as an interface. ( #14384 )
2022-12-22 00:29:19 -05:00
yihuang
f1ee974ec8
refactor: make cachekv store thread-safe again ( #14378 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-12-21 14:58:18 -05:00
dependabot[bot]
9983148b7a
build(deps): Bump actions/stale from 6 to 7 ( #14382 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 17:43:52 +00:00
Aleksandr Bezobchuk
1152e5b0b5
fix: panic recovery in PrepareProposal and ProcessProposal Handlers ( #14381 )
2022-12-21 12:32:30 -05:00
testinginprod
1d16adce8a
feat(collections): add sequence ( #14364 )
...
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-12-21 15:26:00 +00:00
Julien Robert
22dfa112b9
chore: sync retracted versions with main, update event docs, make proto-gen ( #14374 )
2022-12-21 09:56:55 -03:00
Julien Robert
24c952a7cc
ci: add auto assign pr review gh action ( #14366 )
2022-12-20 17:19:19 +01:00
Aleksandr Bezobchuk
11f1e8d74c
feat!: deposit to validator rewards pool ( #14322 )
2022-12-20 15:49:18 +00:00
Manuel Bravo
3aa16ed092
docs: minor fixes to spec template ( #14369 )
2022-12-20 16:14:42 +01:00
Facundo Medica
edb5c1c0d7
chore: audit server ( #14367 )
2022-12-20 14:56:13 +00:00
Julien Robert
419de8de82
refactor: revert API breaking change on Slash ( #14363 )
2022-12-20 12:12:05 +01:00
testinginprod
1441b506c9
feat(collections): keyset ( #14351 )
...
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
2022-12-20 10:55:28 +01:00
Julien Robert
351916e5be
fix: improve baseapp event emission ( #14356 )
2022-12-19 22:45:48 +00:00
Aaron Craelius
59aa726525
refactor!: remove HasGenesisBasics from AppModuleBasic interfaces ( #14333 )
2022-12-19 22:21:30 +00:00
Aleksandr Bezobchuk
bbd7e31305
chore: audit server package ( #14359 )
2022-12-19 19:42:09 +00:00
testinginprod
c918b1421d
perf(context): avoid unnecessary copies in KVStore, TransientStore and CacheContext methods ( #14354 )
...
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-12-19 18:40:40 +00:00
Reece Williams
de6ef1e98f
perf: Faster state export ( #14332 )
2022-12-19 16:16:32 +00:00
Jacob Gadikian
be8c5a09c2
chore: lint tests ( #14268 )
2022-12-18 23:48:31 +00:00
Ergels Gaxhaj
2eb5144749
docs: update ADR 038 proposal ( #13473 )
2022-12-17 02:30:31 +00:00
dependabot[bot]
1fa568733f
build(deps): Bump cosmossdk.io/core from 0.3.3 to 0.3.4 ( #14344 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-16 18:34:00 +00:00
dependabot[bot]
0fd03e8c31
build(deps): Bump github.com/tidwall/btree from 1.5.2 to 1.6.0 ( #14345 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-16 16:28:52 +00:00