btcrelay icon indicating copy to clipboard operation
btcrelay copied to clipboard

Ethereum contract for Bitcoin SPV: Live on https://etherscan.io/address/0x41f274c0023f83391de4e0733c609df5a124c3d4

Results 23 btcrelay issues
Sort by recently updated
recently updated
newest added

It costs about 0.04$ to add a new header in gas costs. This makes it expensive to get it current (about 10k blocks behind)- any ideas to optimize to make...

Whoever deployed the "live" contract mentioned in README.md, please also do the Etherscan verification: https://etherscan.io/verifyContract?a=0x41f274c0023f83391de4e0733c609df5a124c3d4 It's slightly misleading to call the contract live though when the last storeBlockHeader was 94...

Seems like a really important project but are people even relaying any more?

I think what we need is a receipt verification function. input: the target BTC address, amount of BTC received at the target BTC address, number of confirmations output: true if...

With Metropolis, there will be a new opcode, `REVERT` (https://github.com/ethereum/EIPs/pull/206) and `RETURNDATA` (https://github.com/ethereum/EIPs/pull/211). The `REVERT` opcode will function as a `throw`, reverting state-changes, but will not burn the remaining gas....

Attempted to port over to solidity but needs guidance to finish it off and correct errors.

I think this break prevents the loop from starting the refetch again, because the statement always breaks the loop. And also instance.heightToStartFetch = getLastBlockHeight() + 1 should be changed to...