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
trafficstars

Random error recorded: 1. Borrower took a loan 2. Signing worked 3. Sent to Bobtimus 4. Bobtimus failed ``` 2021-07-30T00:12:20.032501Z INFO Server::run{addr=127.0.0.1:3030}: warp::server: listening on http://127.0.0.1:3030 2021-07-30T05:10:36.390841Z ERROR bobtimus::problem: unhandled...

bug

The current setup in our e2e tests and dev environment prevents bobtimus from logging anything useful. https://github.com/comit-network/waves/blob/3b2aa4ebfb97fd7b8729883061bd8901622fb3a8/e2e_tests/e2e_test_setup.sh#L72 and https://github.com/comit-network/waves/blob/8a520b6d28e81bab7f7d695bd4a03a2aaa3c78e8/waves-scripts#L98

At the moment bobtimus as well as the wallet have their own asset configurations. Especially in dev mode this leads to problems because each tool needs to be compiled/configured with...

The current implementation polls balances state only on reloading the UI or when triggered manually. https://github.com/comit-network/waves/blob/052878b3ba213132d5099dd9d171736c7d464280/extension/src/App.tsx#L29-L47 Ideally this is refreshed automatically. If this is done, we can remove some busy...

At the moment our wallet _understands_ two different assets: `L-USDT` and `L-BTC` (sometimes referred to as the native asset). The according asset IDs are configured in the browser's localstorage and...

Trigger the proto-classes code generation on webpack build as optimization. For #174 protobuf message classes are generated using protobuf.js CLI: Run `yarn run pbjs -t static-module -o src/proto.js src/rpc.proto` to...

The amount of commandline args for `bobtimus` and `fake_bobtimus` are slowly increasing and we should think about creating a config file for this.

Because it contains a `SecretKey`, which only can be deserialised from borrowed strings.

Discover with rendezvous server (locally) through JS code. Goal of this ticket is a simple PoC. Leave non-must thing on the way and create tickets for them.