Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@rsksmart/powpeg-redeemscript-parser
Advanced tools
This library helps obtaining the redeem script of the RSK powpeg as well as generating its address.
This library helps obtaining the redeem script of the RSK powpeg as well as generating its address.
Run npm ci
to install dependencies.
Run node sample/sample.js
to get a full run of all the methods available in the library.
The library offers methods to calculate each type of redeemscript available for the RSK powpeg. It also has a method to, given a redeemscript, get the powpeg address.
function getPowpegRedeemScript(powpegBtcPublicKeys: Array<string|Buffer>): Buffer;
Generates a regular powpeg redeemscript. This methods takes the parameterized powpegBtcPublicKeys, sorts them ascending and generates a p2ms script. The signature threshold is half public keys plus one.
function getP2shErpRedeemScript(powpegBtcPublicKeys: Array<string|Buffer>, emergencyBtcPublicKeys: Array<string|Buffer>, csvValue: number): Buffer;
Generates a P2SH ERP powpeg redeemscript. (this will become the default after the first powpeg changes after HOP 4.0.1) This method takes the parameterized powpegBtcPublicKeys, the emergency multisig public keys, and the delay value to generate the P2SH ERP redeemscript.
function getFlyoverRedeemScript(powpegBtcPublicKeys: Array<string|Buffer>, derivationArgsHash: string): Buffer;
Generates a Flyover redeemscript. This method expects a derivation arguments hash that represents the flyover protocol operation. With this it generates a prefix that is then joined with the regular powpeg redeemscript.
### getAddressFromRedeemScript
function getAddressFromRedeemScript(network: NETWORKS, redeemScript: Buffer): string;
Generates a base58 address for the P2SH calculated from the provided redeemscript. The network is used to set the network prefix of the address.
For any comments or suggestions, feel free to contribute or reach out at our open slack.
FAQs
This library helps obtaining the redeem script of the RSK powpeg as well as generating its address.
The npm package @rsksmart/powpeg-redeemscript-parser receives a total of 62 weekly downloads. As such, @rsksmart/powpeg-redeemscript-parser popularity was classified as not popular.
We found that @rsksmart/powpeg-redeemscript-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.