Commit Graph
11973 Commits
Author SHA1 Message Date
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
MarkoandTyler 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 DoandAlex | Interchain Labs 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
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ềuandAlex | Interchain Labs 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]andmmsqe 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 DoandAlex | Interchain Labs 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]anddependabot[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
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 PetersandAlex | Interchain Labs 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
linghuyingandAlex | Interchain Labs 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
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
healthyyyoungandAlex | Interchain Labs 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 DoandAlex | Interchain Labs 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ềuandAlex | Interchain Labs 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
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
TylerandAlex | Interchain Labs 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
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
TylerandAlex | Interchain Labs 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 DoandAlex | Interchain Labs 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
Alex | Interchain LabsandEzequiel Raynaudo 87403fadae fix(crypto/ledger): Improve error message when deriving paths (#22116) (#24036)
Co-authored-by: Ezequiel Raynaudo <raynaudo.ee@gmail.com>
2025-03-19 13:37:43 -04:00
Hoang DoandAlex | Interchain Labs 700d33457a chore(client): remove redundant error check for tar reader (#24058)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-19 10:09:42 -04:00
TylerandAlex | Interchain Labs 26bc9f66ee fix(ci): vuln check comment (#24056)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-19 09:31:49 -04:00
Hoang DoandAlex | Interchain Labs 97dad50388 fix(client/keys): don't return when key not found in keys delete (#24041)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-19 09:21:36 -04:00
998a124bd4 docs: add transaction malleability docs (backport #23958) (#24050)
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-03-18 16:07:49 -04:00
5a71f927fc refactor(client): use map.Copy for cleaner map handling (backport #24022) (#24048)
Co-authored-by: petersssong <petersssong@proton.me>
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-03-18 11:48:15 -04:00
Alex | Interchain Labs 7bba055c34 chore: create temp fix for faulty vuln report in CI (#24046) 2025-03-18 11:03:03 -04:00
Hoang DoandAlex | Interchain Labs 3ac5b7c912 feat(genutil): Allow manually setting the consensus key type in genesis (#24018)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-17 17:32:39 -04:00
Hoang DoandAlex | Interchain Labs 64d4cd125b fix(baseapp): correctly check errors before sealing in BaseApp.Init (#24027)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-17 16:28:46 -04:00
Alex | Interchain Labs a90a35149a chore: deps (#23973) 2025-03-17 14:14:00 -04:00
c4ae99c423 fix: tx compat (#23850)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
2025-03-17 17:51:33 +00:00
mergify[bot]andpetersssong a6dc1e1af5 docs: Deprecation of 'go get' for installing executables (backport #24006) (#24020)
Co-authored-by: petersssong <petersssong@proton.me>
2025-03-17 12:20:16 -04:00
Hoang Do ec2a017160 docs: enhance OfferSnapshot documentation (#24017) 2025-03-17 10:01:36 -04:00
Alex | Interchain Labs 5f36263548 chore: attempt to fix flakey test (#24009) 2025-03-17 09:25:32 -04:00
Alex | Interchain Labs f804b4ae3b chore: restore key testutil (#24008) 2025-03-14 16:51:07 -04:00