-
**Version of EOSJS: 21.0.3**
**EOSIO version 2.0.7**
Clear guidelines of eosio account naming states that _"Each account is identified by a human readable name between 1 and 12 characters in length…
-
Can we have functions like `sign` that will `encode` and `decode` a transaction between JSON and HEX?
```bash
cleos transaction sign '{"expiration":"2018-05-13T15:22:27","ref_block_num":6407,"ref…
-
Hi @noisy,
As first, thank you for your work 👍 !
During the step 3 when sending the json formated by the offline step 2, I get an error looking at the data format seems like:
```
{"code":500,"…
-
![Screenshot from 2020-09-08 22-48-29](https://user-images.githubusercontent.com/53054023/92510695-af7ae500-f225-11ea-9f25-a7a485c1c227.png)
i am facing this error creating new account using system…
-
I would like to discuss the possibility to make get_required_keys error on missing available keys more permissive.
Example just the intersection of required keys with in the provided available keys. …
-
eosjs-ecc provided a [very useful helper for AES encryption](https://github.com/EOSIO/eosjs-ecc/blob/a806b93fbbccec8d38c0c02998d204ff2040a6ae/src/aes.js#L56) that's no longer included now that eosjs u…
-
On the sidebar view, add a cog icon on the top right that will open a dialog
The data is displayed as a flat table key / value pair
For huge value add a toggle icon to switch between the full data…
-
With the deprecation of the history plugin, we don't have a way to list all accounts for a given public key. It's required for the dapp to integrate with a wallet that uses EOSJS `JsonRpc.history_get_…
-
[`function getSharedSecret(public_key)`](https://github.com/EOSIO/eosjs-ecc/blob/a806b93fbbccec8d38c0c02998d204ff2040a6ae/src/key_private.js#L81) that was previously part of eosjs-ecc is not available…
-
* Switch all tools, libraries, api endpoints, etc. to output the new key format (`PUB_K1_xxx`)
* Compatibility: all tools, libraries, api endpoints, etc. need to support the legacy format (`EOSxxx`)
…