This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Releases: eosnetworkfoundation/mandel-eosjs
Releases · eosnetworkfoundation/mandel-eosjs
EOSJS Release 23 Supports Leap 4.0 Release
Notable Improvements
- Introduced support for Read Only Transactions in this release.
- Removed many unused dependancies, including the no longer used
eosjs-ecc
- Switched to standard TextEncoding Libraries. Special imports for text encoding no longer needed.
- Removed dependency on
semver
node package to make browser development easier
What's Changed
- support for SECP256k1 and NIST256p elliptic curve functions by @ericpassmore in #21
- GitHub Templates Simplified and Improved Look by @ericpassmore in #41
- Github Templates Fixed Spacing by @ericpassmore in #44
- Serialization Tests by @ericpassmore in #46
- Corrected enf-eosjs in commonjs docs by @ericpassmore in #48
- added eslint and prettier and fixed tests by @AlexGriffith10 in #50
- fix: remove deprecated text-encoding package and replace with utils v… by @AlexGriffith10 in #62
- Change calls to substr to use substring instead by @juanm95 in #60
- Removed unused dependencies including 'eosjs-ecc' by @kellytran3k in #61
- Removed Yarn References by @kellytran3k in #65
- GH-52 | Support Read Only Endpoint and Transaction | [Ray, Eric] by @ericpassmore in #69
- rm semver package dep not avalible in nodejs by @ericpassmore in #71
- Final Release Fixes For Release 23 Leap 4.x by @ericpassmore in #72
New Contributors
- @AlexGriffith10
- @juanm95
- @kellytran3k
- @RayMPerry
Full Changelog: 23.0.0-rc3...23.0.0
EOSJS PreRelease3 Updated Transaction Support Retry and Irreversible
Install
npm install enf-eosjs
What's Changed
- Updated support for send_transaction2
returnFailureTrace
: return partial traces on failed transactionsretryTrxNumBlocks
: request node to retry transaction until in a block of given height, blocking callretryIrreversible
: request node to retry transaction until it is irreversible or expires, blocking calluseOldRPC
: use old RPCpush_transaction
, rather than new RPC send_transactionuseOldSendRPC
: use old RPC/v1/chain/send_transaction
, rather than new RPC/v1/chain/send_transaction2
- Updated support for get_info
server_version_string
: string;fork_db_head_block_num
: number,fork_db_head_block_id
: string,server_full_version_string
: string,total_cpu_weight
: string,total_net_weight
: string,earliest_available_block_num
: number,last_irreversible_block_time
: string
Notes
Retry irreversible currently set for 30 blocks. This limit may be revised up to a max of 90 blocks.
Moving to npm
. yarn
support is deprecated and will go away with full release.
Tested on node 16.15.1
and npm 8.11.00
New Contributors
- @ericpassmore made their first contribution in #3
- @NatPDeveloper made their first contribution in #8
Full Changelog: https://github.com/eosnetworkfoundation/mandel-eosjs/commits/23.0.0-rc3