Commit Graph

12015 Commits

Author SHA1 Message Date
mergify[bot]
9c568bb511
build(deps): Bump gaurav-nelson/github-action-markdown-link-check from 1.0.16 to 1.0.17 (backport #24246) (#24264)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-04-01 14:54:31 +00:00
luozexuan
ac90304f4d
chore: fix some function names in comment (#24263)
Signed-off-by: luozexuan <fetchcode@139.com>
2025-04-01 14:48:58 +00:00
Alexander Peters
b25ecf398e
test(client/rpc): Fix flacky RPC client test (#24260) 2025-04-01 14:47:25 +00:00
Alex | Interchain Labs
76a25e022c
chore: use rc tags (#24244) 2025-04-01 14:46:11 +00:00
Alex | Interchain Labs
33220c17b5
chore: use sdk release tag (#24243) 2025-03-31 21:00:43 +00:00
Alex | Interchain Labs
a6faafb107
chore: use latest store (#24240) 2025-03-31 19:50:38 +00:00
Alex | Interchain Labs
59559e2f35
chore: use cosmossdk.io/api v0.9.0 (#24230) 2025-03-31 17:24:56 +00:00
Alex | Interchain Labs
93ecb7c84b
chore: prep store for v1.1.2 (#24231)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-31 17:02:29 +00:00
Alex | Interchain Labs
ec1d27bedf
chore: use math v1.5.1 (#24186) 2025-03-31 16:45:04 +00:00
Alex | Interchain Labs
005937547f
feat: create and test migration from LegacyDec->Dec (#24229) 2025-03-31 16:43:47 +00:00
lido333
8cd9b20cbc
chore: slices Delete (#24164)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-31 16:26:44 +00:00
Alex | Interchain Labs
f55595fcc9
chore: prep api for release (#24227) 2025-03-31 15:34:28 +00:00
Đông Liều
cc14f21cef
fix(x/auth): ensure the elements of do not exceed 1000 (#24208) 2025-03-31 14:07:45 +00:00
Hoang Do
4f445ed933
refactor(baseapp): create checktx handler (#24069)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-29 19:45:41 +00:00
Alex | Interchain Labs
d68d169a63
feat: add x/protocolpool (#23933)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-29 19:45:39 +00:00
Alex | Interchain Labs
edd47822b5
chore: prep math for v1.5.1 (#24185)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-29 01:12:55 +00:00
Alex | Interchain Labs
056bcd7022
test: example upgrade handler and systems test (#24182) 2025-03-29 00:46:08 +00:00
Alex | Interchain Labs
e85a5c0bc1
chore: use latest errors (#24184) 2025-03-29 00:44:32 +00:00
Alex | Interchain Labs
e8d366e733
chore: bump linter (#24180) 2025-03-29 00:38:08 +00:00
Aaron Craelius
2ccf08a3fe
refactor(collections): remove core dependency (#24081)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-28 22:22:27 +00:00
Alex | Interchain Labs
a340fa39d0
chore: use latest log tag (#24183) 2025-03-28 20:00:12 +00:00
Alex | Interchain Labs
f7aa70a492
Update CHANGELOG.md 2025-03-28 15:01:17 -04:00
Alex | Interchain Labs
2fd5341a07
chore: dependency prep (#24179) 2025-03-28 16:55:56 +00:00
Alexander Peters
150f12e4ad
feat(sims): introduce message factories/ simsx (#24126)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-28 16:08:23 +00:00
mergify[bot]
0fbbf26f63
feat(baseapp): extend abci listeners in streaming manager (backport #24160) (#24163)
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-27 19:05:55 +00:00
Tyler
cfda49b436
fix: prune cmd should disable async pruning (#24090) 2025-03-27 18:43:27 +00:00
lido333
d2ac39cb46
refactor: slices.Contains (#24162) 2025-03-27 16:54:37 +00:00
mergify[bot]
193a7390c4
refactor(client): check name validation for keys add|import|rename (backport #18950) (#24152)
Co-authored-by: levisyin <150114626+levisyin@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-03-27 16:40:47 +00:00
mergify[bot]
f4f9ea5a4a
feat(client/keys): check multisig key duplicate (backport #18703) (#24153)
Co-authored-by: levisyin <150114626+levisyin@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-03-27 15:43:01 +00:00
mergify[bot]
fc725a35d6
feat(client/keys): add --yes option to keys export and keys mnemonic (backport #18745) (#24154)
Co-authored-by: levisyin <150114626+levisyin@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-03-27 03:10:13 +00:00
Kaushik Donthi
0f52ccd54a
test: add test to ensure timeout timestamp can be encoded/decoded in txs (#24103)
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-26 18:25:06 +00:00
lido333
a8e44c6a80
chore: clean utils's SliceContains (#24149) 2025-03-26 17:58:48 +00:00
Hoang Do
16f1b61de5
feat(grpc): adds error handling for out-of-gas panics in grpc query handlers (#24073)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-26 15:25:49 +00:00
Đông Liều
2bf3947ce9
feat(types): Implement .IsGT for types.Coin (#24093)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-26 04:44:28 +00:00
mergify[bot]
a2b7cea8a7
chore: update error message in SetCMS (backport #23951) (#24083)
Co-authored-by: Tristav <124001124+Pricstas@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-25 21:05:23 +00:00
mergify[bot]
8a54f41c7d
refactor(x/bank): swap sendrestriction check in InputOutputCoins (backport #21976) (#24053)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-25 21:04:33 +00:00
Alex | Interchain Labs
f78a75ce96
chore: actually fix gosec (#24133) 2025-03-25 16:01:03 -04:00
Alex | Interchain Labs
7ccf478fd6
ci: fix gosec (#24132) 2025-03-25 15:27:54 -04:00
Đông Liều
49be51a951
refactor(proto): Use cosmos_proto added_in annotation instead comments (#24105)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-25 17:57:47 +00:00
Alexander Peters
7827aee97b
fix(sims): Minor fixes (#24095)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-25 17:45:55 +00:00
quantix9
5254d57c5b
chore(all): modernized code with slices (#24125)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-25 17:31:32 +00:00
Đông Liều
731d9305ff
feat(x/bank): Placing SendRestriction before Deduction of Coins in SendCoins (#24106) 2025-03-25 17:06:16 +00:00
Đông Liều
2be528f04f
fix(server): allow align block header with skip check heaader in grpc server (#24068)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-25 16:54:43 +00:00
Marko
d6fca6a5b6
feat: allow ed25519 signatures in txs (#24030)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-25 16:23:23 +00:00
Tyler
e64ed5ef2d
chore: gen mocks (#24129) 2025-03-25 16:08:16 +00:00
Alex | Interchain Labs
b7a20b81f6
chore: lint v2 (#24118) 2025-03-25 15:57:24 +00:00
quantix9
9acd7716dd
chore(all): modernized code with built-in min/max (#24124) 2025-03-25 11:43:05 -04:00
Tyler
94068be123
refactor: PoC for unordered txs per new spec (#24010) 2025-03-24 21:49:52 +00:00
riyueguang
6fc8d0dc64
refactor: use the built-in max/min to simplify the code (#24112)
Signed-off-by: riyueguang <rustruby@outlook.com>
2025-03-24 17:35:40 +00:00
Hoang Do
85a33eb62b
chore(testutil): remove unnecessary error check (#24107)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-24 09:35:09 -07:00