Mark Tyneway

Results 183 issues of Mark Tyneway

Adds a fix for CI automation where it automatically opens PRs in the submodules. The dev workflow is to instead open PRs against the integration repo when developing with multiple...

This adds a dependency on `node` but prints a warning if the `docker-compose` is too old

This PR adds a new directory `optional` which includes optional services for specific test suites. These dockerfiles have a name that matches the test suite.

Makes the `up-verifier` script more flexible so that it can run the sequencer locally, the verifier locally or both locally

Running into a problem with trying to package `bcoin` while uglifying it. The latest version of `uglify-es` still does not support `BigInt` literals, ie `21n`. I think the the parser...

I think its possible to create a wrapper over `lib/mrkl.js` to create a sparse merkle tree with an easy to use API. This could be used to add commitments to...

This PR changes the API, its noted in the `CHANGELOG` but we should update the docs once we do the bcoin 2.0.0 release https://github.com/bcoin-org/bcoin/commit/01a71561b1677981a4b355f7deec46f50e68a855

The data in the box here: http://bcoin.io/api-docs/index.html?javascript#wallet-options is incomplete. You can see that it does not include `passphrase`, which is included in the create wallet example: ```javascript let id, passphrase,...

bug
guide

**Description** Migrates the `op-bindings/predeploys` package to `op-service/predeploys`. There is various other "system related" code there. This unblocks fully deleting `op-bindings` as a top level package.