-
**Is your feature request related to a problem? Please describe.**
There is a clear need to allow user's to create multiple wallets.
**Describe the solution you'd like**
Allow users to create mul…
-
1. The witness program size was extended to 40 bytes in BIP141 c.f. bitcoin/bips@d1b52cb
2. Make sure not to use uncompressed keys as they are disabled for _segwit_ transactions.
Initial integration …
-
Hi,
In Taiwan they use traditional Chinese characters as distinct from simplified characters.
How can I implement traditional Chinese characters for the mneomonic seed in the copay app?
I found a t…
-
Codex32 / BIP93 is a project by Leon Olson Curr and Pearlwort Snead to produce checksummed and secret-shared BIP32 master seeds. It looks like it's getting more mature, and could eventually be used as…
-
Since we are starting a new chain we have the change to do protocol cleanup or implement BIPs which would require a hardfork if done to bitcoin. There is a list of such things at https://en.bitcoin.it…
-
https://github.com/guggero/bip-schnorr/blob/b6479ecf55da1266ae49eac3565bca3a8b1a8832/src/schnorr.js#L32
To simplify, you have `if (auxRand is present) { use auxRand } else { deterministicGetK0() } …
-
See https://github.com/bitcoin/bips/pull/493#issuecomment-970511014
Possible ways to deal with this:
* reorder the list and the old list removed
* reorder the list and the old list renamed as '…
-
The goal is to make a schnorr signature that aligns with the implementation used in Bitcoin and nostr
The current Schnorr signature implementation uses overloaded arithmetic over ECP using the BLS …
-
To avoid future messes, we should define a mechanism to deploy upgrades (i.e. hard forks, and potentially also soft forks).
https://github.com/cosmos/cosmos-sdk/blob/b4820fe491e91cd95340f2f7b606ada…
-
### Description
Silent payments are a type of payment that can be made to a unique onchain address for every payment even though the receiver provided the spender with a reusable (offchain) address.…