xclaim-sol icon indicating copy to clipboard operation
xclaim-sol copied to clipboard

XCLAIM(BTC,ETH): Solidity implementation for Bitcoin backed tokens on Ethereum

Results 36 xclaim-sol issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.50 to 0.10.63. Release notes Sourced from es5-ext's releases. 0.10.63 (2024-02-23) Bug Fixes Do not rely on problematic regex (3551cdd), addresses #201 Support ES2015+ function definitions in...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Hi there! I want to try to swap btc to eth on private network. In the repo I can not find where to set up and config btc private network....

The check for free vault collateral must also check for expired collateralized commitments. Reason: otherwise, the vault would have to make a transaction to update the balances when a commitment...

Automatically generate API docs with: https://github.com/OpenZeppelin/solidity-docgen

enhancement

Currently a user can only create a single issue commitment at a time. Problem: mapping currently is `msg.sender => CollateralCommit` Fix: increment a uint256 counter with each commitment and use...

enhancement