Skip to content

Releases: echoprotocol/echojs-lib

1.12.1-rc0: Fix account_create_operation serializer

16 Sep 14:37
664de26
Compare
Choose a tag to compare

Fix account_create_operation serializer

Migration to echo protocol v0.22-rc.1

09 Sep 12:23
25ccb40
Compare
Choose a tag to compare
  • Change block_reward_operation serializer
  • Fix did_create_operation serializer
  • Fix account_eth_address_object interface
  • Add get_erc20_account_withdrawals database api method
  • Add get_erc20_account_deposits method
  • Fix sidechain_eth_approve_address_operation
  • Fix sidechain_eth_deposit_operation
  • Fix sidechain_eth_approve_withdraw_operation
  • Fix sidechain_erc20_approve_token_withdraw_operation
  • Remove argument save_wallet from wallet methods create_contract and call_contract
  • Add get_git_revision database api method
  • Add request_balance_unfreeze_operation
  • Add request_unfreeze_balance wallet api method
  • Fix frozen_balance_object interface
  • Fix chain_parameters serializer
  • Add economy_config serializer
  • Fix frozen_balance_object interface
  • Fix dynamic_global_property_object interface
  • Fix get_erc20_token wallet api method
  • Remove help_method wallet api method
  • Add optional argument method to help wallet api method
  • Up package version to 1.12.0

Move devnet from 0.18 to 0.19 node

18 May 17:49
5195080
Compare
Choose a tag to compare
Pre-release
1.12.0-rc.2

[ECHOJS-254] Move to 0.19 version

1.12.0-rc.1: Merge pull request #160 from echoprotocol/merge_1.10_and_echo_node_17-18

02 Apr 14:07
615ecbd
Compare
Choose a tag to compare

Move devnet from 0.17 to 0.18 node

02 Apr 08:44
32620d2
Compare
Choose a tag to compare
Pre-release

Add:

  • field proposal_hist_id to operation_history_object.
  • field core_exchange_rate to asset_publish_feed_operation.

Removed:

  • field feed from asset_publish_feed_operation.

Consensus API move on Echorand API

19 Mar 09:36
50ebbae
Compare
Choose a tag to compare
Pre-release
  • Add echorand_api
  • Consensus api move on echorand api
  • Fix tests for node v0.17.1-rc.5
  • Fix getContractLogs method
  • Up mocha lib version
  • Change registerAccount method (add evmAddress)
  • Change submitRegistrationSolution method (add evmAddress)
  • Change createAccountWithBrainKey method (add evmAddress)
  • Change registerAccountWithApi method (add evmAddress)
  • JSDoc fixes

Default connection timeout

03 Mar 14:22
f72c04b
Compare
Choose a tag to compare

Change:

  • Default connection timeout from 5s to 30s

Add:

  • Reconnection-websocket options typing:
    • connectionTimeout?: number
    • maxRetries?: number
    • pingTimeout?: number
    • pingDelay?: number

Add signed transaction serializer

28 Feb 13:15
Compare
Choose a tag to compare
Pre-release

Added:

  • Transaction
    • signedTransactionSerializer method
    • chainId get
    • chainId set
    • refBlockPrefix get
    • refBlockPrefix set
    • refBlockNum get
    • refBlockNum set

Migration to [email protected] with fixed typings and testing environments

03 Jan 10:30
Compare
Choose a tag to compare

Added:

  • validators
    • isERC20TokenId method

Testing environment changes:

  • Changed local-testnet chain id to 7c48ed2269d0a515e193f03f484a8fb0d004f5f7512383d2892ab7e93147a88c
  • Added missing field eth_update_contract_address into genesis file

Typings:

  • Changed interface of account_object in result of api-methods:
    • getAccounts
    • getAccountByName
    • getAccountReferences
    • lookupAccountNames
  • Changed interface of asset_object in result of api-methods:
    • getAssets
    • listAssets
    • lookupAssetSymbols
  • Changed interface of contract_object in result of api-methods:
    • getContract
  • Added generic to api-method getObject to handly usage in typescript
  • In index return OPERATIONS_IDS as enum instead of { [operationName: string]: number }

Migration to [email protected] with fixed contract logs

26 Dec 10:29
Compare
Choose a tag to compare
  • Fixed contract logs filter in subscribeContractLogs and setContractLogsSubscribe methods
  • Added method unsubscribeContractLogs