Commit Graph

20 Commits

Author SHA1 Message Date
Jeeyong Um
b55138497b
docs: Fix typos in RFC Creation Process (#20998) 2024-07-19 16:25:06 +00:00
caseylove
fbd3b75c5a
docs: remove duplicate words (#20622) 2024-06-11 10:44:33 +00:00
Snoppy
3cf87f96ce
chore: fix typos (#19813) 2024-03-21 08:58:52 +00:00
Cosmos SDK
d3120f56ef
chore: fix spelling errors (#19392)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-02-10 00:28:46 +00:00
Marko
cf9acccb95
chore(RFC): add rfc for handlers (#19263)
Co-authored-by: testinginprod <frojdi@faulttolerance.net>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2024-02-08 18:52:27 +00:00
Cosmos SDK
40c5e452e3
chore: fix spelling errors (#19030)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-01-12 09:19:39 +00:00
Cosmos SDK
8f0d5b15f0
chore: typos fixes by cosmos-sdk bot (#18689)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-11 13:03:19 +00:00
Marko
557569f33f
chore: minor changes to docs (#17883) 2023-09-26 12:01:55 +00:00
samricotta
a4042a2c5b
docs: update documentation order for build tab (#17722) 2023-09-13 15:17:51 +00:00
samricotta
f198ea9445
refactor: docs path updates (#17459)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-09-05 07:56:01 +00:00
Facundo Medica
adb65c920b
docs: RFC for Optimistic Execution (#16499)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-08 16:00:24 +00:00
testinginprod
4283aec079
docs: RFC-04 Accounts (#15507)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Daniel Wedul <github@wedul.com>
2023-07-24 09:24:55 +00:00
Aaron Craelius
e2b38b6619
docs: RFC-002 Zero Copy Encoding (#15404) 2023-06-28 09:21:45 +00:00
Julien Robert
107836964d
docs: simplifying categories (#15757) 2023-04-10 13:19:57 +02:00
Julien Robert
117a4268df
docs: render orm and collections in docs (#15736) 2023-04-08 10:18:14 +00:00
Marko
b77e51adf0
docs: add adr/rfc section to contributing (#15385)
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-03-21 12:11:56 +00:00
Marko
a4e592ee43
docs: RFC 001 tx validation (#15363)
## Description

This pr is meant to capture a conversation in slack and propose it to the community. The updated flow reduces boilerplate code and decreases the amount of duplicated validations happening. 

---

### 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)
2023-03-17 10:58:36 +00:00
Julien Robert
a392bae9b8
docs: fix ordering (#15387) 2023-03-14 14:00:19 +01:00
Julien Robert
abd4ac0790
feat: make logger easily replaceable (#15358) 2023-03-13 09:01:58 +00:00
Marko
16a5404f8e
docs: add rfc section (#15354) 2023-03-10 18:46:57 +01:00