Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: merge main into feat/sdk-47-ibc-7; update broken tests #2853
chore: merge main into feat/sdk-47-ibc-7; update broken tests #2853
Changes from 116 commits
d93e896
353410e
d0cc711
3dfe577
6e01021
a759409
69d1dd0
700da38
934be9b
bc98c30
cdc5089
0a4fb3c
85cb852
1ff7c9c
0611123
0dcfcae
04e869e
581ef19
8769bb3
f6bb443
1bab491
94f9657
5cbea25
8be7aa1
9c570a0
c2e968c
d3e4de8
93cde23
5e192b5
6b1ecb5
027e0cc
75f0714
d1da837
37a725a
a262cfb
97d0a13
6cc159e
696ab38
ae64d50
dfd19da
c54975c
5b54c94
3d83e89
5692546
1246325
81e0eda
86d11c0
a81b187
71097c8
5941835
5bce773
a65e9c8
5da6292
fad45d8
fed2f69
69584ec
662d6a6
186f504
a4eb27a
673fb7f
eb2f5e1
8beddea
5e3947f
01bdd32
cb8f5d8
a98ff19
5f144cc
0b6650c
a186ef3
e6da2cc
b591d02
00a3cb6
b11af5a
8a7fdfe
66b3d87
a472b29
0e1f003
782806a
d1e61c0
c4113d8
c5426a0
75c32af
be7129b
1b8d7fc
8f1bd74
82d8706
5f2b558
e6d442f
adb955f
12b159c
fbfb4c6
bb7e6f2
486d4d3
1bb6bc9
facab13
e9cab59
ca1ba72
b3b4c15
3419724
7ec28dd
4ab6885
daf790d
e79bac5
579b8b1
39e059f
93016bd
8f1ac03
75acc3b
e4122f1
513b47d
5896f2a
613828c
b03a2ea
b72662d
0bc16b8
9636447
d572073
e738346
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably the wrong version chosen here. all the rest is using 1.21.x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls notice how this test works and check the
Makefile
of v14.V14 requires having go1.20 available, otherwise it would not build making the test fail.
I changed the Makefile constraint to be able to support
minimal_go_version
instead of exactly matching the required version.