Alex | Interchain Labs
|
84deebac66
|
fix(x/tx): fallback to injected resolver for placeholder descriptors BACKPORT (#24409)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
|
2025-04-07 17:20:48 +00:00 |
|
Tyler
|
0afb905b9b
|
docs: web link to ADRs (#24396)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-07 11:03:56 -04:00 |
|
dependabot[bot]
|
be20b26c8b
|
build(deps): Bump golang.org/x/sync from 0.12.0 to 0.13.0 (#24402)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-07 13:27:40 +00:00 |
|
dependabot[bot]
|
a7609364e8
|
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.53.0-rc.1 to 0.53.0-rc.2 in /x/nft (#24403)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-07 13:19:18 +00:00 |
|
leopardracer
|
f4f9fd6c40
|
docs: update references from app_v2 to app_d1 in documentation and code comments (#24400)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-07 09:18:23 -04:00 |
|
healthyyyoung
|
61f4c3b71b
|
chore(tx): use buffer byte slice method directly (#24350)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-07 13:09:44 +00:00 |
|
Alex | Interchain Labs
|
ed70bf336f
|
feat: custom gov tally fn (#24355)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
|
2025-04-07 12:51:09 +00:00 |
|
Alex | Interchain Labs
|
640e70736e
|
chore: use latest math (#24395)
|
2025-04-04 19:27:17 +00:00 |
|
Alex | Interchain Labs
|
2c6117e820
|
refactor: remove Dec type (#24375)
|
2025-04-04 15:00:25 -04:00 |
|
Alexander Peters
|
b49e864cf8
|
perf(staking): optimize endblock by reducing bech32 conversions (#24354)
Co-authored-by: Dev Ojha <dojha@berkeley.edu>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-04 18:55:29 +00:00 |
|
Tyler
|
f758346dd5
|
docs: clean up app wiring docs (#24393)
|
2025-04-04 18:52:04 +00:00 |
|
dependabot[bot]
|
b0057cc941
|
build(deps): Bump actions/create-github-app-token from 1.12.0 to 2.0.2 (#24382)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-04 11:15:10 -04:00 |
|
dependabot[bot]
|
197119d501
|
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.53.0-rc.1 to 0.53.0-rc.2 in /tools/cosmovisor (#24384)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-04 14:05:31 +00:00 |
|
Alex | Interchain Labs
|
427cbeed83
|
fix: vuln check workflow (#24389)
|
2025-04-04 10:09:12 -04:00 |
|
Alexander Peters
|
e29139fe83
|
fix(baseapp): Fix post handler error always results in code 1 (#24261)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
|
2025-04-04 13:57:08 +00:00 |
|
Tyler
|
0d68f6586e
|
docs: include upgrade reference in docs (#24380)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-04 09:46:04 -04:00 |
|
Alex | Interchain Labs
|
405f29d755
|
chore: use new depinject tag (#24377)
|
2025-04-04 13:36:47 +00:00 |
|
kakysha
|
d6f3ede8dc
|
fix(t/tx): fix data race for "err" shared variable in getSignersFunc (#24344)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-03 16:33:25 -04:00 |
|
julienrbrt
|
4215914f6b
|
feat(client/v2): support definitions of inner messages (cherry-pick #22890) (#24366)
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-03 20:02:32 +00:00 |
|
Tyler
|
37d65402a2
|
docs: fixes from v53 branch (#24373)
|
2025-04-03 19:54:07 +00:00 |
|
julienrbrt
|
28c50a4ab1
|
fix(proto): set added_in annotations (#24358)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-03 14:34:31 -04:00 |
|
healthyyyoung
|
709c0c186b
|
chore: replace strings.SplitN(arg, sep, 2) with strings.Cut(arg, sep) (#24147)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-03 17:15:34 +00:00 |
|
julienrbrt
|
a2cf15cd38
|
feat(client/v2): support gov proposals (cherry-pick #18461) (#24359)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-03 14:52:56 +00:00 |
|
Alexander Peters
|
877b4fb2dc
|
fix(cosmovisor): Fix consensus failure lottery (#24262)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Zygimantas <zygis@skip.build>
|
2025-04-03 14:45:06 +00:00 |
|
Alex | Interchain Labs
|
3c6deab626
|
chore: run modernize (#24356)
|
2025-04-03 10:42:20 -04:00 |
|
julienrbrt
|
df07789843
|
fix(client/v2): *big.Int unmarshal (cherry-pick #21853) (#24361)
|
2025-04-03 10:02:26 -04:00 |
|
Aaron Craelius
|
167f3f12e2
|
refactor: migrate codec/types to type aliases, remove depinject dep on sdk (#24336)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
|
2025-04-02 23:37:19 +00:00 |
|
Đông Liều
|
41e3e9d004
|
feat(math/Dec): Add comparison and utility APIs MinDec, MaxDec, Neg(), Abs(), GT(), GTE(), LT(), LTE() (#24343)
|
2025-04-02 17:28:10 +00:00 |
|
dependabot[bot]
|
11c41291a4
|
build(deps): Bump image-size from 1.2.0 to 1.2.1 in /docs in the npm_and_yarn group across 1 directory (#24353)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-02 12:49:45 -04:00 |
|
mergify[bot]
|
3ec128b4d1
|
feat(client): add default key name (backport #18101) (#24332)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-02 15:03:54 +00:00 |
|
Alexander Peters
|
ea908cef68
|
feat(sims): Add simsx support to modules (#24145)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-02 13:23:36 +00:00 |
|
dependabot[bot]
|
99da3279be
|
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.53.0-rc.1 to 0.53.0-rc.2 in /tools/benchmark (#24340)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
|
2025-04-02 13:23:07 +00:00 |
|
dependabot[bot]
|
4a467194e6
|
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.53.0-rc.1 to 0.53.0-rc.2 in /x/feegrant (#24339)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
|
2025-04-02 13:22:47 +00:00 |
|
dependabot[bot]
|
f5d1033c74
|
build(deps): Bump github.com/cosmos/cosmos-sdk from 0.53.0-rc.1 to 0.53.0-rc.2 in /client/v2 (#24338)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
|
2025-04-02 13:22:32 +00:00 |
|
dependabot[bot]
|
64200a3dd0
|
build(deps): Bump rtCamp/action-slack-notify from 2.2.0 to 2.3.2 (#24337)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-02 09:09:34 -04:00 |
|
Tyler
|
715192db5d
|
docs: upgrade guide (#24333)
|
2025-04-01 21:34:27 +00:00 |
|
aljo242
|
9c15a2af47
|
update
|
2025-04-01 16:49:00 -04:00 |
|
Tronica
|
bf679429c9
|
test: fix output formatting, typo corrections, and test case expectations in dec tests (#24325)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-01 20:37:03 +00:00 |
|
Danilo Pantani
|
6555c98d09
|
fix: use the gogoproto merge registry as a file resolver instead of the interface registry (#24330)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-01 20:36:40 +00:00 |
|
mergify[bot]
|
03009a01e0
|
fix(x/auth): set from flag in multi-sign command (backport #19239) (backport #24265) (#24331)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
2025-04-01 18:47:29 +00:00 |
|
Tyler
|
d47a35a93a
|
docs: v0.53.x upgrade guide (#24245)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-01 18:01:05 +00:00 |
|
Alex | Interchain Labs
|
3bc29ba2aa
|
chore: update the core and collections deps (#24324)
|
2025-04-01 13:49:55 -04:00 |
|
dependabot[bot]
|
8daa95bb98
|
build(deps): Bump the npm_and_yarn group across 1 directory with 8 updates (#24328)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-01 13:49:43 -04:00 |
|
Alex | Interchain Labs
|
3b7cd13d2a
|
chore: update deps to silence dependatbot (#24327)
|
2025-04-01 17:41:30 +00:00 |
|
Aaron Craelius
|
62ca4df2b9
|
docs(math): backport decimal-handling.md (#24312)
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
Co-authored-by: samricotta <samanthalricotta@gmail.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-01 13:20:29 -04:00 |
|
dependabot[bot]
|
4e3d70d509
|
build(deps): Bump the npm_and_yarn group across 1 directory with 16 updates (#24323)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-01 12:53:20 -04:00 |
|
dependabot[bot]
|
eea1a6cb52
|
build(deps): Bump actions/setup-go from 4 to 5 (#24272)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-01 12:34:47 -04:00 |
|
dependabot[bot]
|
254e62ff3f
|
build(deps): Bump actions/cache from 3 to 4 (#24268)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-01 12:34:11 -04:00 |
|
dependabot[bot]
|
877708b20e
|
build(deps): Bump github/codeql-action from 2 to 3 (#24270)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-04-01 12:33:27 -04:00 |
|
dependabot[bot]
|
b00541c60c
|
build(deps): Bump nanoid from 3.3.6 to 3.3.11 in /docs (#24294)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
|
2025-04-01 12:31:40 -04:00 |
|