Skip to content
Snippets Groups Projects
Commit dc37ff40 authored by Mahdi Yari's avatar Mahdi Yari
Browse files

Merge branch 'stable-beta-release-hf25-operations' into 'master'

Stable beta release and hf25 operations for account history filter

See merge request hive/hive-js!35
parents b7a058fe 13d2f850
No related branches found
No related tags found
No related merge requests found
{
"name": "@hiveio/hive-js",
"version": "0.8.15",
"version": "1.0.0-beta.0",
"description": "Hive.js the JavaScript API for Hive blockchain",
"main": "lib/index.js",
"scripts": {
......
......@@ -55,31 +55,34 @@ ChainTypes.operations= {
update_proposal_votes: 45,
remove_proposal: 46,
update_proposal: 47,
fill_convert_request: 48,
author_reward: 49,
curation_reward: 50,
comment_reward: 51,
liquidity_reward: 52,
interest: 53,
fill_vesting_withdraw: 54,
fill_order: 55,
shutdown_witness: 56,
fill_transfer_from_savings: 57,
hardfork: 58,
comment_payout_update: 59,
return_vesting_delegation: 60,
comment_benefactor_reward: 61,
producer_reward: 62,
clear_null_account_balance: 63,
proposal_pay: 64,
sps_fund: 65,
hardfork_hive: 66,
hardfork_hive_restore: 67,
delayed_voting: 68,
consolidate_treasury_balance: 69,
effective_comment_vote: 70,
ineffective_delete_comment: 71,
sps_convert: 72,
collateralized_convert: 48,
recurrent_transfer: 49,
// virtual ops
fill_convert_request: 50,
author_reward: 51,
curation_reward: 52,
comment_reward: 53,
liquidity_reward: 54,
interest: 55,
fill_vesting_withdraw: 56,
fill_order: 57,
shutdown_witness: 58,
fill_transfer_from_savings: 59,
hardfork: 60,
comment_payout_update: 61,
return_vesting_delegation: 62,
comment_benefactor_reward: 63,
producer_reward: 64,
clear_null_account_balance: 65,
proposal_pay: 66,
sps_fund: 67,
hardfork_hive: 68,
hardfork_hive_restore: 69,
delayed_voting: 70,
consolidate_treasury_balance: 71,
effective_comment_vote: 72,
ineffective_delete_comment: 73,
sps_convert: 74,
};
//types.hpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment