waves icon indicating copy to clipboard operation
waves copied to clipboard

Workspace for project waves - bringing DeFi to Liquid.

Results 34 waves issues
Sort by recently updated
recently updated
newest added

As outlined in #229, we want better error reporting between bobtimus and the frontend. This issue tracks specifically the [validation](https://github.com/comit-network/waves/blob/c67ba5157027c3bbee6afbc01055e6a971d960e2/bobtimus/src/lib.rs#L331-L339) of the `LoanRequest`. Validation can fail in variety of ways....

I've started to fix the current non-working state as a result of the accidental merge of https://github.com/comit-network/waves/pull/202. However, I am not going to continue because I want to focus on...

Several dependencies across the repository are outdated. Outdated dependencies often lead to a wasting time on bugs that have already been fixed upstream. For example, I keep running into a...

This is a follow-up issue based on the findings here: https://github.com/comit-network/waves/issues/196#issuecomment-892389709 The infrastructure of good error reporting is in place, i.e. we have a well-defined error interface through RFC7807. To...

In the extension we always show the principal amount instead of the repayment amount. Unfortunately it does not seem to be possible to get hold of this number from what...

At the moment we have a `withdrawall` feature in the extension. This can get problematic in the main use case we are aiming to achieve: taking a bitcoin collateralized loan....

In some cases we could access localStorage through the extension frontend (TS code) directly instead of going all the way through the wasm code. One particular example is `load_loan_backup`. The...

There are a few "beauty" mistakes in the code base which can be caught using tslint. Note: there are quite a few errors to be fixed... _Originally posted by @thomaseizinger...

Since the extension popup is only short living, is completely stateless atm. State is only stored in the background script. This can be an issue as seen in #226 :...

As of now we are storing wallet data in plain in localstorage. Only the wallet key is encrypted. Even though the extension is running in its own sandbox and other...