cosmos-sdk/collections/codec
Aaron Craelius f843f1a478
feat(collections): support indexing (#20704)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-08-30 21:23:17 +00:00
..
alternative_value_test.go feat(collections): add alternative value codec (#16773) 2023-07-04 12:40:20 +00:00
alternative_value.go feat(collections): add alternative value codec (#16773) 2023-07-04 12:40:20 +00:00
bool.go feat(collections): add alternative value codec (#16773) 2023-07-04 12:40:20 +00:00
bytes.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
codec_test.go feat(simulation): Implement store decoder implementation from collections schema (#16074) 2023-05-11 09:13:24 +00:00
codec.go feat(simulation): Implement store decoder implementation from collections schema (#16074) 2023-05-11 09:13:24 +00:00
correctness_test.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
doc.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
indexing.go feat(collections): support indexing (#20704) 2024-08-30 21:23:17 +00:00
int_test.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
int.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
string.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
uint_test.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
uint.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00