bpanel icon indicating copy to clipboard operation
bpanel copied to clipboard

A Blockchain Management System, powered by bcoin

Results 12 bpanel issues
Sort by recently updated
recently updated
newest added

The installer script I'm working on installs bpanel via npm: `npm install bpanel-org/bpanel#development` This installs bpanel in `/node_modules/@bpanel/bpanel` and when entering that directory and running `npm run start` or `npm...

... but `npm run start:poll` runs fine: ``` ERROR in ./node_modules/bootstrap/dist/css/bootstrap.min.css (./node_modules/css-loader??ref--4-1!./node_modules/postcss-loader/lib??ref--4-2!./node_modules/bootstrap/dist/css/bootstrap.min.css) Module build failed (from ./node_modules/postcss-loader/lib/index.js): BrowserslistError: Unknown browser query `dead` ``` Also we might consider making watch/poll default...

I noticed that running the server over TLS, the websocket connection still attempts to happen over `ws` instead of `wss`. The `window.protocol` is stored in redux, a line of code...

We need CI with tests to be sure that changes don't break things The biggest problem is that `webusb` needs a specific linux package, so the Travis Chrome container will...

We should try to figure out a way to allow for a scrollable side bar when there are many side bar items. I think that would involve some CSS, adding...

ERROR: for securityc Cannot start service securityc: driver failed programming external connectivity on endpoint bpanelmaster_securityc_1 (a654fb959a2c5cd1a18de921f2ed1ad6e94f60d6de9d05a9ea268f0f579a5655): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use。 The system...

If an invalid module happens to be added to the config, the build should skip it. Currently, the build will crash and none of the plugins will get built. Steps...

If I uninstall a plugin while bpanel is running with `bpanel-cli u `, I will see an additional `bpanel` webpack process when running `htop`. I noticed this when my machine...

How to boot with Handshake vs bcoin when using `docker-compose`? I think the solution is to have multiple `docker-compose` files, or a script with templates

There exists a condition in which a bug can happen here: https://github.com/bpanel-org/bpanel/blob/development/server/bcoinRouter.js#L24 If the request times out on the back end, the `token` is not reset For the wallet, we...