Skip to content
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

IBC E2E test #664

Merged
merged 45 commits into from
Nov 14, 2022
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
fb6de4e
fix coding for ack and ftt
yito88 May 13, 2022
868b8da
fix IBC token VP for ack error
yito88 May 18, 2022
bd2f922
fix relay transfer
yito88 Aug 29, 2022
49c7cef
add denom.rs
yito88 Aug 29, 2022
ee601e0
fix VP reads
yito88 Oct 17, 2022
3357a1d
add ibc-transfer command
yito88 Oct 17, 2022
b202c2f
fix timeout
yito88 Oct 17, 2022
3b8f1dd
[ci] wasm checksums update
github-actions[bot] Oct 18, 2022
fbad8c5
fix timeout height
yito88 Oct 18, 2022
24e7619
fix timeout timestamp
yito88 Oct 18, 2022
0e4093b
replace now func
yito88 Oct 18, 2022
40666b1
fix sub-prefix
yito88 Oct 18, 2022
d41b2ef
fix header hash
yito88 Oct 20, 2022
c85e8c2
remove clone
yito88 Oct 21, 2022
c4b369e
[ci] wasm checksums update
github-actions[bot] Oct 21, 2022
015a557
changelog: add #261
tzemanovic Nov 14, 2022
102876d
changelog: add #298
tzemanovic Nov 14, 2022
78fbd3d
changelog: add #625
tzemanovic Nov 14, 2022
7008dec
changelog: add #626
tzemanovic Nov 14, 2022
27612fb
Merge branch 'yuji/ibc_ack_ftt_coding' (#261)
tzemanovic Oct 20, 2022
117ee49
Merge branch 'yuji/fix_header_hash' (#298)
tzemanovic Oct 20, 2022
fc91d99
Merge branch 'yuji/ibc-ics20-transfer' (#625)
tzemanovic Oct 21, 2022
4602c1e
Merge branch 'yuji/ibc-transfer-cmd' (#626)
tzemanovic Oct 24, 2022
17cfea2
add transfer test
yito88 Feb 25, 2022
b24ae36
add sleep
yito88 Feb 25, 2022
9c7ed22
fix requests
yito88 Mar 4, 2022
0b08f81
add update_client
yito88 Mar 8, 2022
5b38707
wait the next block
yito88 Mar 18, 2022
cca6d22
query with the height
yito88 Mar 22, 2022
697b7c0
with height
yito88 Mar 22, 2022
f01bda6
add sub_prefix
yito88 Jul 27, 2022
2070f8b
check balances
yito88 Jul 28, 2022
b2b9448
add transfer back
yito88 Aug 3, 2022
d1bc26b
add timeout and close tests
yito88 Aug 4, 2022
d962193
add a failure test
yito88 Aug 5, 2022
08c80fe
get receipt absence proof for TimeoutOnClose
yito88 Aug 8, 2022
a2fbe1a
fix for denom decoding
yito88 Aug 12, 2022
2aa0d7d
add a test for non-IBC transfer on the same chain
yito88 Aug 26, 2022
966b556
fix for ibc integration branch
yito88 Sep 21, 2022
a81a6ce
fix a way to call ibc_proof_specs
yito88 Oct 21, 2022
e52448a
fix for v0.8.1
yito88 Oct 21, 2022
d051904
rename local variables
yito88 Oct 21, 2022
b252127
use ibc-transfer cmd
yito88 Oct 25, 2022
f66bee9
[ci] wasm checksums update
github-actions[bot] Oct 26, 2022
8143264
add set_validators
yito88 Oct 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changelog: add #261
  • Loading branch information
tzemanovic committed Nov 14, 2022
commit 015a5571cba8034c2cff8f92cb05ce90b023ad5c
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/261-ibc-ack-ftt-coding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix compatiblity of IBC Acknowledgement message and FungibleTokenData with
ibc-go ([#261](https://github.com/anoma/namada/pull/261))