Skip to content

revert: Partly undo ADR 109 by re-exporting store & state packages#2709

Merged
melekes merged 13 commits intomainfrom
adi/2610-reexport-store
Apr 16, 2024
Merged

revert: Partly undo ADR 109 by re-exporting store & state packages#2709
melekes merged 13 commits intomainfrom
adi/2610-reexport-store

Conversation

@adizere
Copy link
Contributor

@adizere adizere commented Apr 3, 2024

This partly undoes the changes in #1605 by re-exporting the store/ and /state packages.

Closes #2610

Paging @tac0turtle to check if this can help Cosmos SDK continue migration to Comet v1


PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments
  • Title follows the Conventional Commits spec

This partly undoes the changes in #1605 by re-exporting the store/ package.
@adizere adizere changed the title Partly undo ADR 109 by re-exporting store package revert(store): Partly undo ADR 109 by re-exporting store package Apr 3, 2024
@adizere
Copy link
Contributor Author

adizere commented Apr 4, 2024

todo: remember to mark the packages as deprecated to signal we will potentially make them private in future releases

@adizere adizere linked an issue Apr 4, 2024 that may be closed by this pull request
Copy link
Collaborator

@melekes melekes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@melekes melekes changed the title revert(store): Partly undo ADR 109 by re-exporting store package revert: Partly undo ADR 109 by re-exporting store & state packages Apr 16, 2024
@melekes melekes marked this pull request as ready for review April 16, 2024 10:43
@melekes melekes requested a review from a team as a code owner April 16, 2024 10:43
@melekes melekes requested a review from a team April 16, 2024 10:43
@melekes melekes enabled auto-merge April 16, 2024 10:57
@melekes melekes added this pull request to the merge queue Apr 16, 2024
Merged via the queue into main with commit 7d230d7 Apr 16, 2024
@melekes melekes deleted the adi/2610-reexport-store branch April 16, 2024 11:11
mergify bot pushed a commit that referenced this pull request Apr 16, 2024
…2709)

This partly undoes the changes in #1605 by re-exporting the store/
package.

Closes #2610

Paging @tac0turtle to check if this can help Cosmos SDK continue
migration to Comet v1

---

#### PR checklist

- [ ] ~~Tests written/updated~~
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] ~~Updated relevant documentation (`docs/` or `spec/`) and code
comments~~
- [x] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec

---------

Co-authored-by: Andy Nogueira <me@andynogueira.dev>
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
(cherry picked from commit 7d230d7)
melekes pushed a commit that referenced this pull request Apr 16, 2024
…ackport #2709) (#2821)

This partly undoes the changes in #1605 by re-exporting the store/
package.

Closes #2610 

Paging @tac0turtle to check if this can help Cosmos SDK continue
migration to Comet v1

---

#### PR checklist

- [ ] ~~Tests written/updated~~
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] ~~Updated relevant documentation (`docs/` or `spec/`) and code
comments~~
- [x] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec
<hr>This is an automatic backport of pull request #2709 done by
[Mergify](https://mergify.com).

Co-authored-by: Adi Seredinschi <adizere@gmail.com>
github-merge-queue bot pushed a commit that referenced this pull request Apr 16, 2024
Please note that I didn't use the `Deprecated` keyword because doing
this would result in many warnings for us and our users.

Follow-up to #2709

---

#### PR checklist

- [ ] ~~Tests written/updated~~
- [ ] ~~Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)~~
- [x] Updated relevant documentation (`docs/` or `spec/`) and code
comments
- [x] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec

---------

Co-authored-by: Andy Nogueira <me@andynogueira.dev>
Co-authored-by: Daniel <daniel.cason@informal.systems>
mergify bot pushed a commit that referenced this pull request Apr 16, 2024
Please note that I didn't use the `Deprecated` keyword because doing
this would result in many warnings for us and our users.

Follow-up to #2709

---

#### PR checklist

- [ ] ~~Tests written/updated~~
- [ ] ~~Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)~~
- [x] Updated relevant documentation (`docs/` or `spec/`) and code
comments
- [x] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec

---------

Co-authored-by: Andy Nogueira <me@andynogueira.dev>
Co-authored-by: Daniel <daniel.cason@informal.systems>
(cherry picked from commit 627b6e7)
melekes added a commit that referenced this pull request Apr 17, 2024
…2828)

Please note that I didn't use the `Deprecated` keyword because doing
this would result in many warnings for us and our users.

Follow-up to #2709

---

#### PR checklist

- [ ] ~~Tests written/updated~~
- [ ] ~~Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)~~
- [x] Updated relevant documentation (`docs/` or `spec/`) and code
comments
- [x] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec
<hr>This is an automatic backport of pull request #2822 done by
[Mergify](https://mergify.com).

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cosmos SDK: provide an API for accessing state and store

3 participants