James Brown

Results 239 comments of James Brown
trafficstars

Ok we have refined this down to two values to begin with: `` and `` The second default volatility is handled by the client as appropriate, it is the default...

``` struct ScriptURI { ScriptURIElement[] scriptURIElements; } struct ScriptURIElement { string URIOfScript; string URIOfSignature; } ``` This should probably be: ``` struct ScriptURI { ScriptURIElement[] scriptURIElements; } struct ScriptURIElement {...

> > Why would you have a URI to a signature when you could include the signature itself, which will often be shorter or the same length. Is it because...

> The idea of this approach is to allow the issuer to use a less critical key (then the smart contract key) to make updates to the script. Ok I...

@jot2re Yes it's still open EIP-5169: https://github.com/ethereum/EIPs/pull/5169 EIP-5170: https://github.com/ethereum/EIPs/pull/5170 It looks like 5169 is pretty much in order now, after a bit of to-and-fro, once (if) it is accepted then...

> Please fix EIPW errors On hold until EIP-5169 is approved/merged, then this EIP can link to it. Without EIP-5169 this EIP is meaningless, so it makes sense to hold.

@Pandapip1 I don't know how to fix the Walidator error - the sections it's asking for exist.

I discovered ESP8266 doesn't compile. So far, it only works on ESP32. If you could help me get it working on ESP8266 that would be awesome.

Hi, the examples contain a lot of code that shows how you can interact with testnets. To interact with mainnet, you can just change the Infura settings.

Update: Now just use: ```Web3 web3 = new Web3(MAINNET_ID);```