Amaury
b244ffb4dd
chore: Clean up {accept,implement}_interface ( #14476 )
2023-01-04 14:23:24 +00:00
Julien Robert
9bc987c887
chore: bump client/v2 deps ( #14475 )
2023-01-04 12:15:02 +01:00
Larry Engineer
11f46a0bae
docs: use an array of strings as authors in proposal metadata ( #14472 )
2023-01-04 09:31:36 +01:00
dependabot[bot]
97d2206f6c
build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.12.1 to 0.12.2 ( #14469 )
...
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>
2023-01-03 17:30:26 +00:00
Marko
ac24994f93
ci: dont run sonar if in draft mode ( #14470 )
2023-01-03 17:10:33 +00:00
Marko
1f51b2ecf6
refactor: move crisis v1 to circuit ( #14466 )
2023-01-03 12:39:09 +01:00
Likhita Polavarapu
36069956e3
refactor: Move x/auth's AccountI and ModuleAccountI interfaces to types package ( #13937 )
2023-01-03 11:25:09 +01:00
Zaki Manian
03196d7d57
chore: Check the signature returned by the ledger device against the public key in the keyring ( #14460 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-01-02 18:35:44 +00:00
Julien Robert
bca18ba2ea
fix(distribution): correct default for deprecated distribution params ( #14462 )
2023-01-02 17:54:49 +00:00
Thomas Bruyelle
572af96fa6
docs: add missing field in denom metadata example ( #14461 )
2023-01-02 10:06:01 +00:00
Julien Robert
461cf87218
chore: loosen assertions in SetOrderInitGenesis and SetOrderExportGenesis ( #14457 )
2023-01-02 10:05:09 +01:00
yihuang
88623edb7c
remove sdk import from store package ( #14456 )
2023-01-01 21:54:52 +00:00
yihuang
9a8b65ba27
fix: return anteEvents when postHandler fail ( #14448 )
2022-12-31 11:45:43 +00:00
Aaron Craelius
ebfd057716
feat(client/v2): add autocli run + simapp example ( #13867 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-31 01:53:08 +00:00
Julien Robert
02ca843d49
chore: clean-up app config ( #14454 )
2022-12-31 01:31:18 +01:00
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