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

Make the sender set MASP transaction to IBC memo #3444

Merged
merged 40 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e02fe43
Now hash the TransferTarget into Transaction transparent outputs.
murisi May 28, 2024
6cbe813
Modified the MASP VP to check the IBC receivers.
murisi May 31, 2024
20d113b
Created a separate type that is either an Address or IBC receiver.
murisi Jun 1, 2024
2b49dc0
Now check that the IBC events are valid with respect to storage changes.
murisi Jun 4, 2024
abbf3b2
Split up the IBC validation logic in MASP.
murisi Jun 7, 2024
b55f5bc
Centralized the construction of TransparentAddresses to ensure that e…
murisi Jun 11, 2024
5547f09
Handle the is_sender_chain_source case in the MASP VP.
murisi Jun 11, 2024
423ee7f
Ensure that native tokens can always be decoded.
murisi Jun 12, 2024
0ae6f2b
Reduced the dependence on IBC events.
murisi Jun 12, 2024
438a4ab
Merge branch 'base' into murisi/masp-ibc-replay-protection-using-txda…
murisi Jun 12, 2024
08e5664
Subdivided some functions involved in processing IBC packets.
murisi Jun 14, 2024
a2854e7
Now map denominations to tokens using ibc_token instead of reverse_qu…
murisi Jun 19, 2024
6739f0b
Removed is_any_shielded_action_balance_key and related code since tha…
murisi Jun 19, 2024
18fe989
Simplify checking packet acknowledgement by assuming the uniqueness o…
murisi Jun 19, 2024
8de2ec0
Added more comments and improved function naming.
murisi Jun 19, 2024
0c999bd
Start using IBC ports to determine message formats.
murisi Jun 19, 2024
d0b4f3d
Now charge gas in IBC denom query.
murisi Jun 19, 2024
0a5d480
Update balances in the MASP using a non-mutating style.
murisi Jun 19, 2024
7ff94bd
Added changelog entry.
murisi Jun 20, 2024
d44fc56
support NftTransfer
yito88 Jun 18, 2024
320e9ed
fix for apply_recv_msg
yito88 Jun 19, 2024
60ea876
refactoring: add trace.rs
yito88 Jun 20, 2024
a942176
reduce assumptions for IBC VP
yito88 Jun 21, 2024
9c51728
add ibc trace file
yito88 Jun 21, 2024
fb19c25
fix convert_to_address
yito88 Jun 21, 2024
210f34b
fix tests
yito88 Jun 21, 2024
5c3b3ab
fix the port and channel for is_receiving_success
yito88 Jun 24, 2024
8d23661
memo for masp tx
yito88 Jun 26, 2024
5c0c424
extract masp_tx in MASP VP
yito88 Jun 26, 2024
6520631
add CLI ibc-gen-shielding
yito88 Jun 26, 2024
c74c583
fix e2e tests
yito88 Jun 28, 2024
3176b01
fix gen_masp_tx in test
yito88 Jul 1, 2024
d6fc2f2
workaround wasm compilation error
yito88 Jul 1, 2024
a59131d
add IbcShielding action
yito88 Jul 1, 2024
ad065b0
add changelog
yito88 Jul 1, 2024
da7aff4
IbcShieldingData
yito88 Jul 2, 2024
cbf27b1
update Hermes
yito88 Jul 2, 2024
be2e7df
fix refund source
yito88 Jul 2, 2024
ca79554
extract_memo_from_packet
yito88 Jul 3, 2024
7212f7e
remove --refund
yito88 Jul 4, 2024
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add replay protection to MASP-IBC transactions.
([\#3409](https://github.com/anoma/namada/pull/3409))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix IBC shielding transfer for the receiver not to be replaced by a malicious
relayer ([\#3438](https://github.com/anoma/namada/issues/3438))
2 changes: 1 addition & 1 deletion .github/workflows/scripts/hermes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.2-namada-beta11-rc2
1.9.0-namada-beta13-rc
128 changes: 53 additions & 75 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading