10101 icon indicating copy to clipboard operation
10101 copied to clipboard

10101 (Ten-Ten-One): Self-custodial derivative trading at your fingertips.

Results 80 10101 issues
Sort by recently updated
recently updated
newest added

If a position gets opened very close to the rollover window, it could happen that the app still hasn't synced yet, thus leaving the underlying contract in `signed` instead of...

bug

The coordinator is regularly failing to acquire a connection from the diesel pool manager. ``` {"timestamp":"2024-06-14T15:18:30.520400301Z","level":"ERROR","fields":{"message":"Failed to store dlc message. timed out waiting for connection","peer":"02aa6fc81e341d69b36174365644a3560bfcc51ce0fb9bb67d93712bc54117cbb8"},"target":"coordinator::dlc_handler"} ``` This problem seems to...

bug
prod-environment
critical

![image](https://github.com/get10101/10101/assets/382048/60386ab4-e06f-45fe-bfa8-555204fa2b34)

bug
test-environment

https://github.com/get10101/10101/assets/382048/75f99819-8a45-4748-a985-2cfc3a1e9e1d

bug
test-environment

Closed channel remains in state `Collaborative Close Offered` even though the on-chain transaction has already been confirmed. | | | |:---:|:---:| | ![IMG_D5D09B783D7D-1](https://github.com/get10101/10101/assets/382048/6a321d6a-6379-4462-b4a9-d095f2dff129) | ![IMG_C1DDC5D02D0E-1](https://github.com/get10101/10101/assets/382048/ebfb0935-5b51-475a-830e-6539f28521f8) |

bug

I funded my dlc channel with a lightning payment about 15k sats went into my position about 250k went into my offchain balance. The 250k is not shown in my...

bug
UX

### How to reproduce Open a new position on the webapp with a quantity of 4000.

bug
web 🐂

If a renew offer gets rejected, e.g. because the app was closed before the `RenewOffer` was successfully processed, the coordinator can't correctly process the reject at the moment. https://github.com/get10101/10101/blob/567266a215cf6c3da42c8ed16156afa3900bef3e/coordinator/src/node.rs#L470-L489 For...

bug

Even though the coordinator has enough utxos (and funds) it happens now frequently that the coordinator still fails to propose a dlc channel.

bug
prod-environment