comit-network / waves

Workspace for project waves - bringing DeFi to Liquid.
MIT License
15 stars 6 forks source link

Improve error handling between extension scripts #227

Closed thomaseizinger closed 3 years ago

thomaseizinger commented 3 years ago

The big picture of this change is to treat content-script and background-script as "dumb" pipes that basically just pass through data.

This allows an error that is returned from the wallet to pop-out in the in-page script without further modification.

bonomat commented 3 years ago

Tested e2e tests manually ✔