Travis Reeder

Results 238 comments of Travis Reeder

Thanks @vmx . Does that mean we have to know what bases are used in advance? Seems like it kind of defeats the whole point of this...

Strange there is no HTTP error code...

Just came across this searching for something else, but we do it like this: 1. Encode the credentials JSON: ```sh base64 -w 0 account.json ``` Add that encoded string to...

That works for all the official Firebase and Google Cloud Go libraries.

Ordering: that's why I have arg0, arg1, etc. With their types which I think gives you everything you'd need. Encoding docs are here: https://solidity.readthedocs.io/en/develop/abi-spec.html#function-selector

Let's say I'm not using javascript, just want to curl and jq the data. It's essentially just making it easier to use `eth_call` which requires you to encode the `data`...

Authorization header typically. `Authorization: Bearer TOKEN`

Let's just switch to actions while we're here.

Anything in particular you're looking for?