Commit Graph

48 Commits

Author SHA1 Message Date
Aaron Craelius
73ee336359
feat(schema): add API descriptors, struct, oneof & list types, and wire encoding spec (#21482)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
2024-10-01 07:40:42 +00:00
Julien Robert
e5b22e4cda
chore(baseapp): fix api break latest schema (#21978) 2024-09-30 12:07:40 +00:00
Marko
d54f6fa95b
refactor(x/evidence): accept address codec in constructor (#21859) 2024-09-25 09:42:27 +00:00
Aaron Craelius
d273ae03da
feat(schema/indexer)!: implement start indexing (#21636)
Co-authored-by: Marko <marko@baricevic.me>
2024-09-23 16:09:01 +00:00
Wukingbow
29077c866c
docs: fix function comments (#21814)
Co-authored-by: wujinbao <www.389092100@qq.com>
2024-09-19 06:53:08 +00:00
Marko
f1dd03f212
feat: make validator key injectable by application developers (#21608) 2024-09-18 12:27:25 +00:00
Julien Robert
cbdfd9bdfa
chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
Aaron Craelius
ae40e809b9
refactor(schema)!: rename ObjectType -> StateObjectType (#21691)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
2024-09-16 08:17:52 +00:00
Aaron Craelius
397ff0bd22
feat(schema): add ReferenceType interface (#21692)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
2024-09-16 08:17:30 +00:00
Aaron Craelius
47561a93f2
refactor(schema)!: rename IntegerStringKind and DecimalStringKind (#21694)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
2024-09-14 01:45:15 +00:00
Aaron Craelius
abc81a6e9c
feat(schema): add convenience object & enum lookup methods (#21549) 2024-09-10 13:22:52 +00:00
Cosmos SDK
50288938d1
chore: fix spelling errors (#21610)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-09-09 13:33:12 +00:00
Aaron Craelius
561840fa26
feat(schema): update event index definitions (#21565) 2024-09-09 07:31:44 +00:00
Aaron Craelius
ce8f9d40f2
refactor(schema)!: rename Schema -> TypeSet and other small renamings (#21446) 2024-08-30 17:01:48 +00:00
Aaron Craelius
89ec787f7e
feat(schema): add JSON marshaling for ModuleSchema (#21371) 2024-08-28 18:42:40 +00:00
Aaron Craelius
8ca94d9acb
refactor(schema)!: use type references rather than embedding enum types (#21425) 2024-08-28 17:26:28 +00:00
XiaoBei
c40cf3e737
refactor: use errors.New to replace fmt.Errorf with no parameters (#21394) 2024-08-25 11:41:31 +00:00
Julien Robert
a554a21a0e
refactor(core,stf,x)!: remove InvokeTyped from router (#21224) 2024-08-23 21:38:06 +00:00
Aaron Craelius
51b63f7ffb
feat(schema): schema diffing (#21374) 2024-08-23 15:02:54 +00:00
Aaron Craelius
95dcf845c3
fix(schema)!: fixes and key restrictions based on indexer testing (#21362) 2024-08-20 22:52:49 +00:00
Aaron Craelius
08a3da44b1
feat(schema/indexer): add address codec param (#21361) 2024-08-20 15:01:29 +00:00
Aaron Craelius
da27d8b9a1
feat(schema/appdata)!: efficiency & data model improvements aligned with server/v2 (#21305) 2024-08-20 14:49:06 +00:00
Aaron Craelius
27d3d4892b
feat(schema/appdata)!: make commit async (#21306) 2024-08-20 13:06:25 +00:00
Aaron Craelius
e57a9370fa
feat(schema): specify JSON mapping (#21243) 2024-08-16 14:35:38 +00:00
Aaron Craelius
0f39b4e491
chore(schema/testing): upgrade to go 1.23 iterators (#21282)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-15 20:58:58 +00:00
Julien Robert
819330872c
build(deps): use Go 1.23 instead of Go 1.22 (#21280) 2024-08-15 08:43:08 +00:00
Aaron Craelius
cacea0f642
fix(schema/testing): proper integer and decimal comparison (#21241) 2024-08-14 09:55:20 +00:00
Aaron Craelius
431b52309c
refactor(schema)!: move view interfaces from testing to schema (#21204) 2024-08-12 21:04:23 +00:00
Aaron Craelius
f6fee983a5
feat: make schema and core kv-pair updates compatible (#21223) 2024-08-08 20:24:29 +00:00
Aaron Craelius
e7844e640c
feat(schema): testing utilities (#20705)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-31 06:58:30 +00:00
testinginprod
8b47141655
feat(serverv2): integrate gRPC (#21038)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-07-30 09:26:16 +00:00
Alexander Peters
b05bb2601e
fix(stf): fixes to make init genesis pass (#21088)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-07-27 18:11:24 +00:00
Aaron Craelius
5c90246b3f
feat(log): remove core dependency and update core interface to be dependency free (#21045)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-26 11:00:27 +00:00
Aaron Craelius
683371f779
feat(schema/appdata): async listener mux'ing (#20879)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
2024-07-25 13:53:26 +00:00
yukionfire
d6ad92db0f
chore(all): replace all fmt.Errorf without paramters with errors.New (#21068) 2024-07-25 14:54:49 +02:00
Aaron Craelius
339e26ea8f
feat(schema)!: add more range methods, rename EnumDefinition -> EnumType (#21043) 2024-07-24 13:42:47 +00:00
Aaron Craelius
7d892e5432
refactor(schema)!: collect all types in ModuleSchema (#21036) 2024-07-23 20:02:00 +00:00
Aaron Craelius
2c236af94d
refactor(schema)!: move bech32 address prefixes to a higher level (#21026) 2024-07-23 14:35:20 +00:00
Halimao
c2df06c985
chore: fix errors reported by running make lint (#21015) 2024-07-22 18:01:07 +00:00
Qt
3304d0803d
refactor: use errors.New to replace fmt.Errorf with no parameters (#20943)
Co-authored-by: Marko <marko@baricevic.me>
2024-07-18 12:01:45 +02:00
Aaron Craelius
9376db5508
feat(indexer): postgres schema creation + CI config (#20701)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-07-18 09:34:09 +00:00
Marko
9436bcb7f2
chore: various cleanup (#20864) 2024-07-18 09:12:58 +00:00
Aaron Craelius
f7293da17f
feat(schema): decoding middleware (#20880) 2024-07-17 18:28:30 +00:00
Aaron Craelius
4857ea1f61
feat(schema): indexing API (#20647) 2024-07-09 11:20:31 +00:00
Julien Robert
cc1267b1a3
ci: enable ci for schema (#20888) 2024-07-05 10:52:49 +00:00
Aaron Craelius
20f96db224
feat(schema)!: updates based on postgres testing (#20858) 2024-07-04 19:46:42 +00:00
Aaron Craelius
54586b2f4d
feat(schema/appdata)!: packet support and small refactorings (#20860) 2024-07-04 13:43:49 +00:00
Aaron Craelius
38c1d6a5d4
refactor(indexer/base): move to cosmossdk.io/schema (#20744)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-06-26 15:46:08 +00:00