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 |
|
Facundo Medica
|
9ab162de6d
|
chore(all)!: use gogoproto/any instead of codec/types/any (#21013)
|
2024-07-22 11:23:51 +00:00 |
|
son trinh
|
6f1592d3da
|
fix: NewIntegrationApp does not write default genesis to state (#21006)
|
2024-07-21 12:24:56 +00:00 |
|
Julien Robert
|
748352ef93
|
chore: prepare depinject 1.0.0 (#21001)
|
2024-07-19 20:16:42 +00:00 |
|
Julien Robert
|
25dce71f62
|
refactor(core,types,runtime,x): make HasName not mandatory (#20984)
|
2024-07-19 08:58:47 +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 |
|
Marko
|
9436bcb7f2
|
chore: various cleanup (#20864)
|
2024-07-18 09:12:58 +00:00 |
|
beer-1
|
511fb07914
|
feat: adds error handling for out-of-gas panics in grpc query handlers. (#20945)
|
2024-07-16 09:44:42 +00:00 |
|
Facundo Medica
|
a923e13ce9
|
ci: set up x/acounts/multisig (#20934)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-07-13 10:38:55 +00:00 |
|
testinginprod
|
d79cd5898f
|
refactor(genutil): remove genesis bank balance iteration dependency (#20878)
|
2024-07-05 08:24:42 +00:00 |
|
Julien Robert
|
f82bb76439
|
test: remove some deps from testutil/network (#20843)
|
2024-07-03 12:24:24 +00:00 |
|
son trinh
|
2718b7f6e0
|
test(x/accounts): add tests for base account and cli (#20826)
|
2024-07-03 09:57:25 +00:00 |
|
Marko
|
7b23e52b0b
|
chore: remove crisis modules (#20809)
|
2024-07-02 14:20:07 +00:00 |
|
Alexander Peters
|
6335631348
|
perf: Replace runsim with Go stdlib testing (#20490)
|
2024-06-17 14:42:04 +00:00 |
|
Marko
|
05ff7a7cb7
|
feat(crypto): add blst (#20296)
Co-authored-by: itsdevbear <itsdevbear@berachain.com>
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
|
2024-06-11 17:16:07 +00:00 |
|
Marko
|
28fa3b8dfc
|
chore: use comet api pkg instead of comet alias (#20614)
|
2024-06-11 08:46:04 +00:00 |
|
Julien Robert
|
8364791eb3
|
ci: Add GitHub Action for go mod tidy and mocks (#20501)
|
2024-05-31 09:56:44 +00:00 |
|
Marko
|
e6e1a853de
|
refactor(core,server): make commands not rely on server context (#20422)
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-05-28 13:07:36 +00:00 |
|
Marko
|
1b47dc91a3
|
chore: move logger to core (#20388)
|
2024-05-28 12:30:09 +00:00 |
|
Marko
|
c2f6c19aaf
|
revert: bank change module to account change (#20427)
|
2024-05-21 08:02:11 +00:00 |
|
Julien Robert
|
f02a124667
|
refactor(runtime,core): split router service (#20401)
|
2024-05-16 08:04:40 +00:00 |
|