From 3f549f8c5643f44bac37d9b3d94e165e08793a1d Mon Sep 17 00:00:00 2001
From: Mateusz Kudela <mkudela@syncad.com>
Date: Fri, 2 Dec 2022 14:47:06 +0100
Subject: [PATCH] Add more vops with hex representation to list

---
 _data/apidefinitions/account_history_api.yml | 70 +++++++++++++-------
 1 file changed, 45 insertions(+), 25 deletions(-)

diff --git a/_data/apidefinitions/account_history_api.yml b/_data/apidefinitions/account_history_api.yml
index 399818bc..1b6cb778 100644
--- a/_data/apidefinitions/account_history_api.yml
+++ b/_data/apidefinitions/account_history_api.yml
@@ -127,31 +127,51 @@
         * `operation_begin` (optional) starting virtual operation in given block (inclusive)
         * `limit` (optional) a limit of retrieved operations
         * `filter` (optional) a filter that decides which an operation matches - used bitwise filtering equals to position such as:
-          * `fill_convert_request_operation          = 0x000001`
-          * `author_reward_operation                 = 0x000002`
-          * `curation_reward_operation               = 0x000004`
-          * `comment_reward_operation                = 0x000008`
-          * `liquidity_reward_operation              = 0x000010`
-          * `interest_operation                      = 0x000020`
-          * `fill_vesting_withdraw_operation         = 0x000040`
-          * `fill_order_operation                    = 0x000080`
-          * `shutdown_witness_operation              = 0x000100`
-          * `fill_transfer_from_savings_operation    = 0x000200`
-          * `hardfork_operation                      = 0x000400`
-          * `comment_payout_update_operation         = 0x000800`
-          * `return_vesting_delegation_operation     = 0x001000`
-          * `comment_benefactor_reward_operation     = 0x002000`
-          * `producer_reward_operation               = 0x004000`
-          * `clear_null_account_balance_operation    = 0x008000`
-          * `proposal_pay_operation                  = 0x010000`
-          * `sps_fund_operation                      = 0x020000`
-          * `hardfork_hive_operation                 = 0x040000`
-          * `hardfork_hive_restore_operation         = 0x080000`
-          * `delayed_voting_operation                = 0x100000`
-          * `consolidate_treasury_balance_operation  = 0x200000`
-          * `effective_comment_vote_operation        = 0x400000`
-          * `ineffective_delete_comment_operation    = 0x800000`
-          * `sps_convert_operation                   = 0x1000000`
+          * `fill_convert_request_operation                        = 0x000001`
+          * `author_reward_operation                               = 0x000002`
+          * `curation_reward_operation                             = 0x000004`
+          * `comment_reward_operation                              = 0x000008`
+          * `liquidity_reward_operation                            = 0x000010`
+          * `interest_operation                                    = 0x000020`
+          * `fill_vesting_withdraw_operation                       = 0x000040`
+          * `fill_order_operation                                  = 0x000080`
+          * `shutdown_witness_operation                            = 0x000100`
+          * `fill_transfer_from_savings_operation                  = 0x000200`
+          * `hardfork_operation                                    = 0x000400`
+          * `comment_payout_update_operation                       = 0x000800`
+          * `return_vesting_delegation_operation                   = 0x001000`
+          * `comment_benefactor_reward_operation                   = 0x002000`
+          * `producer_reward_operation                             = 0x004000`
+          * `clear_null_account_balance_operation                  = 0x008000`
+          * `proposal_pay_operation                                = 0x010000`
+          * `sps_fund_operation                                    = 0x020000`
+          * `hardfork_hive_operation                               = 0x040000`
+          * `hardfork_hive_restore_operation                       = 0x080000`
+          * `delayed_voting_operation                              = 0x100000`
+          * `consolidate_treasury_balance_operation                = 0x200000`
+          * `effective_comment_vote_operation                      = 0x400000`
+          * `ineffective_delete_comment_operation                  = 0x800000`
+          * `sps_convert_operation                                 = 0x1000000`
+          * `dhf_funding_operation                                 = 0x0020000`
+          * `dhf_conversion_operation                              = 0x1000000`
+          * `expired_account_notification_operation                = 0x2000000`
+          * `changed_recovery_account_operation                    = 0x4000000`
+          * `transfer_to_vesting_completed_operation               = 0x8000000`
+          * `pow_reward_operation                                  = 0x10000000`
+          * `vesting_shares_split_operation                        = 0x20000000`
+          * `account_created_operation                             = 0x40000000`
+          * `fill_collateralized_convert_request_operation         = 0x80000000`
+          * `system_warning_operation                              = 0x100000000`
+          * `fill_recurrent_transfer_operation                     = 0x200000000`
+          * `failed_recurrent_transfer_operation                   = 0x400000000`
+          * `limit_order_cancelled_operation                       = 0x800000000`
+          * `producer_missed_operation                             = 0x1000000000`
+          * `proposal_fee_operation                                = 0x2000000000`
+          * `collateralized_convert_immediate_conversion_operation = 0x4000000000`
+          * `escrow_approved_operation                             = 0x8000000000`
+          * `escrow_rejected_operation                             = 0x10000000000`
+          * `proxy_cleared_operation                               = 0x20000000000`
+          
       parameter_json: '{"block_range_begin":1,"block_range_end":2,"include_reversible":true,"group_by_block":false,"operation_begin":0,"limit":1000,"filter":1}'
       expected_response_json: |
         {
-- 
GitLab