Skip to content

Migrate to 0.12.0v ECHO

Compare
Choose a tag to compare
@toffick toffick released this 22 Oct 11:56
· 81 commits to master since this release
6354493
  • 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
  • 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
  • Removed operations
    • contract_transfer_operation
  • Changed API methods
    • subscribe_contract_logs
    • get_contract_logs
  • Changed types
    • FullAccount
    • DynamicGlobalProperties
    • Committee