Marak
Marak
## This Pull Request fixes a documentation typo When running the following quickstart command: ``` curl -s 'localhost:26657/abci_query?data="name"' ``` The value returned was `base64`, not `hex`. ``` { "jsonrpc": "2.0",...
Scenario: Entering an empty `|` operator crashes on latest docker image. Run: ``` bash docker run -t -i nodeos/nodeos ``` Then once you get the nsh prompt, entering the following...
`fission` appears to use a buffered context for both receiving and sending data. This prevents the ability to create streaming transformations, or process any data coming into the function as...
The current behavior when a user signs up with just an email address is that the email address is slugified to a username. This is not ideal. The signup process...
A few users out of thousands have requested their free / trial accounts on hook.io be deleted and personal data be scrubbed. Since this seems to be a requirement of...
It seems when the new year passed, the auto-generated key names for monthly rate limits went to `0` instead of `1` for the numeral representation of month. Surprised this wasn't...
We just got a report from a user that free accounts are unable to create any access keys or view the internal API key. I believe the internal access key...
Looks like the SSL cert isn't setup for `*.hook.io`, so all the subdomains are showing ssl errors on mismatched cert. This needs to be resolved. I think getting a new...
We've recently improved and refactored some of the paid account features to help give users better insight into what resources their accounts are currently using. All of the existing paid...
The current behavior is that all logs for hot-code gateway requests are sent to a special logging endpoint. If there is no session, gateway logs are scoped to `anonymous` user....