Commit Graph

11988 Commits

Author SHA1 Message Date
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
Đông Liều
9b2e91fbf9
fix: Do not call Remove during Walk (#24044)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-24 15:18:59 +00:00
Đông Liều
e9fffcc4a7
feat(client/keys): add support for importing hex key using standard input (#24071)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-24 14:48:21 +00:00
mergify[bot]
ddce50f42e
fix(test): avoid panic of SetStreamingManager() on sealed BaseApp (backport #24109) (#24110)
Co-authored-by: mmsqe <mavis@crypto.com>
2025-03-24 10:36:26 -04:00
Hoang Do
f0bc9af678
feat(types): Add a ValueCodec for Uint complex type (#24070)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-24 09:59:00 -04:00
Alex | Interchain Labs
7fd79df4e1
chore: fix all linting (#24101) 2025-03-21 15:04:36 -07:00
mergify[bot]
b7fb7f4858
build(deps): Bump actions/create-github-app-token from 1.11.6 to 1.11.7 (backport #24091) (#24097)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-21 17:04:54 -04:00
zakir
b3342d9962
refactor(cosmovisor): get block height from db after node execution fails (#23720)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-21 18:37:59 +00:00
Alexander Peters
bc57ce3ba7
perf: Replace runsim with Go stdlib testing (#24045)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-21 15:48:00 +00:00
linghuying
b7c35f2568
refactor(simapp): use maps.Clone to simplify the code (#24077)
Signed-off-by: linghuying <1599935829@qq.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-21 11:36:39 -04:00
Đông Liều
454467d081
feat(crypto/keyring): expose db keyring used in the keystore (#24040)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-21 11:04:30 -04:00
healthyyyoung
f6fa4f25bd
refactor(store): use map.Copy for cleaner map handling (#24076)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-20 22:22:52 +00:00
Tyler
73e2bba699
ci: try running lint with just --new flag (#24089) 2025-03-20 15:12:40 -07:00
Tyler
ad574ef276
fix(scripts): lint scripts display different output in local vs CI (#24087) 2025-03-20 17:32:05 -04:00
Alex | Interchain Labs
1c47307bfd
chore: fix proto building warning (#24086) 2025-03-20 16:59:52 -04:00
Alex | Interchain Labs
98f0f76e73
chore: lint fixes (#24084) 2025-03-20 16:20:39 -04:00
aljo242
978978a3fe
tidy 2025-03-20 15:32:51 -04:00
aljo242
82cc186b27
mod tidy 2025-03-20 15:32:40 -04:00
Alex | Interchain Labs
7b930541cf
fix: vuln CI job (#24079) 2025-03-20 14:02:37 -04:00
Hoang Do
b6163a2d86
fix(baseapp): Use CometBFT's ComputeProtoSizeForTxs in defaultTxSelector.SelectTxForProposal (#24074)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-20 12:47:31 -04:00
Đông Liều
9539caae6e
feat(tools/benchmark): introduce benchmark module (#24021)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-20 10:56:03 -04:00
Hoang Do
8bf5430d7e
chore(optimize): Return BlockHeader by shallow copy in server Context (#24072) 2025-03-20 10:03:12 -04:00
Tyler
e8ac0f580e
fix(baseapp): align block header when querying with latest height (#24055) 2025-03-19 18:13:44 -07:00
mergify[bot]
2a67b267c8
feat: add --qrcode flag to keys show command (backport #18557) (#24011)
Co-authored-by: levisyin <150114626+levisyin@users.noreply.github.com>
Co-authored-by: julienrbrt <julien@rbrt.fr>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-19 20:52:41 -04:00
Tyler
27322f5866
chore: make validator-count flag less breaking (#24054)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-19 20:28:26 +00:00
Hoang Do
ba35a41fdd
fix(baseapp): fix BaseApp.getContext data races (#24042)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-19 16:15:42 -04:00
Tyler
6577e1eeef
docs: adr-070 unordered transactions refactor (#23974)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-19 19:46:44 +00:00
Hoang Do
7f5f3fccf8
fix(client,server): consistently set env prefix between client/server (#24059)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-19 15:28:03 -04:00