librustzcash icon indicating copy to clipboard operation
librustzcash copied to clipboard

Rust-language assets for Zcash

Results 313 librustzcash issues
Sort by recently updated
recently updated
newest added

We have a rudimentary `Script` type there that is only used for P2PKH and very specific P2SH usage. We will need to expand and enhance its functionality in order to...

S-in-progress

In addition to secp256k1 key material (both derived and imported), this includes the scripts that are necessary to be exposed when spending P2SH outputs (for e.g. transparent Bitcoin-style multisig), and...

We don't necessarily want this behaviour exposed in e.g. the mobile SDKs, but it is necessary functionality for a `zcashd` wallet replacement, and needs to be implemented somewhere (maybe behind...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1. Release notes Sourced from codecov/codecov-action's releases. v4.3.1 What's Changed build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @​dependabot in codecov/codecov-action#1370 fix: more verbose log...

A-CI

- [ ] what are the requirements from the mining community? - [ ] what are the requirements from exchanges? - [ ] what are the requirements for wallet data...

This is required to enable building wallets that store funds in the transparent pool. At present, we only track what is in the UTXO set at the time that UTXO...

C-target

The capability required is to be able to generate witnesses for (almost) arbitrary Zcash scripts. The set of coins to be spent is input to this API. To inform this,...

S-in-progress

A useful approach here would be to use and IDL to define a new wallet export format, that can be used throughout the ecosystem, and then implement the ability to...