cosmos-sdk/orm/encoding/ormfield
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
..
bool.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
bytes.go feat(orm): allow bytes keys longer than 255 bytes (#11522) 2022-04-01 18:01:11 +00:00
codec.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
codec_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
duration.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
enum.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
int32.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
int64.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
string.go perf(orm): add benchmarks (#11525) 2022-04-08 13:22:44 +00:00
timestamp.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
uint32.go feat(orm)!: ordered variable length encoding for uint32 and uint64 types (#11090) 2022-02-07 17:58:55 +00:00
uint64.go feat(orm)!: ordered variable length encoding for uint32 and uint64 types (#11090) 2022-02-07 17:58:55 +00:00