cosmos-sdk/x/group/internal/orm
dependabot[bot] 084e129fcf
build(deps): Bump pgregory.net/rapid from 0.4.8 to 0.5.2 (#13096)
* build(deps): Bump pgregory.net/rapid from 0.4.8 to 0.5.2

Bumps [pgregory.net/rapid](https://github.com/flyingmutant/rapid) from 0.4.8 to 0.5.2.
- [Release notes](https://github.com/flyingmutant/rapid/releases)
- [Commits](https://github.com/flyingmutant/rapid/compare/v0.4.8...v0.5.2)

---
updated-dependencies:
- dependency-name: pgregory.net/rapid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix group tests

* update orm to 0.5.2

* Fix some tests

* finish upgrading orm

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-30 20:17:15 +00:00
..
spec docs: update sdk & tm version links in docs (#12976) 2022-08-20 08:42:13 +02:00
auto_uint64_test.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
auto_uint64.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
example_test.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
generators_test.go build(deps): Bump pgregory.net/rapid from 0.4.8 to 0.5.2 (#13096) 2022-08-30 20:17:15 +00:00
genesis_test.go feat: Add Table-Store (aka ORM) package - Genesis (#10481) 2021-11-16 16:08:21 +00:00
genesis.go chore: group ORM audit changes (#11842) 2022-05-04 12:07:02 +00:00
index_property_test.go build(deps): Bump pgregory.net/rapid from 0.4.8 to 0.5.2 (#13096) 2022-08-30 20:17:15 +00:00
index_test.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
index.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
indexer_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
indexer.go fix: deadlock when querying group members (#12342) 2022-06-28 13:55:54 -04:00
iterator_property_test.go build(deps): Bump pgregory.net/rapid from 0.4.8 to 0.5.2 (#13096) 2022-08-30 20:17:15 +00:00
iterator_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
iterator.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
key_codec_test.go feat: Add Table-Store (aka ORM) package - AutoUInt64Table and PrimaryKeyTable (#10415) 2021-10-27 12:49:37 +00:00
key_codec.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
orm_scenario_test.go feat: Add Table-Store (aka ORM) package - Genesis (#10481) 2021-11-16 16:08:21 +00:00
primary_key_property_test.go build(deps): Bump pgregory.net/rapid from 0.4.8 to 0.5.2 (#13096) 2022-08-30 20:17:15 +00:00
primary_key_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
primary_key.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
sequence_property_test.go build(deps): Bump pgregory.net/rapid from 0.4.8 to 0.5.2 (#13096) 2022-08-30 20:17:15 +00:00
sequence_test.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
sequence.go feat: Add Table-Store (aka ORM) package - Index and Iterator (#10451) 2021-11-09 18:01:27 +00:00
table_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
table.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
testsupport.go chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
types_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
types.go fix: deadlock when querying group members (#12342) 2022-06-28 13:55:54 -04:00