Commit Graph

449 Commits

Author SHA1 Message Date
Alex | Interchain Labs
952db2b320
chore: remove baseapp from x/accounts (#23355)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-01-16 18:52:36 +00:00
mmsqe
4466ea5121
feat(testutil/sims): add back AppStateFnWithExtendedCbs (#23236) 2025-01-14 09:23:05 +00:00
Alex | Interchain Labs
b4e88cc517
test: v2 services helpers and demo using x/bank (#23057)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-01-14 00:45:41 +00:00
Alexander Peters
cf721a6540
feat(sims): Integration with app v2 (#23013)
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
2025-01-09 08:19:35 +00:00
Julien Robert
c5b3033b3a
refactor(server)!: continue server v1 removal (#23238) 2025-01-08 12:18:19 +00:00
son trinh
4fb2347af4
refactor(testutil): Removing testutil integration (#23091) 2024-12-30 13:18:49 +00:00
Miguel Dingli
4a533fd385
test: Fix total supply bug in test util GenesisStateWithValSet (#23072) 2024-12-27 14:37:55 +00:00
Alex | Skip
71ddfbddbf
refactor: remove invariants (#22994)
Co-authored-by: Marko <marko@baricevic.me>
2024-12-20 17:13:08 +00:00
Julien Robert
ca559989da
refactor: limit breaking changes for next version (#22972) 2024-12-18 08:47:12 +00:00
Akhil Kumar P
8a11925ce5
test(integration): port x/staking tests to server v2 (#22813) 2024-12-18 07:45:37 +00:00
son trinh
957e241716
refactor(tests/integrations): Port gov integration tests with server v2 setup (#22850) 2024-12-13 08:13:18 +00:00
Akhil Kumar P
cef0f8497f
refactor!: remove testutil/network (#22392)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-11 11:51:39 +00:00
Julien Robert
71d2571e21
refactor(testutil)!: remove cmdtest (#22826) 2024-12-11 11:19:24 +00:00
Akhil Kumar P
00c7756610
test(integration): port x/slashing tests to server v2 (#22754) 2024-12-05 13:27:26 +00:00
son trinh
6a52694ef7
refactor(tests/integration): Port distribution integration tests to server v2 (#22667) 2024-12-03 09:45:15 +00:00
Julien Robert
48f2b36854
fix(x/staking): make metadata nullable (#22556) 2024-11-26 23:46:22 +00:00
Julien Robert
2d04a1af21
fix(testutil/integration): use only one context in integration test framework (#22616) 2024-11-25 10:54:23 +00:00
Julien Robert
3d618f500e
fix(baseapp): populate header info in NewUncachedContext (#22557) 2024-11-20 07:03:21 +00:00
Matt Kocubinski
b5993d6b03
test(integration): port x/bank tests to server/v2 app (#21912) 2024-11-06 18:53:30 +00:00
Shude Li
fc91e76354
build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
Eric Mokaya
440aa68e86
docs: demonstrate how to define hooks using depinject (#21892) 2024-10-04 15:24:45 +00:00
Eric Mokaya
814d4cf6b7
feat(x/staking)!: Add metadata field to validator info (#21315) 2024-10-01 07:35:58 +00:00
Julien Robert
763e4d68e4
feat: introduce x/validate and split x/auth/tx/config (#21822) 2024-09-20 15:05:46 +00:00
Julien Robert
bdda21f2f9
feat(testutil/integration): allow to pass baseapp options (#21816) 2024-09-19 10:36:09 +00:00
Julien Robert
cbdfd9bdfa
chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
Alexander Peters
bf7768006c
feat(sims): Add sims2 framework and factory methods (#21613) 2024-09-16 13:42:48 +00:00
Julien Robert
d54f034462
refactor(server): alias AppOptions to coreserver.DynamicConfig (#21711) 2024-09-13 18:51:45 +00:00
cool-developer
aaf72f20c1
feat: replace the cosmos-db usecases in the tests with core/testing (#21525) 2024-09-13 16:44:18 +00:00
cool-developer
f611150a30
chore: fix the gci lint issue in testutil (#21695) 2024-09-13 06:53:47 +00:00
Julien Robert
bd52dcf096
ci: remove duplicate gosec & lint fixes (#21685) 2024-09-12 12:30:50 +00:00
Matt Kocubinski
57f35dcdfe
refactor: remove viper as a direct dependency (#21635) 2024-09-12 06:00:42 +00:00
son trinh
1d4ecd5e37
refactor: decouple comet from modules (#21382) 2024-09-11 09:18:13 +00:00
Marko
f220f8bf62
refactor: remove consensus as a imported type in modules (#21480) 2024-09-10 15:36:33 +00:00
Marko
d275c67d6d
build(deps): update comet (#21586) 2024-09-09 07:49:55 +00:00
Julien Robert
e9d72f5d05
chore: cleanups after #21450 (#21573) 2024-09-06 10:47:43 +00:00
Julien Robert
a57b25418a
refactor(core): move amino registrar and drop legacy package (#21531) 2024-09-05 11:44:52 +00:00
Julien Robert
6fc677faec
docs(core): add core documentation and principles (#21511)
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
2024-09-03 22:20:05 +00:00
Marko
70488a89a8
refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
cool-developer
ce4fb98cb8
feat: replace the cosmos-db.DB interface with core/store interface (#21450) 2024-08-30 21:25:25 +00:00
Julien Robert
01abf4fbf9
feat(client): use address codec for tx.Sign (#21436) 2024-08-28 08:14:36 +00:00
Julien Robert
03d3a93991
refactor(simapp,runtime): audit changes (#21310) 2024-08-27 12:17:12 +00:00
Julien Robert
a554a21a0e
refactor(core,stf,x)!: remove InvokeTyped from router (#21224) 2024-08-23 21:38:06 +00:00
Facundo Medica
7c69f65fa8
chore: run make protogen (#21378) 2024-08-23 19:19:35 +00:00
Lucas Francisco López
bdb9232ed8
refactor(cli): Standardize Use field convention and update readme (#21369) 2024-08-21 08:36:34 +00:00
Julien Robert
22fb753099
build(deps): bump proto-builder and regen protos (#21215) 2024-08-08 08:45:15 +00:00
Matt Kocubinski
d80afaa55a
fix(x/auth/tx): JSON TX encoding/decoding (#20803) 2024-07-29 18:29:06 +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
Julien Robert
cc5c4d0699
chore(network): remove DefaultConfigWithAppConfigWithQueryGasLimit (#21055) 2024-07-26 08:16:12 +00:00
yukionfire
d6ad92db0f
chore(all): replace all fmt.Errorf without paramters with errors.New (#21068) 2024-07-25 14:54:49 +02:00
Facundo Medica
0fda53f265
feat(x/protocolpool,x/distribution)!: remove dependency + fix continuous fund bug (#20790) 2024-07-24 15:07:50 +00:00