user411

Results 12 issues of user411

Seems to fix issues with `docker-compose up`

bug
docker

The desktop version of Suredbits DLC wallet does not expose contract outcome. We should expose it to match the web UI.

enhancement

**Describe the bug** Doing a numeric DLC between two web UIs, one wallet ended up in a state with the Outcome of the contract listed as half the value of...

bug
core

**Describe the bug** Cannot kill oracleServer/run more than once with control-C. **To Reproduce** Steps to reproduce the behavior: Start Intellij, in sbt shell run `oracleServer/run`. Use control-C in sbt shell...

bug
good first issue
oracleServer

To support a lower-polling data-push environment for the frontend, the following events would be nice to have via Websocket. Wallet Started / Wallet Startup Complete / Wallet Stopped Rescan Started...

enhancement
wallet
websocket

Run Krystall Bull project from Intellij. Select Quit from the File menu on macOS. Notice that Krystal Bull does not quit and must be force quit to stop.

This moves the startup polling loop and state initialization for the oracleServer to the oracle-server-ts library and binds those values at the UI. "Any Javascript UI" should be able to...

enhancement
oracle

`oracle-electron-ts` and `wallet-electron-ts` don't currently run/shutdown properly on Windows platform. `npm run start` shows the behavior where the embedded oracleServer / appServer with JRE does not shutdown when `process.kill()` occurs....

I tried to use the build-*-electron.sh scripts in project root to pull dependencies on windows and was told my platform was unidentified. I was using a git bash shell on...

The build-*-electron scripts do not pull in the version of what they are downloading from the package.json file and will need updated by hand with each release. They should read...