Bryan Elee
Bryan Elee
add support for loading subfolders register "metacallcli-eval" for cli # Description Please include a summary of the change and which issue is fixed. List any dependencies that are required for...
# Description add base support for cli plugin architecture add support for building metacallcli-bootstrap ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) -...
# Description Add metacall include path so including metacall/metacall.h `#include ` works. Add metacall library path so libtcc can find libmetacall.so. Fixes #(issue_no) ## Type of change - [ ]...
# Description add base support for exporting objects and classes in node_loader Fixes #(issue_no) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) -...
refactor cli add repl plugin # Description Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change. Fixes #(issue_no)...
# Description This PR is the first in a series, that split https://github.com/metacall/core/pull/343 into moderately sized commits. ### Files - bootstrap.js - node_loader_impl.cpp Fixes #([132](https://github.com/metacall/core/issues/132)) ## Type of change -...
Adds support for building rpms in the open build service. This pr builds off the work done by @dcermak https://github.com/packit/packit/pull/2067. I somehow broke the branch I used for the previous...
```js import { ManagerApp } from "@cypherock/sdk-app-manager"; import { setBitcoinJSLib, BtcApp, IGetPublicKeyParams, IGetXpubsParams, ISignTxnParams } from "@cypherock/sdk-app-btc"; import * as bitcoinJsLib from 'bitcoinjs-lib'; import hid from '@cypherock/sdk-hw-hid'; async function create_connection...
Add support for p2pwkh-in-p2sh and taproot - support for bip49 and bip86 address generation - support p2pwkh-in-p2sh and taproot transaction signing