Zachary Belford
Zachary Belford
command: `dig www.crowai.com. CAA` Result (cli): ``` ... ;; ANSWER SECTION: www.crowai.com. 299 IN CNAME www.unbouncepages.com. www.unbouncepages.com. 3599 IN CNAME unbouncepages.com. unbouncepages.com. 59 IN CAA 0 issue "comodoca.com" unbouncepages.com. 59...
const client = new Eth() Thrown: TypeError: Cannot read property 'transport' of undefined at new EthereumJSONRPC (/Users/zb/Code/etclabs/ethereum-json-rpc-specification/build/typescript/build/index.js:341:21)
**Describe the bug** The filter content descriptor has a field that is called "address" but it can be an address OR an array of address. This is in conflict with...
https://github.com/etclabscore/ethereum-json-rpc-specification/blob/master/openrpc.json#L160
Copy from https://github.com/ethereum/go-ethereum/issues/20050 Let's just fix the specific issue, use of -32000. Of course there are other problems with the current json rpc errors, but none as severe as this...
**Is your feature request related to a problem? Please describe.** 1. Depend on service runner having installed / started the service already 2. use listRunningServices to populate the dropdown.
**Is your feature request related to a problem? Please describe.** The current linking scheme has a mixed use of url params as well as path-encoded vars. Specifically, you can set...