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
Facundo Medica
74f44b0231
fix(sims): skip operations that use denoms that can't be sent ( #20399 )
2024-05-15 10:19:10 +00:00
Matt Kocubinski
493d486bc6
refactor: decouple from sdk/codec in amino codec usage ( #20369 )
2024-05-14 16:52:51 +00:00
Sergio Mena
eb7cc124a5
fix(x/consensus): apply ConsensusParam update rules according to CometBFT spec (forward-port of #20314 ) ( #20347 )
...
Co-authored-by: Marko <marko@baricevic.me>
2024-05-10 15:12:38 +00:00
Marko
62b0b26d0c
chore: migrate sdk.Msg to transaction.type ( #20273 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-05-10 10:23:22 +00:00
Matt Kocubinski
82fc532da8
chore(proto): fix buf.work.yaml and make proto-gen ( #20299 )
2024-05-06 19:19:12 +00:00
Marko
271a46c89a
chore: move counter to testutils ( #20281 )
2024-05-06 16:07:53 +00:00
Marko
0dfb54e36a
refactor! : bump comet to v1 ( #19726 )
...
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
2024-05-06 14:12:00 +00:00
Marko
43764cff30
chore: consensus spinout ( #20010 )
2024-05-03 14:08:17 +00:00
luchenhan
d0f6cc6d40
chore: fix function names in comment ( #20210 )
...
Signed-off-by: luchenhan <hanluchen@aliyun.com>
2024-04-29 12:14:40 +00:00
Duong Minh Ngoc
7ee3bde8f3
refactor(proto): add denote version annotation ( #20098 )
...
Co-authored-by: Tuan Tran <tuantran@notional.ventures>
Co-authored-by: Khanh Hoa <hoa@notional.ventures>
Co-authored-by: kienn6034 <kien@notional.ventures>
2024-04-26 10:14:09 +00:00
Hoang Do
99dbdd5aa7
chore: fix all typos ( #20196 )
2024-04-26 10:01:14 +00:00
Marko
b15732a594
refactor: migrate to query Consensus Params ( #19600 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-04-25 15:26:43 +00:00
Leon
c6890b3876
fix(testsuite/sims): set all signatures ( #20151 )
...
Co-authored-by: qinglin89 <316032931@qq.com>
2024-04-25 09:32:19 +00:00
Tien Nguyen
8a98c7c36b
fix: Fix data race test coverage. ( #20156 )
2024-04-23 20:22:09 +00:00
Marko
8e60f3b7eb
chore: remove grpc-web ( #20140 )
2024-04-23 06:47:17 +00:00
ipangpang
4a7a6411ef
fix: remove useless condition ( #20118 )
...
Signed-off-by: ipangpang <arronipangpang@gmail.com>
2024-04-22 06:10:34 +00:00
ipangpang
1bd4351241
style: remove redundant import alias ( #20109 )
...
Signed-off-by: ipangpang <arronipangpang@gmail.com>
2024-04-21 19:03:43 +00:00
Julián Toledano
90a0114992
refactor(x/group)!: remove MustAccAddressFromBech32 ( #20082 )
2024-04-18 11:01:21 +00:00
son trinh
a0d727eebc
refactor(x/auth): auth module can recognize x/accounts account ( #20002 )
2024-04-11 09:56:37 +00:00
Julien Robert
649dfaa8c5
refactor(types): loosen module.AppModule interface ( #19951 )
2024-04-04 14:21:02 +00:00
Hieu Vu
1028e27f79
feat(x/epochs): upstream osmosis epoch module ( #19697 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-04-04 08:10:25 +00:00
Julián Toledano
fad30cd111
refactor(x/genutil)!: remove Address.String() ( #19926 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-04-03 20:24:55 +00:00
Ezequiel Raynaudo
b9c8d60ea0
refactor: bump gogoproto ( #19869 )
2024-03-28 19:53:21 +00:00
Julián Toledano
65ab2530cc
refactor(x/staking)!: removes the use of Accounts String() method ( #19742 )
2024-03-19 09:20:42 +00:00
Matt Kocubinski
d54335e1f9
refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar ( #19758 )
2024-03-14 17:53:31 +00:00
Matt Kocubinski
c807aaede8
refactor!: mv AddressCodecs aliases from runtime -> core ( #19747 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-14 14:19:15 +00:00
Julien Robert
cdc329189b
refactor(types): align genesis api ( #19735 )
2024-03-13 05:43:24 +00:00
Julien Robert
fea88d13c5
refactor(core)!: clean-up core and simplify preblock ( #19672 )
2024-03-11 14:39:37 +00:00
Marko
d2e40963ed
refactor(modules): adopt appmodulev2.Hasgenesis ( #19627 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-11 10:22:16 +00:00
Matt Kocubinski
4edf6b2a85
refactor: remove dependency x/module -> sdk through InterfaceRegistry ( #19652 )
2024-03-06 21:12:24 +00:00
Julián Toledano
25aea8af8a
refactor!: remove global config from x/auth and client ( #19447 )
2024-03-06 13:14:16 +00:00
Julien Robert
cfd426fdb3
feat(runtime): message router service ( #19571 )
2024-03-04 10:25:43 +00:00
Likhita Polavarapu
a248d05f70
feat(x/distribution): add env bundler to distribution module ( #19445 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-02-27 22:18:13 +00:00
khanh
8585d538f1
Merge pull request from GHSA-86h5-xcpx-cfqc
...
* check undelegation after redelegation
* add comment
* using app v1
* set up test
* update test
* Update x/staking/keeper/slash.go
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* use switch inside slashing logic
* update slash redelegation test
---------
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-27 17:28:05 +01:00
Julien Robert
8432570e52
chore: api cleanups ( #19541 )
2024-02-25 09:27:32 +00:00
Julien Robert
b304cf7556
refactor!: kill basic manager ( #19512 )
2024-02-22 14:44:49 +00:00
testinginprod
e846eca366
refactor(auth): refactor auth/tx to use x/tx ( #19224 )
...
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-21 09:36:21 +00:00
Likhita Polavarapu
b0db3ea299
feat(x/consensus): Add env bundler to x/consensus module ( #19488 )
2024-02-20 10:08:56 +00:00
Likhita Polavarapu
365528f872
fix(x/protocolpool): Add stream module account functionality to avoid emptying the pool mAcc ( #19028 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-23 19:23:40 +00:00
dependabot[bot]
625401daf0
build(deps): Bump cosmossdk.io/errors from 1.0.0 to 1.0.1 ( #19016 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-01-11 13:00:14 +00:00
Marko
f80f231dcc
chore(mocks): regenerate mocks ( #19027 )
2024-01-11 10:02:43 +00:00
Marko
6db53cafcb
chore(sdk): remove modules as a dependency (1/n) ( #19003 )
2024-01-11 07:55:50 +00:00
gluax
78ce70d485
fix(testutil): fix FreeTCPAddr localhost usage ( #18996 )
2024-01-10 08:54:32 +00:00
Likhita Polavarapu
6ffc209043
feat(x/protocolpool): Add Implementation for CreateContinuousFund and CancelContinuousFund features ( #18471 )
2024-01-09 16:17:59 +00:00
Marko
bde7eb1a4d
refactor(core)!: cleanup dependency graph ( #18866 )
...
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-01-09 15:14:36 +00:00
Julien Robert
7ecdbd0814
chore(testutil): use correct address codec ( #18985 )
2024-01-09 13:49:05 +00:00
Aleksandr Bezobchuk
6ec53aaf54
feat: [ADR-070] Unordered Transactions (1/2) ( #18641 )
...
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-01-04 16:58:52 +00:00
Halimao
b729e981f1
fix(testutil): mock logger missing method Warn ( #18941 )
2024-01-04 09:11:55 +00:00
mmsqe
24a8123c22
test: add NodeURI for clientCtx ( #18930 )
2024-01-03 06:24:34 +00:00
Cosmos SDK
8f0d5b15f0
chore: typos fixes by cosmos-sdk bot ( #18689 )
...
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-11 13:03:19 +00:00
Carlos Santiago Yanzon
a37f4165f8
refactor(types,client)!: refactor global address sdk.Config ( #18372 )
2023-11-29 16:24:10 +00:00
alexfmpe
34b1634134
chore: fix typo ( #18545 )
2023-11-24 23:53:00 +00:00
Julien Robert
5741c320b9
feat(proto,autocli): add gov_proposal options to autocli ( #18442 )
2023-11-10 15:11:12 +00:00
Julien Robert
720890523f
refactor: remove gov dependency from modules and sdk ( #18424 )
2023-11-09 22:08:59 +00:00
Marko
03c3f8e71f
refactor(tests): testutil.Network as an interface ( #18389 )
...
Co-authored-by: Anmol <anmol1696@gmail.com>
2023-11-08 18:38:57 +00:00
Carlos Santiago Yanzon
346044afd0
feat: extra checks on signatures/pubkeys + check the signature first in antehandle ( #18194 )
2023-11-07 13:15:11 +00:00
Emmanuel T Odeke
05261cc46e
refactor(x/auth): spin out go.mod ( #18351 )
2023-11-07 11:42:58 +00:00
Likhita Polavarapu
56351179b8
feat(x/protocolpool): Stream funds from community pool ( #18103 )
2023-11-06 14:07:34 +00:00
Chenqun Lu
79246d2f44
fix(sim): if genesisTimestamp is not set in the genesis block, it defaults to the current time. ( #18227 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-11-01 07:53:48 +00:00
Marko
f03b396c8a
chore: remove mint imports in the sdk ( #18307 )
2023-10-31 10:30:38 +00:00
Marko
44db964e91
test: add counter module ( #18272 )
2023-10-30 19:07:58 +00:00
Marko
7bef0227f9
refactor(mint): new go module ( #18283 )
2023-10-28 07:09:48 +00:00
Marko
21e69bad04
refactor(bank): add go module ( #18279 )
2023-10-27 09:25:04 +00:00
Facundo Medica
ab2a725863
chore: cleanup comet dependence in tests ( #18239 )
2023-10-26 16:20:19 +00:00
Marko
2a6640d488
refactor(staking): add go.mod ( #18257 )
2023-10-26 07:39:34 +00:00
Julien Robert
797ae0fe99
refactor: modules should implement appmodule.AppModule ( #18252 )
2023-10-25 12:31:37 +00:00
Julien Robert
139a29e7e2
refactor(network): call app.Close() on network cleanup ( #18249 )
2023-10-25 10:09:03 +00:00
Marko
4352ab1f34
refactor(distribution): spin out go.mod ( #18199 )
2023-10-24 15:13:04 +00:00
Elias Naur
c1f050ffd6
fix(sim): make testutil/network genesis state deterministic ( #18203 )
2023-10-23 19:46:25 +00:00
Chenqun Lu
f2f47ffd43
fix(simulation): fix the problem of validator set is empty after InitGenesis in simulation test ( #18196 )
2023-10-23 08:40:01 +00:00
Chenqun Lu
611cd36b8b
fix(simulation): Fix all problems make test-sim-custom-genesis-fast for simulation test. ( #17911 )
...
Co-authored-by: Luke <chenqun.l@kaitaitech.cn>
2023-10-20 14:18:53 +00:00
Devon Bear
07e170d9ef
refactor(runtime): AppI shouldn't require SimulationManager nor LegacyAmino. ( #17991 )
2023-10-09 08:28:36 +00:00
atheeshp
6f53f7c4a3
feat(x/bank): autocli tx support ( #17868 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-10-05 14:39:45 +00:00
Likhita Polavarapu
9dd34510e2
feat: Move CommunityPool to its own module ( #17657 )
2023-09-27 09:09:04 +00:00
Marko
9d07b8ca8e
refactor!: use context.Context in genesis api ( #17885 )
2023-09-26 16:03:41 +00:00