Commit Graph
32 Commits
Author SHA1 Message Date
Julien Robert 720890523f refactor: remove gov dependency from modules and sdk (#18424) 2023-11-09 22:08:59 +00:00
Emmanuel T Odeke 05261cc46e refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
Marko 21e69bad04 refactor(bank): add go module (#18279) 2023-10-27 09:25:04 +00:00
Marko bfb1a91110 refactor(authz): add go.mod (#18265) 2023-10-26 15:33:51 +00:00
Marko 4352ab1f34 refactor(distribution): spin out go.mod (#18199) 2023-10-24 15:13:04 +00:00
Marko 388ff4fc7e refactor: move gov into own go.mod (#18197) 2023-10-23 14:17:04 +00:00
Marko 94a2164d19 chore: bump golangci-lint version (#18213) 2023-10-23 12:59:08 +00:00
Emmanuel T Odekeandmarbar3778 912c74248b refactor(x/group): spin out Go module (#17937)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-10-20 14:33:04 +00:00
Emmanuel T OdekeandJulien Robert 0692fdc6fd refactor: create go.mod for x/params (#17776)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-10-03 12:56:07 +00:00
Julien Robert ca194c99b7 chore: remove replace directives (#17896) 2023-09-27 10:15:43 +00:00
46bab63d8c feat(accounts): init accounts module (#17443)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-19 08:36:45 +00:00
Julien Robert f0030e0e6d build: bump to Go 1.21 (#17333) 2023-08-18 09:58:46 +00:00
Carlos Santiago Yanzon 506e87a696 refactor!: remove rosetta from repo (#17112) 2023-07-24 19:19:20 +00:00
Julien Robert ad847c4e4d build(deps): bump Go to v1.20 on SDK, simapp and standalone modules (#14979) 2023-02-09 11:56:07 -05:00
MarkoandJulien Robert 6b256ce7c0 refactor: add logger package (#14872)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-02-01 23:42:15 +00:00
Likhita Polavarapu 6cf07f881f refactor: x/upgrade to standalone module (#14764) 2023-01-27 15:08:21 +01:00
cc10614146 refactor: x/feegrant to stand alone (#14649)
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-01-25 16:39:54 +00:00
Likhita PolavarapuandMarko 7559d9ecd3 refactor: create go.mod for store (#14746)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-25 13:31:56 +00:00
Likhita Polavarapu 09e3e55e24 refactor: make x/evidence a standalone module (#14724) 2023-01-24 10:01:26 +01:00
Julien RobertandAaron Craelius 98888e4ee7 chore: add tooling and docs for hubl (#14743)
Co-authored-by: Aaron Craelius <aaron@regen.network>
2023-01-23 22:12:22 +01:00
Julien RobertandMarko 6b029a6bc1 refactor: rename nft to cosmosssdk.io/x/nft (#14725)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-23 11:48:34 +00:00
Julien Robert 94c2afff50 ci: add required missing tooling (#14610) 2023-01-13 13:38:49 +00:00
Julien Robert 9742029158 feat: create config fix tool (#14342) 2023-01-10 10:28:41 +00:00
Matt Kocubinski 70232341f1 refactor: introduce x/nft go.mod (#14555) 2023-01-10 03:17:09 +00:00
fca24b6687 feat(collections): Initialise core (Prefix, KeyEncoder, ValueEncoder, Map) (#14134)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2022-12-08 15:57:21 +00:00
Julien Robert ae91105fec ci: configure monorepo sonarcloud (#13944) 2022-11-23 10:47:18 +00:00
sleepy ramen 39c5c079cd fix: misc fixes for cosmos-rosetta (#13583)
### Description

Closes:
https://github.com/cosmos/cosmos-sdk/issues/13083
https://github.com/cosmos/cosmos-sdk/issues/11402
https://github.com/cosmos/cosmos-sdk/issues/10678
https://github.com/cosmos/cosmos-sdk/issues/12358
https://github.com/cosmos/cosmos-sdk/issues/10776
https://github.com/cosmos/cosmos-sdk/issues/12934

### 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...

- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [x] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
- [x] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [x] added a changelog entry to `CHANGELOG.md`
- [x] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [x] updated the relevant documentation or specification
- [x] 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-11-04 11:48:45 +00:00
Julien Robert 7d6601e1fb refactor: clean-up SDK tools (#13603) 2022-10-21 15:15:20 +00:00
Julien Robert 9bae8a817f build(deps): bump go minimum version to go 1.19 (#13397) 2022-09-27 21:02:02 +02:00
Julien Robert 555d774c73 ci: further improve gh actions (#13361) 2022-09-23 11:33:38 -05:00
Julien Robert 6d0ef15b0a refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
Julien Robert 2c527d0650 build: add go.work in gitignore (#13100)
* build: add `go.work` in gitignore

* markdownlint
2022-08-30 21:08:04 +00:00