mergify[bot]
|
66ac7843ba
|
fix(testsuite/sims): set all signatures (backport #20151) (#20185)
Co-authored-by: Leon <156270887+leonz789@users.noreply.github.com>
|
2024-04-25 10:07:46 +00:00 |
|
Julien Robert
|
e7bea5fa52
|
ci: run test pipeline on merge v0.50 branch (#19582)
|
2024-02-27 20:22:51 +01:00 |
|
khanh
|
c21c8249c8
|
Merge pull request from GHSA-86h5-xcpx-cfqc
* fix slashing hole with test
* release notes + changelog
* word
* date
* updates
---------
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-02-27 17:28:05 +01:00 |
|
Julien Robert
|
b3ec532227
|
chore: prepare v0.50.3 (#19009)
|
2024-01-10 19:52:14 +00:00 |
|
mergify[bot]
|
fe4b58b2bd
|
fix(testutil): fix FreeTCPAddr localhost usage (backport #18996) (#18999)
Co-authored-by: gluax <16431709+gluax@users.noreply.github.com>
|
2024-01-10 09:08:21 +00:00 |
|
mergify[bot]
|
2a0e4a10b6
|
test: add NodeURI for clientCtx (backport #18930) (#18987)
Co-authored-by: mmsqe <tqd0800210105@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-01-09 14:42:45 +00:00 |
|
mergify[bot]
|
301ceca874
|
refactor: modules should implement appmodule.AppModule (backport #18252) (#18255)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-10-25 12:55:55 +00:00 |
|
mergify[bot]
|
ef43d02a8d
|
refactor(network): call app.Close() on network cleanup (backport #18249) (#18250)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-10-25 10:39:02 +00:00 |
|
mergify[bot]
|
e6b06db813
|
fix(simapp): do not overwrite tx options (backport #17920) (#17926)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-09-29 13:21:10 +02:00 |
|
mergify[bot]
|
32969cf7cc
|
refactor: precise compiler assertions and cleanup module.go (backport #17718) (#17724)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-09-13 19:08:56 +00:00 |
|
mergify[bot]
|
4c083c6f23
|
feat: introduce PreBlock (backport #17421) (#17712)
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-09-13 19:40:08 +02:00 |
|
mergify[bot]
|
013889de23
|
refactor: introduce abciGenesis interface (backport #17554) (#17575)
Co-authored-by: Marko <marbar3778@yahoo.com>
|
2023-08-31 13:05:57 +02:00 |
|
Julien Robert
|
b7d9d4c8a9
|
revert: Revert RunMigrationBeginBlock addition in v0.50 (#17450)
|
2023-08-18 20:48:38 +00:00 |
|
mergify[bot]
|
657add7a8a
|
chore: format proto files (backport #17445) (#17447)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-08-18 17:01:43 +02:00 |
|
mergify[bot]
|
6a5adc4a81
|
refactor: move UpgradeModule interface to appmodule and fix mocks (backport #17383) (#17409)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-08-16 16:58:11 +02:00 |
|
mergify[bot]
|
27f5db221a
|
fix: Add MigrationModuleManager to handle migration of upgrade module before other modules (backport #16583) (#17370)
|
2023-08-12 10:29:01 +02:00 |
|
mergify[bot]
|
fac64cd5d5
|
feat(testutil): adding DefaultContextWithKeys test helper (backport #17216) (#17217)
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-31 12:47:50 +00:00 |
|
mergify[bot]
|
46be66ed42
|
refactor: remove global valaddress bech32 codec calls (1/2) (backport #17098) (#17149)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-27 00:55:11 +02:00 |
|
mergify[bot]
|
35492de285
|
fix: testutil/configurator: correctly create fresh copy of defaultConfig (backport #17089) (#17091)
|
2023-07-22 10:29:46 +02:00 |
|
Julien Robert
|
75501a16e1
|
refactor(testutil): remove unused api (#17067)
|
2023-07-20 00:53:39 +02:00 |
|
mergify[bot]
|
16ab635645
|
refactor(staking): use validator & address codecs in staking (backport #16958) (#17066)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-19 16:02:28 +02:00 |
|
mergify[bot]
|
4076c6a918
|
feat(staking)!: add consensus and validator address codec in staking (backport #16959) (#16977)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-13 11:40:57 +00:00 |
|
mergify[bot]
|
77562a60dd
|
test: print the value initialStake instead of its pointer (backport #16951) (#16975)
Co-authored-by: Gustavo Grieco <31542053+ggrieco-tob@users.noreply.github.com>
|
2023-07-13 09:08:00 +00:00 |
|
mergify[bot]
|
df8ba7e8ac
|
feat!: simplify AppModuleBasic interface for CLI (backport #16890) (#16904)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-10 14:11:53 +00:00 |
|
mergify[bot]
|
c8a49b35cd
|
feat(bank): autocli query support (backport #16899) (#16902)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-07-10 12:48:24 +00:00 |
|
mergify[bot]
|
8295e4a3e0
|
fix: Revert 16794 (backport #16895) (#16896)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2023-07-10 08:02:04 +00:00 |
|
mergify[bot]
|
4bda616956
|
fix: remove setting of finalizeBlockState in FinalizeBlock + fix initialHeight + add ProcessProposal in tests/sims (backport #16794) (#16857)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2023-07-06 12:22:57 -04:00 |
|
mergify[bot]
|
d9c53bfefc
|
refactor!: remove types/math aliases (backport #16798) (#16803)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-30 19:56:38 +02:00 |
|
mergify[bot]
|
0bbfc654a3
|
feat(auth,client/v2): add validator address codec (backport #16768) (#16789)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-30 10:33:40 +00:00 |
|
mergify[bot]
|
d805e631e4
|
refactor: use appmodule.AppModule in integration helpers (backport #16755) (#16756)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-29 11:01:43 +00:00 |
|
Julien Robert
|
c452721442
|
style: add gci linter (#16758)
Co-authored-by: Jacob Gadikian <faddat@users.noreply.github.com>
|
2023-06-29 09:46:37 +00:00 |
|
mergify[bot]
|
cd8ba48926
|
feat(auth): make address codec pluggable (backport #16621) (#16736)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-28 12:19:55 +00:00 |
|
mergify[bot]
|
a5b6ce7c3f
|
feat: add configurator config options (backport #16672) (#16703)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-26 19:44:53 +00:00 |
|
mergify[bot]
|
d5bbf84dd8
|
chore: make configurator.Config.ModuleConfigs public (backport #16653) (#16662)
|
2023-06-23 10:10:27 +02:00 |
|
mergify[bot]
|
466d6e8223
|
fix: check tx gas limit against block gas limit (backport #16547) (#16628)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-22 08:43:12 +00:00 |
|
mergify[bot]
|
b6102fb6a8
|
chore: make configurator.Config public (backport #16624) (#16626)
|
2023-06-20 21:32:51 +02:00 |
|
mergify[bot]
|
9f7a16080a
|
refactor(x/staking)!: KVStoreService, return errors and use context.Context (backport #16324) (#16598)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo Medica <facundomedica@gmail.com>
|
2023-06-19 11:40:27 -03:00 |
|
mergify[bot]
|
8c43cd7b73
|
chore: remove github.com/cosmos/cosmos-sdk/db from sdk deps (backport #16527) (#16529)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-06-13 15:10:25 +00:00 |
|
Julien Robert
|
83d5475cdf
|
chore: remove buf warning (#16361)
|
2023-05-31 10:31:01 +00:00 |
|
Julien Robert
|
6453234073
|
build: optimize proto-builder (#16343)
|
2023-05-31 07:33:26 +00:00 |
|
Matt Kocubinski
|
737dcfd1a2
|
refactor!: rm GetSignBytes (#16062)
|
2023-05-30 19:34:35 +00:00 |
|
testinginprod
|
0e34478eb7
|
refactor(mint)!: migrate state management to collections (#16329)
Co-authored-by: unknown unknown <unknown@unknown>
|
2023-05-30 09:12:45 +00:00 |
|
Aaron Craelius
|
82659a7477
|
refactor!: deprecate sdk.Msg.GetSigners (#15284)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
|
2023-05-25 18:35:09 +00:00 |
|
Marko
|
571c13ea84
|
refactor(bank): migrate bech32 encoding (#15567)
|
2023-05-24 17:03:43 +00:00 |
|
Aleksandr Bezobchuk
|
6cee22df52
|
feat!: Comet v0.38 Integration (#15519)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-05-24 16:09:19 +00:00 |
|
Facundo Medica
|
cd3abca867
|
refactor(x/mint)!: use KVStoreService and context.Context (#16179)
|
2023-05-22 11:55:10 +00:00 |
|
ocnc
|
5865050f01
|
fix(tests): Fixes LatestHeight in testutil network (#16219)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2023-05-19 10:28:49 +00:00 |
|
Marko
|
b8e15a7930
|
feat: module circuit breaker (#14521)
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Sam Ricotta <samanthalricotta@gmail.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2023-05-15 14:38:48 +00:00 |
|
mmsqe
|
d818a628a1
|
fix: rename back TxExtensionOptionI (#16145)
|
2023-05-15 14:23:52 +00:00 |
|
Marko
|
044fe13789
|
refactor(math)!: remove aliases in math (#16040)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2023-05-07 17:25:59 +00:00 |
|