eosjs icon indicating copy to clipboard operation
eosjs copied to clipboard

General purpose library for the EOSIO blockchain.

Results 53 eosjs issues
Sort by recently updated
recently updated
newest added

**Version of EOSJS** eosjs@master **Describe the bug** failed to serialize the context_free_actions,looks like `eosio.null` has no abi on mainnet, but the eosjs try to fetch abi. **To Reproduce** ``` await...

If an API service is unavailable, the application has to deal with the errors, or in most cases it just bails out. The `JsonRpc` constructor should accept an array of...

enhancement

File: [docs/how-to-guides/01_how-to-submit-a-transaction.md](https://github.com/EOSIO/eosjs/blob/develop/docs/how-to-guides/01_how-to-submit-a-transaction.md) This example and the README use a `blocksBefore` of `3`. It seems like `useLastIrreversible` is a safer default for all how-to guides with the `blocksBefore` being something discussed...

documentation

## Change Description Fix #823 ## API Changes - [ ] API Changes ## Documentation Additions - [ ] Documentation Additions

**Version of EOSJS** v21.0.3 **Describe the bug** `eosio::chain::abi_serializer` puts built-in types first, so even if user defines new type with built-in type name, it would be ignored. However, eosjs instantiates...

eosjs v21.0 transact is done without error and returned transaction_id and block_num. But, by passing the block_num to get_block, I got an empty transactions array as below: {"timestamp":"2020-12-21T21:55:44.500","producer":"jungleswedem","confirmed":0,"previous":"07af862f94ed2f28b68c01210cf53da30c7772c98c578a4fb1d5ab0b6af273b5","transaction_mroot":"0000000000000000000000000000000000000000000000000000000000000000","action_mroot":"25908188d6a6e030e9374bdb694f23f3211d10635e16813e0e3c50fcb7632cae","schedule_version":404,"new_producers":null,"producer_signature":"SIG_K1_Kj5grPti2N7ncPuCZsiVa3q346aSYRxvfepiPo6fY4aYt9Cipv14vGLT6Ex1FDyxafWFMoEDTMHc9hXTFqkfGFTTTo54n1","transactions":[],"id":"07af86308489c1745192cf84899b370c081651cdb09fcf44894e880e9e1f2c4c","block_num":128943664,"ref_block_prefix":2228195921} 128943664 is...

File: [docs/01_technical-overview.md](https://github.com/EOSIO/eosjs/blob/develop/docs/01_technical-overview.md) The GitHub links in this document are made to the master branch, but the master branch changes, so the links are to invalid locations in the source code....

documentation

## Change Description `eosio::chain::abi_serializer` in libchain allows serialization of struct from array, but eosjs only serializes object to struct. When sending a transaction with transaction_extensions, the abi of transaction in...

I am facing this error,i follow all step first i propose a multisig transaction from the account of "adeelabbasna" then i approved the transaction with account of "rajazahoor11", Now i...

**Version of EOSJS** any **Describe the bug** When using these extended types (`extended_asset` and `extended_symbol`) one must use a string like `'100.0000 [email protected]'`, or `'4,[email protected]'` when passing as arguments to...