-
Version of EOSJS: 21.0.3
EOSIO version 2.0.7
In eosjs v21.0.3, eosio v2.0.7 when trying to create an account it is accepting "0287cha66yyr" and directly creating an account in its normalized form …
-
eos.js and eos.min.js are missing. It would be great if someone could add those files. I can't find them anywhere. Ever since version 16.0.9 those two files are gone but I need them for my app.
Can…
-
I have a question about optimising the total time it takes to prepare a transaction.
I have a use case where I am submitting transactions indirectly to the blockchain after they have been signed by…
-
Attempting to get this implemented on React Native and am getting a `Read past end of buffer` error when trying to send a transaction. I was able to successfully send transactions through `eosjs` and …
-
We need to be able to create signed messages. This will prove ownership of an EOS Private key and by extension ownership of an EOS account. To do this we will need a standard prefix agreed upon.
Fo…
-
Id like to start the process of conforming to the signature provider protocol.
With EOS Lynx, we provide a "dApp Browser" type integration. For instance currently, a web app can be launched in our …
-
**Version of EOSJS**
v20+
**Describe the bug**
We somehow overlooked the transactions array which is returned as part of by the `get_block` RPC call as a [`GetBlockResult` ](https://github.com/E…
-
**Version of EOSJS**
_Using 16.0.9_
**Throws error of Missing abi action**
Hello Everyone,
I am facing some issue regarding missing abi action. I have attached the code below of upload file …
-
**Version of EOSJS**
21.0.3
**Describe the bug**
The `/v1/chain/get_accounts_by_authorizers` is missing.
**Expected behavior**
To be able to call `jsonrpc.get_accounts_by_authorizers()`
-
Do you have sample code or documentation how to do this here?