Smitty
Smitty
Steem.js code (I beleive this is a problem with Steem tho): ```js steem.api.listProposals(0, 5, "by_total_votes", "ascending", "all", console.log) ``` fails with ``` Bad Cast:Invalid cast from uint64_type to Array ```
- Challenge Authority/Prove Authority were removed - Getting comment, curation, and liquidity rewards are virtual ops - you can't call them, the network calls them for you - Steem doesn't...
Treat block signing key as a string, not a public key, to bypass public key checks. Fixes #267.
Adds support for the PostgreSQL 15 release candidate. If the `PGX_USE_PG15_RC1` environment variable is set, the release candidate is used, otherwise pgx tries (and currently fails) to use the final...
The locale of databases created by pgx is whatever the system's locale is (since that's what Postgres does by default). In the context of `pgx-tests`, this can lead to accidentally...
I have a script using node-horseman to get data from a page. When I run it, I get this error: ``` Horseman error: HeadlessError: Error parsing JSON from phantom: SyntaxError:...
## Pull request checklist - (n/a) All tests pass. Demo project builds and runs. - [x] I have resolved any merge conflicts. ## What's in this pull request? Adds that...
Adds basic support for `AbortController`/`AbortSignal`, and implements the `signal` parameter to `addEventListener` to support cancelling event listeners with `AbortSignal`. This PR doesn't implement `AbortSignal` dependent signals or fetch cancellation. ---...
The proposal doesn't say how implementations should handle unrecognized bits in the flags that are currently reserved. Should they ignore an entire `pLLd` chunk if it has unrecognized flags, or...
The v1.0.2 tag doesn't include the version bump commit.