Releases: echoprotocol/echojs-lib
Releases · echoprotocol/echojs-lib
1.9.1-echo.12.1
- [ECHOJS-226] Fix serialization: SIDECHAIN_BTC_DEPOSIT, SIDECHAIN_BTC_CREATE_INTERMEDIATE_DEPOSIT (#123)
- [ECHOJS-224] Sign data method (#122)
- [ECHOJS-219] add create_committee_member to wallet-api (#121)
- [ECHOJS-221] update register_account_with_api (#120)
- [ECHOJS-220] remove register_account methods from api (#119)
- [ECHOJS-218] add get_registrar api method (#118)
- [ECHOJS-219] add update_committee_member wallet-api method (#117)
- [ECHOJS-217] update account typings (#116)
1.9.1-echo.12-rc.1
[ECHOJS-228] rm sha256 from dataSign (#125)
Migrate to 0.12.0v ECHO
- Added API methods
- Database API methods
get_committee_frozen_balance
- Wallet API methods
get_committee_frozen_balance
,committee_freeze_balance
,create_activate_committee_member_proposal
,create_deactivate_committee_member_proposal
,committee_withdraw_balance
- Implemented registration method with POW task solving
registerAccountPow
- Database API methods
- Added operations
committee_member_activate_operation
committee_member_deactivate_operation
committee_frozen_balance_deposit_operation
committee_frozen_balance_withdraw_operation
contract_internal_create_operation
contract_internal_call_operation
contract_selfdestruct_operation
sidechain_btc_create_intermediate_deposit_operation
- Changed serializators for
- chain_parameters
- committee_member_create_operation
- sidechain_btc_aggregate_operation
- btc_intermediate_deposit_object
- account_options
- dynamic_global_property_object
- Removed API methods
- Database API method
lookup_vote_ids
- Wallet API method
set_desired_committee_member_count
- Wallet API method
vote_for_committee_member
- Wallet API method
set_voting_proxy
- Database API method
- Removed operations
contract_transfer_operation
- Changed API methods
- subscribe_contract_logs
- get_contract_logs
- Changed types
- FullAccount
- DynamicGlobalProperties
- Committee
Merge 1.6.3 and 1.8.1 versions
Merge pull request #103 from echoprotocol/develop up version v1.9.0
1.8.1-rc.5
fix block reward operation struct
1.8.1-rc.4
Add new operations:
- unfreeze
- reward
1.8.1-rc.3 Edit getPotentialSignatures
[ECHOJS-197] rename toObject -> toRaw (#93) * [BLP-433] rename toObject -> toRaw * up version
1.8.1-rc.2
- Fix
StructSerializer
error - Fix
ByteBuffer
error
1.8.1-rc.1 Fix potencial memory leak in `subscriber`
- Removed firing of 'disconnect' event on
subscriber.reset
method call.
Move to Echo 0.11
- Added API methods
- Database API methods
get_btc_addresses
andget_btc_deposit_script
- Wallet API methods
generate_btc_deposit_address
,get_btc_addresses
,get_btc_deposit_script
,withdraw_btc
- Registration API methods
request_registration_task
andsubmit_registration_solution
- Wallet API method
register_account_with_proof
- Database API methods
- Added operations
- sidechain_erc20_issue_operation
- sidechain_erc20_burn_operation
- sidechain_btc_create_address_operation
- sidechain_btc_intermediate_deposit_operation
- sidechain_btc_deposit_operation
- sidechain_btc_withdraw_operation
- sidechain_btc_aggregate_operation
- sidechain_btc_approve_withdraw_operation
- Renamed operations
sidechain_eth_issue_operation
tosidechain_issue_operation
sidechain_eth_burn_operation
tosidechain_burn_operation
- Removed operations
- account_transfer_operation
- sidechain_change_config_operation