chainify
chainify copied to clipboard
Blockchain abstraction layer
https://github.com/liquality/chainabstractionlayer/blob/989e97f6c0931a289cd76b66c997165be21f3256/packages/bitcoin-js-wallet-provider/lib/BitcoinJsWalletProvider.js#L53 1) You should pass message prefix when signing messages - `'\u0018Bitcoin Signed Message:\n'` 2) You have to take into account what type is the address signing the message i.e....
`bitcoinjs-lib` added the ability to always have low R values during transaction creation: https://github.com/bitcoinjs/bitcoinjs-lib/pull/1442 This means signature size is at most 71 bytes, and `maxWitnessLen` goes from 108 to 107...
Currently [`validateAddress`](https://github.com/liquality/chainabstractionlayer/blob/dev/packages/bitcoin-utils/lib/index.ts#L243) fails for p2sh-segwit addresses in bitcoin-utils. One would expect these types of addresses to succeed for all types of addresses... legacy, p2sh-segwit, segwit. If this function is specifically...
Although the current BIP199 amendment and ERC1630 standards safeguard users from counter party risk through atomic swaps, it would be good if either party in the exchange was able to...
Adding a more configuration oriented approach to supporting additional bitcoin chain clones. Examples include litecoin
Optimizing the existing swap process to utilize second layer scaling solutions such as offchain swaps https://blog.lightning.engineering/announcement/2017/11/16/ln-swap.html https://lists.linuxfoundation.org/pipermail/lightning-dev/2018-December/001752.html
Investigate a scheme which allows a swap participant to delegate the propagation of either their claim or refund transaction to another member of the network. Example: Using SIGHASH_SINGLE which leaves...
Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...