Fabian Emilius

Results 4 issues of Fabian Emilius

I recently got the error after upgrading from 6.6.2 to 7.1.0: ``` node_modules/p-queue/dist/index.d.ts:1:8 - error TS1259: Module '"..../node_modules/eventemitter3/index"' can only be default-imported using the 'esModuleInterop' flag ``` I think this...

I recently noticed that some ship nodes return broken data or at least data eosjs cannot deserialize. Is there any know bug which can produce this error? I had the...

bug
track-in-jira

If the user calls scatter.logout() and relogin afterwards without a page refresh, the authenticate method is stuck in the Promise pending mode and never gets resolved.

when I execute the example request: `curl localhost:8880/v1/chain/get_table_rows -d '{"code":"eosio", "scope":"eosio", "table":"namebids", "show_payer":true, "json":true, "key_type": "name", "index_position": "2", "limit":100}'` I get the following error using postgres: ` LINE 1: select...