btcrelay
btcrelay copied to clipboard
Ethereum contract for Bitcoin SPV: Live on https://etherscan.io/address/0x41f274c0023f83391de4e0733c609df5a124c3d4
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.
for #49
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...
the lookup button won't call MetaMask