Mark Tyneway

Results 183 issues of Mark Tyneway

## Description WIP script to verify all of the contracts ## Metadata ### Fixes - Fixes # [Link to Issue] ## Contributing Agreement - [ ] I have read and...

It would be nice to have a mapping of the precompile addresses to the contract objects exported so that its easy to know which precompiles are what

When I press `\C-k` on my keyboard, I get the error: ``` -bash: bash_execute_unix_command: cannot find keymap for command ``` I am running: ``` GNU bash, version 4.4.19(1)-release (x86_64-apple-darwin17.3.0) Copyright...

I am observing an error running `codechecks` in Github Actions - `Provider should never be in fork mode and not in PR mode!` It appears as if there is a...

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...

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...