bitcoinwarrior1
bitcoinwarrior1
> On eth wallet, unlimited allowance associated with an erc20 token, wipes out every eth deposit sent to wallet address making it difficult to move out tokens. Tried revoke.cash ,...
I was thinking of creating a service that would allow a swap cross chain between ethereum and bitcoin, it can do this by checking the spv on ethereum, logging it...
@ethers Thanks for your comment. I am also curious, how are the spv proofs even validated? e.g. two nodes relay the proofs but they are different, how is the truth...
https://ropsten.etherscan.io/address/0x8ffd7bb8499879eae66ce677ab662bd46c8a6d37 Having issues with the relaying though...
Have added the tuple type in #162 but it doesn't have a way to interpret the args yet
@colourful-land how about a type with something like this: tuple, similar to Kotlin/swift notation
@colourful-land how about instead of a tuple we simply allow you to explicitly define multiple return args like uint,uint,string etc?
Yes but you can't show/hide based on this, need to add a way to hide the actions and reveal others.
Atm I am doing it the manual way, but this action should be hidden after it is enabled. On Sun, 18 Aug 2019 at 4:48 PM, Weiwu Zhang wrote: >...
> Why a function with no return values appear in ``? I suppose you can simply leave out the as value but it is strange then, see below: ` 31556952...