S E R A Y A
S E R A Y A
I was wondering, if it's possible to use this library in the browser. Currently, I use [bitcoinjs-lib](https://github.com/bitcoinjs/bitcoinjs-lib) in a VUE.js app to build transactions and I intend to use **bitcoin-core**...
I'd like to calculate/derive, how many byte a specific `Transaction` weighs after being mined. There are 3 members on `Transaction` that deal with sizes: - `virtualSize` - `weight` - `byteLength`...
The documentation on npm is outdated: https://www.npmjs.com/package/bs58 Please sync it with the current README.md (which contains the correct/working code examples)
## New issue checklist - [ X ] I have read all of the [`README`](https://github.com/nimiq-network/core/blob/master/README.md) - [ X ] I have searched [existing issues](https://github.com/nimiq-network/core/issues?q=is%3Aissue+sort%3Acreated-desc) and **this is not a duplicate**....
When trying to log into portis by clicking "Accept"  a console error appears: **{error: "User denied login.", result: null}**  It's pointing to "onBeforePenpalMethodCall": 
Currently, when using the pipe the output HTML markup is wrapped in a `` HTML paragraph. **Actual Output** ```HTML foo bar ``` Imho the expected behaviour is not to add...
Hello I'm using the popular simple-schema package for my collections, therefore I declare my collection as instances of Mongo.Collection e.g. ``` Items = new Mongo.Collection('items); ``` Unfortunately the application crashes...
When using the velocity testing framework, the jasmine tests won't run. Instead, the following error prevents execution. ``` While selecting package versions: error: Potentially incompatible change required to top-level dependency:...
I have 2 questions regarding the integration of chainlink keepers with these pallets. 1. Are [chainlink keepers](https://docs.chain.link/docs/chainlink-keepers/introduction/) supported in combination with these pallets? I guess the pallets don't care whether...
- [x] You added a brief description of the PR, e.g.: - remove dead link from the README.md