cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
757 stars 213 forks source link

Add integration test for ADP-3359 #4600

Closed paweljakubas closed 1 month ago

paweljakubas commented 1 month ago

Showing that when foreign txs constructed in Mary and Babbage are sent to submitTxWithWid then ForeignTransaction is emitted.

When foreign txs constructed in Babbage is sent through postExternalTx it can be accepted or rejected depending how it is formed (in the case added it ends up with 500 as expected).

But when foreign txs constructed in Mary is sent through postExternalTx it will emit UnsupportedEras error as expected

Comments

Issue Number

adp-3359