-
### Work Title
Rationalize endpoints in eosjs targeting Leap 4.0
#### `Requirements`
Review the list below, and test them. File an issue to remove unsupported endpoints.
Compare the list below …
-
Is there a way to verify a users ownership of wax account via WaxJS? I need to be able to verify from the backend. Having the client pass to me simply an account name is not sufficient.
I can do t…
-
I expected to receive an action value is -909090909090909**09**. But the action return the value is -909090909090909**10**
```
[[eosio::action]] int64_t getvalue2() {
int64_t value = -9…
-
### Bug
Typo in CommonJs Import section
const { Api, JsonRpc, RpcError } = require('eosjs');
**Should be** const { Api, JsonRpc, RpcError } = require('enf-eosjs');
-
```golang
package eos
import (
"encoding/hex"
"log"
"github.com/eoscanada/eos-go/ecc"
secp256k1 "github.com/uuosio/go-secp256k1"
)
func TestSign() (err error) {
privateKey := "5JWu…
-
Make is easier and more readable.
-
Replace
@blockone/eslint-config-blockone
-
Explicit tests to make sure BigInts are correctly serialized into JSON.
Original Reported in https://github.com/AntelopeIO/leap/issues/579
-
## Version of EOSJS
23.0.0-rc4
### Bug
Name deserialization removes trailing "." from string.
#### `To Reproduce`
```Javascript
let textEncoder = new TextEncoder();
let textDecoder = new T…
-
To test serialization in eosjs setup ABI to serialize/deserialize between jsonbinary.