Commit Graph
35 Commits
Author SHA1 Message Date
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 CraeliusandJulien Robert 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 Craeliusandcoderabbitai[bot] 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
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 Petersandmarbar3778 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
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 Craeliusandcool-developer 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
QtandMarko 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
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 Craeliusandcoderabbitai[bot] 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