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

docs: add ADR 054 semver compatible SDK modules #11802

Merged
merged 36 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
e71257a
docs: add ADR 054 protobuf semver compatible codegen
aaronc Apr 27, 2022
75e5adf
add abstract
aaronc Apr 27, 2022
6cad289
Merge branch 'main' into aaronc/adr-proto-go-module
alexanderbez May 4, 2022
35ec62e
WIP
aaronc Nov 8, 2022
b67cdc0
updates
aaronc Nov 8, 2022
fdb9685
Merge remote-tracking branch 'origin/aaronc/adr-proto-go-module' into…
aaronc Nov 8, 2022
efac46c
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/adr-p…
aaronc Nov 15, 2022
d96e4f4
revert
aaronc Nov 15, 2022
944166a
WIP
aaronc Nov 15, 2022
a6bbe0d
updates
aaronc Nov 16, 2022
61a635d
updates
aaronc Nov 16, 2022
b1da61a
updates
aaronc Nov 16, 2022
9a348df
updates
aaronc Nov 16, 2022
165af33
updates
aaronc Nov 16, 2022
902c6af
updates
aaronc Nov 16, 2022
179dcf4
Merge branch 'main' into aaronc/adr-proto-go-module
aaronc Nov 16, 2022
ee4748c
add draft decision
aaronc Nov 21, 2022
84c13a0
Merge remote-tracking branch 'origin/aaronc/adr-proto-go-module' into…
aaronc Nov 21, 2022
9a1460e
pros and cons
aaronc Nov 21, 2022
fd8cca3
context on proto vs module versioning
aaronc Nov 22, 2022
f43d5ca
Update docs/architecture/adr-054-semver-compatible-modules.md
aaronc Nov 22, 2022
8148e10
Update docs/architecture/adr-054-semver-compatible-modules.md
aaronc Nov 22, 2022
b2764c8
Update docs/architecture/adr-054-semver-compatible-modules.md
aaronc Nov 22, 2022
f75d1d9
updates
aaronc Nov 22, 2022
1806333
updates
aaronc Nov 22, 2022
145d73e
update zero-copy section
aaronc Nov 28, 2022
d9fcefe
Merge remote-tracking branch 'origin/aaronc/adr-proto-go-module' into…
aaronc Nov 28, 2022
35bda1d
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/adr-p…
aaronc Nov 29, 2022
fcf0388
add approach D
aaronc Nov 29, 2022
0f4dd9e
Merge branch 'aaronc/adr-proto-go-module2' into aaronc/adr-proto-go-m…
aaronc Jan 11, 2023
da3fbac
revert
aaronc Jan 11, 2023
3528e26
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/adr-p…
aaronc Jan 11, 2023
7fdf83f
Merge branch 'main' into aaronc/adr-proto-go-module
aaronc Jan 27, 2023
69fbf3a
Merge branch 'main' into aaronc/adr-proto-go-module
aaronc Feb 7, 2023
28d00db
Merge branch 'main' of github.com:cosmos/cosmos-sdk into aaronc/adr-p…
aaronc Mar 8, 2023
d872851
update to DRAFT
aaronc Mar 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ When writing ADRs, follow the same best practices for writing RFCs. When writing
* [ADR 039: Epoched Staking](./adr-039-epoched-staking.md)
* [ADR 040: Storage and SMT State Commitments](./adr-040-storage-and-smt-state-commitments.md)
* [ADR 046: Module Params](./adr-046-module-params.md)
* [ADR 054: Semver Compatible SDK Modules](./adr-054-semver-compatible-modules.md)
* [ADR 057: App Wiring](./adr-057-app-wiring.md)
* [ADR 059: Test Scopes](./adr-059-test-scopes.md)
* [ADR 062: Collections State Layer](./adr-062-collections-state-layer.md)
Expand Down
Loading