Shane

Results 63 comments of Shane

this is an example of https://www.hyrumslaw.com/ > With a sufficient number of users of an API, it does not matter what you promise in the contract: all observable behaviors of...

@danjm can we use the "Whats new?" feature for this?

I think we could add a page on docs.metamask.io that shows API changes for versions of MetaMask, similar to this page: https://docs.metamask.io/guide/provider-migration.html

hm looks like an issue with a cycle, MoveTypeLayout and TypeTag both ref themselves.

I like the idea around having small sub-cent payments being the used to reward contracts for providing their service, but that could be maybe solved currently with a convention of...

here is just a concrete example of 1 method: `getblockhash`: ``` { "openrpc": "1.0.0", "info": { "version": "0.0.1", "title": "RPC API", "description": "This API lets you interact with the blockchain...

Hi, thanks for commenting with your issue, I think the proposal would be something close to the language around `servers` and `servers.method`, except it would be joining instead of overriding...

playing around with this today i think we can do it without introducing an `errorGroups` or `groups` concept by using `oneOf` heres an example that atleast validates, not sure how...

the [json-schema in the spec](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md#parameters) is pretty lenient on this it has `domain` as required but only that domain is an object ``` required: ["domain", ``` ``` domain: {type: 'object'},...