Showing preview only (8,061K chars total). Download the full file or copy to clipboard to get everything.
Repository: bitshares/bitshares-2
Branch: master
Commit: b92b82ba3e57
Files: 569
Total size: 7.6 MB
Directory structure:
gitextract_98j37k9y/
├── .gitattributes
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ ├── bug_report.md
│ │ ├── build_error.md
│ │ └── feature_request.md
│ ├── dependabot.yml
│ └── workflows/
│ ├── build-and-test.mac.yml
│ ├── build-and-test.ubuntu-debug.yml
│ ├── build-and-test.ubuntu-release.yml
│ ├── build-and-test.win.yml
│ ├── build-docker.yml
│ └── sonar-scan.yml
├── .gitignore
├── .gitmodules
├── .mailmap
├── CMakeLists.txt
├── CONTRIBUTORS.txt
├── Dockerfile
├── Doxyfile
├── LICENSE.txt
├── README-docker.md
├── README.md
├── docker/
│ ├── bitsharesentry.sh
│ ├── default_config.ini
│ └── default_logging.ini
├── libraries/
│ ├── CMakeLists.txt
│ ├── README.md
│ ├── app/
│ │ ├── CMakeLists.txt
│ │ ├── api.cpp
│ │ ├── api_objects.cpp
│ │ ├── application.cpp
│ │ ├── application_impl.hxx
│ │ ├── config_util.cpp
│ │ ├── database_api.cpp
│ │ ├── database_api_helper.hxx
│ │ ├── database_api_impl.hxx
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── app/
│ │ │ ├── api.hpp
│ │ │ ├── api_access.hpp
│ │ │ ├── api_objects.hpp
│ │ │ ├── application.hpp
│ │ │ ├── config_util.hpp
│ │ │ ├── database_api.hpp
│ │ │ ├── plugin.hpp
│ │ │ └── util.hpp
│ │ ├── plugin.cpp
│ │ └── util.cpp
│ ├── chain/
│ │ ├── CMakeLists.txt
│ │ ├── account_evaluator.cpp
│ │ ├── account_object.cpp
│ │ ├── assert_evaluator.cpp
│ │ ├── asset_evaluator.cpp
│ │ ├── asset_object.cpp
│ │ ├── balance_evaluator.cpp
│ │ ├── block_database.cpp
│ │ ├── buyback.cpp
│ │ ├── committee_member_evaluator.cpp
│ │ ├── confidential_evaluator.cpp
│ │ ├── credit_offer_evaluator.cpp
│ │ ├── custom_authority_evaluator.cpp
│ │ ├── database.cpp
│ │ ├── db_balance.cpp
│ │ ├── db_block.cpp
│ │ ├── db_debug.cpp
│ │ ├── db_genesis.cpp
│ │ ├── db_getter.cpp
│ │ ├── db_init.cpp
│ │ ├── db_maint.cpp
│ │ ├── db_management.cpp
│ │ ├── db_market.cpp
│ │ ├── db_notify.cpp
│ │ ├── db_update.cpp
│ │ ├── db_witness_schedule.cpp
│ │ ├── evaluator.cpp
│ │ ├── exceptions.cpp
│ │ ├── fba_object.cpp
│ │ ├── fork_database.cpp
│ │ ├── genesis_state.cpp
│ │ ├── get_config.cpp
│ │ ├── hardfork.d/
│ │ │ ├── 000-200-preamble.hf
│ │ │ ├── 385.hf
│ │ │ ├── 436.hf
│ │ │ ├── 445.hf
│ │ │ ├── 453.hf
│ │ │ ├── 480.hf
│ │ │ ├── 483.hf
│ │ │ ├── 533.hf
│ │ │ ├── 555.hf
│ │ │ ├── 563.hf
│ │ │ ├── 607.hf
│ │ │ ├── 613.hf
│ │ │ ├── 615.hf
│ │ │ ├── BSIP_40.hf
│ │ │ ├── BSIP_48_75.hf
│ │ │ ├── BSIP_77.hf
│ │ │ ├── BSIP_81.hf
│ │ │ ├── BSIP_85.hf
│ │ │ ├── BSIP_86.hf
│ │ │ ├── CORE_1270.hf
│ │ │ ├── CORE_1465.hf
│ │ │ ├── CORE_1479.hf
│ │ │ ├── CORE_1573.hf
│ │ │ ├── CORE_1604.hf
│ │ │ ├── CORE_1669.hf
│ │ │ ├── CORE_1692.hf
│ │ │ ├── CORE_1774.hf
│ │ │ ├── CORE_1780.hf
│ │ │ ├── CORE_1800.hf
│ │ │ ├── CORE_184.hf
│ │ │ ├── CORE_199.hf
│ │ │ ├── CORE_210.hf
│ │ │ ├── CORE_2103.hf
│ │ │ ├── CORE_214.hf
│ │ │ ├── CORE_216.hf
│ │ │ ├── CORE_2262.hf
│ │ │ ├── CORE_2281.hf
│ │ │ ├── CORE_2282.hf
│ │ │ ├── CORE_2290.hf
│ │ │ ├── CORE_2295.hf
│ │ │ ├── CORE_2350.hf
│ │ │ ├── CORE_2351.hf
│ │ │ ├── CORE_2362.hf
│ │ │ ├── CORE_2467.hf
│ │ │ ├── CORE_2481.hf
│ │ │ ├── CORE_2535.hf
│ │ │ ├── CORE_2582.hf
│ │ │ ├── CORE_2587.hf
│ │ │ ├── CORE_2591.hf
│ │ │ ├── CORE_2595.hf
│ │ │ ├── CORE_2604.hf
│ │ │ ├── CORE_265.hf
│ │ │ ├── CORE_338.hf
│ │ │ ├── CORE_342.hf
│ │ │ ├── CORE_343.hf
│ │ │ ├── CORE_429.hf
│ │ │ ├── CORE_453.hf
│ │ │ ├── CORE_460.hf
│ │ │ ├── CORE_518.hf
│ │ │ ├── CORE_583.hf
│ │ │ ├── CORE_584.hf
│ │ │ ├── CORE_604.hf
│ │ │ ├── CORE_606.hf
│ │ │ ├── CORE_625.hf
│ │ │ ├── CORE_834.hf
│ │ │ ├── CORE_868_890.hf
│ │ │ ├── CORE_922_931.hf
│ │ │ ├── CORE_935.hf
│ │ │ ├── CORE_973.hf
│ │ │ ├── CORE_BSIP64.hf
│ │ │ ├── CORE_BSIP74.hf
│ │ │ ├── CORE_BSIP87.hf
│ │ │ ├── CORE_BSIP_87_74_COLLATFEE.hf
│ │ │ ├── LIQUIDITY_POOL.hf
│ │ │ ├── core-143.hf
│ │ │ └── core-1468.hf
│ │ ├── htlc_evaluator.cpp
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── chain/
│ │ │ ├── account_evaluator.hpp
│ │ │ ├── account_object.hpp
│ │ │ ├── assert_evaluator.hpp
│ │ │ ├── asset_evaluator.hpp
│ │ │ ├── asset_object.hpp
│ │ │ ├── balance_evaluator.hpp
│ │ │ ├── balance_object.hpp
│ │ │ ├── block_database.hpp
│ │ │ ├── block_summary_object.hpp
│ │ │ ├── budget_record_object.hpp
│ │ │ ├── buyback.hpp
│ │ │ ├── buyback_object.hpp
│ │ │ ├── chain_property_object.hpp
│ │ │ ├── committee_member_evaluator.hpp
│ │ │ ├── committee_member_object.hpp
│ │ │ ├── confidential_evaluator.hpp
│ │ │ ├── confidential_object.hpp
│ │ │ ├── config.hpp
│ │ │ ├── credit_offer_evaluator.hpp
│ │ │ ├── credit_offer_object.hpp
│ │ │ ├── custom_authority_evaluator.hpp
│ │ │ ├── custom_authority_object.hpp
│ │ │ ├── custom_evaluator.hpp
│ │ │ ├── database.hpp
│ │ │ ├── db_with.hpp
│ │ │ ├── evaluator.hpp
│ │ │ ├── exceptions.hpp
│ │ │ ├── fba_accumulator_id.hpp
│ │ │ ├── fba_object.hpp
│ │ │ ├── fork_database.hpp
│ │ │ ├── genesis_state.hpp
│ │ │ ├── get_config.hpp
│ │ │ ├── global_property_object.hpp
│ │ │ ├── hardfork_visitor.hpp
│ │ │ ├── htlc_evaluator.hpp
│ │ │ ├── htlc_object.hpp
│ │ │ ├── immutable_chain_parameters.hpp
│ │ │ ├── impacted.hpp
│ │ │ ├── internal_exceptions.hpp
│ │ │ ├── is_authorized_asset.hpp
│ │ │ ├── liquidity_pool_evaluator.hpp
│ │ │ ├── liquidity_pool_object.hpp
│ │ │ ├── market_evaluator.hpp
│ │ │ ├── market_object.hpp
│ │ │ ├── node_property_object.hpp
│ │ │ ├── operation_history_object.hpp
│ │ │ ├── proposal_evaluator.hpp
│ │ │ ├── proposal_object.hpp
│ │ │ ├── samet_fund_evaluator.hpp
│ │ │ ├── samet_fund_object.hpp
│ │ │ ├── special_authority_evaluation.hpp
│ │ │ ├── special_authority_object.hpp
│ │ │ ├── ticket_evaluator.hpp
│ │ │ ├── ticket_object.hpp
│ │ │ ├── transaction_evaluation_state.hpp
│ │ │ ├── transaction_history_object.hpp
│ │ │ ├── transfer_evaluator.hpp
│ │ │ ├── types.hpp
│ │ │ ├── vesting_balance_evaluator.hpp
│ │ │ ├── vesting_balance_object.hpp
│ │ │ ├── vote_count.hpp
│ │ │ ├── withdraw_permission_evaluator.hpp
│ │ │ ├── withdraw_permission_object.hpp
│ │ │ ├── witness_evaluator.hpp
│ │ │ ├── witness_object.hpp
│ │ │ ├── witness_schedule_object.hpp
│ │ │ ├── worker_evaluator.hpp
│ │ │ └── worker_object.hpp
│ │ ├── is_authorized_asset.cpp
│ │ ├── liquidity_pool_evaluator.cpp
│ │ ├── market_evaluator.cpp
│ │ ├── market_object.cpp
│ │ ├── proposal_evaluator.cpp
│ │ ├── proposal_object.cpp
│ │ ├── samet_fund_evaluator.cpp
│ │ ├── small_objects.cpp
│ │ ├── special_authority_evaluation.cpp
│ │ ├── ticket_evaluator.cpp
│ │ ├── ticket_object.cpp
│ │ ├── transfer_evaluator.cpp
│ │ ├── vesting_balance_evaluator.cpp
│ │ ├── vesting_balance_object.cpp
│ │ ├── withdraw_permission_evaluator.cpp
│ │ ├── witness_evaluator.cpp
│ │ └── worker_evaluator.cpp
│ ├── db/
│ │ ├── CMakeLists.txt
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── db/
│ │ │ ├── generic_index.hpp
│ │ │ ├── index.hpp
│ │ │ ├── object.hpp
│ │ │ ├── object_database.hpp
│ │ │ ├── simple_index.hpp
│ │ │ └── undo_database.hpp
│ │ ├── index.cpp
│ │ ├── object_database.cpp
│ │ └── undo_database.cpp
│ ├── egenesis/
│ │ ├── CMakeLists.txt
│ │ ├── README-dev.md
│ │ ├── egenesis_brief.cpp.tmpl
│ │ ├── egenesis_full.cpp.tmpl
│ │ ├── egenesis_none.cpp
│ │ ├── genesis-dev.json
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── egenesis/
│ │ │ └── egenesis.hpp
│ │ ├── seed-nodes.txt
│ │ └── test.json
│ ├── net/
│ │ ├── CMakeLists.txt
│ │ ├── core_messages.cpp
│ │ ├── exceptions.cpp
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── net/
│ │ │ ├── config.hpp
│ │ │ ├── core_messages.hpp
│ │ │ ├── exceptions.hpp
│ │ │ ├── message.hpp
│ │ │ ├── message_oriented_connection.hpp
│ │ │ ├── node.hpp
│ │ │ ├── peer_connection.hpp
│ │ │ ├── peer_database.hpp
│ │ │ └── stcp_socket.hpp
│ │ ├── message.cpp
│ │ ├── message_oriented_connection.cpp
│ │ ├── node.cpp
│ │ ├── node_impl.hxx
│ │ ├── peer_connection.cpp
│ │ ├── peer_database.cpp
│ │ └── stcp_socket.cpp
│ ├── plugins/
│ │ ├── CMakeLists.txt
│ │ ├── README.md
│ │ ├── account_history/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── account_history_plugin.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── account_history/
│ │ │ └── account_history_plugin.hpp
│ │ ├── api_helper_indexes/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── api_helper_indexes.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── api_helper_indexes/
│ │ │ └── api_helper_indexes.hpp
│ │ ├── custom_operations/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── custom_evaluators.cpp
│ │ │ ├── custom_operations.cpp
│ │ │ ├── custom_operations_plugin.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── custom_operations/
│ │ │ ├── custom_evaluators.hpp
│ │ │ ├── custom_objects.hpp
│ │ │ ├── custom_operations.hpp
│ │ │ └── custom_operations_plugin.hpp
│ │ ├── debug_witness/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── debug_api.cpp
│ │ │ ├── debug_witness.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── debug_witness/
│ │ │ ├── debug_api.hpp
│ │ │ └── debug_witness.hpp
│ │ ├── delayed_node/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── delayed_node_plugin.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── delayed_node/
│ │ │ └── delayed_node_plugin.hpp
│ │ ├── elasticsearch/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── elasticsearch_plugin.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── elasticsearch/
│ │ │ └── elasticsearch_plugin.hpp
│ │ ├── es_objects/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── es_objects.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── es_objects/
│ │ │ └── es_objects.hpp
│ │ ├── grouped_orders/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── grouped_orders_plugin.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── grouped_orders/
│ │ │ └── grouped_orders_plugin.hpp
│ │ ├── make_new_plugin.sh
│ │ ├── market_history/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include/
│ │ │ │ └── graphene/
│ │ │ │ └── market_history/
│ │ │ │ └── market_history_plugin.hpp
│ │ │ └── market_history_plugin.cpp
│ │ ├── snapshot/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include/
│ │ │ │ └── graphene/
│ │ │ │ └── snapshot/
│ │ │ │ └── snapshot.hpp
│ │ │ └── snapshot.cpp
│ │ ├── template_plugin/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include/
│ │ │ │ └── graphene/
│ │ │ │ └── template_plugin/
│ │ │ │ └── template_plugin.hpp
│ │ │ └── template_plugin.cpp
│ │ └── witness/
│ │ ├── CMakeLists.txt
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── witness/
│ │ │ └── witness.hpp
│ │ └── witness.cpp
│ ├── protocol/
│ │ ├── CMakeLists.txt
│ │ ├── account.cpp
│ │ ├── address.cpp
│ │ ├── assert.cpp
│ │ ├── asset.cpp
│ │ ├── asset_ops.cpp
│ │ ├── authority.cpp
│ │ ├── block.cpp
│ │ ├── chain_parameters.cpp
│ │ ├── committee_member.cpp
│ │ ├── confidential.cpp
│ │ ├── credit_offer.cpp
│ │ ├── custom.cpp
│ │ ├── custom_authorities/
│ │ │ ├── BOOST_LICENSE_1_0.txt
│ │ │ ├── create_predicate_fwd.hxx
│ │ │ ├── create_predicate_fwd_1.cpp
│ │ │ ├── create_predicate_fwd_2.cpp
│ │ │ ├── create_predicate_fwd_3.cpp
│ │ │ ├── list_1.cpp
│ │ │ ├── list_10.cpp
│ │ │ ├── list_11.cpp
│ │ │ ├── list_2.cpp
│ │ │ ├── list_3.cpp
│ │ │ ├── list_5.cpp
│ │ │ ├── list_6.cpp
│ │ │ ├── list_9.cpp
│ │ │ ├── restriction_predicate.cpp
│ │ │ ├── restriction_predicate.hxx
│ │ │ ├── safe_compare.hpp
│ │ │ └── sliced_lists.hxx
│ │ ├── custom_authority.cpp
│ │ ├── fee_schedule.cpp
│ │ ├── fee_schedule_calc.cpp
│ │ ├── fee_schedule_serialization_pack.cpp
│ │ ├── fee_schedule_serialization_variant.cpp
│ │ ├── fee_schedule_set_fee.cpp
│ │ ├── htlc.cpp
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── protocol/
│ │ │ ├── README.md
│ │ │ ├── account.hpp
│ │ │ ├── address.hpp
│ │ │ ├── assert.hpp
│ │ │ ├── asset.hpp
│ │ │ ├── asset_ops.hpp
│ │ │ ├── authority.hpp
│ │ │ ├── balance.hpp
│ │ │ ├── base.hpp
│ │ │ ├── block.hpp
│ │ │ ├── buyback.hpp
│ │ │ ├── chain_parameters.hpp
│ │ │ ├── committee_member.hpp
│ │ │ ├── confidential.hpp
│ │ │ ├── config.hpp
│ │ │ ├── credit_offer.hpp
│ │ │ ├── custom.hpp
│ │ │ ├── custom_authority.hpp
│ │ │ ├── exceptions.hpp
│ │ │ ├── ext.hpp
│ │ │ ├── fba.hpp
│ │ │ ├── fee_schedule.hpp
│ │ │ ├── htlc.hpp
│ │ │ ├── liquidity_pool.hpp
│ │ │ ├── market.hpp
│ │ │ ├── memo.hpp
│ │ │ ├── object_id.hpp
│ │ │ ├── operations.hpp
│ │ │ ├── proposal.hpp
│ │ │ ├── pts_address.hpp
│ │ │ ├── restriction.hpp
│ │ │ ├── restriction_predicate.hpp
│ │ │ ├── samet_fund.hpp
│ │ │ ├── special_authority.hpp
│ │ │ ├── ticket.hpp
│ │ │ ├── transaction.hpp
│ │ │ ├── transfer.hpp
│ │ │ ├── types.hpp
│ │ │ ├── vesting.hpp
│ │ │ ├── vote.hpp
│ │ │ ├── withdraw_permission.hpp
│ │ │ ├── witness.hpp
│ │ │ └── worker.hpp
│ │ ├── liquidity_pool.cpp
│ │ ├── market.cpp
│ │ ├── memo.cpp
│ │ ├── operations.cpp
│ │ ├── proposal.cpp
│ │ ├── pts_address.cpp
│ │ ├── restriction.cpp
│ │ ├── samet_fund.cpp
│ │ ├── small_ops.cpp
│ │ ├── special_authority.cpp
│ │ ├── ticket.cpp
│ │ ├── transaction.cpp
│ │ ├── transfer.cpp
│ │ ├── types.cpp
│ │ ├── vote.cpp
│ │ ├── withdraw_permission.cpp
│ │ ├── witness.cpp
│ │ └── worker.cpp
│ ├── utilities/
│ │ ├── CMakeLists.txt
│ │ ├── elasticsearch.cpp
│ │ ├── git_revision.cpp.in
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── utilities/
│ │ │ ├── boost_program_options.hpp
│ │ │ ├── elasticsearch.hpp
│ │ │ ├── git_revision.hpp
│ │ │ ├── key_conversion.hpp
│ │ │ ├── padding_ostream.hpp
│ │ │ ├── string_escape.hpp
│ │ │ ├── tempdir.hpp
│ │ │ └── words.hpp
│ │ ├── key_conversion.cpp
│ │ ├── string_escape.cpp
│ │ ├── tempdir.cpp
│ │ └── words.cpp
│ └── wallet/
│ ├── CMakeLists.txt
│ ├── Doxyfile.in
│ ├── api_documentation_standin.cpp
│ ├── generate_api_documentation.pl
│ ├── include/
│ │ └── graphene/
│ │ └── wallet/
│ │ ├── api_documentation.hpp
│ │ ├── reflect_util.hpp
│ │ ├── wallet.hpp
│ │ └── wallet_structs.hpp
│ ├── operation_printer.cpp
│ ├── operation_printer.hpp
│ ├── reflect_util.cpp
│ ├── wallet.cpp
│ ├── wallet_account.cpp
│ ├── wallet_api_impl.cpp
│ ├── wallet_api_impl.hpp
│ ├── wallet_asset.cpp
│ ├── wallet_builder.cpp
│ ├── wallet_debug.cpp
│ ├── wallet_network.cpp
│ ├── wallet_results.cpp
│ ├── wallet_sign.cpp
│ ├── wallet_transfer.cpp
│ └── wallet_voting.cpp
├── programs/
│ ├── CMakeLists.txt
│ ├── README.md
│ ├── build_helpers/
│ │ ├── CMakeLists.txt
│ │ ├── check_reflect.py
│ │ ├── make_with_sonar
│ │ ├── member_enumerator.cpp
│ │ ├── run-node-test
│ │ └── set_sonar_branch_for_github_actions
│ ├── cli_wallet/
│ │ ├── CMakeLists.txt
│ │ └── main.cpp
│ ├── genesis_util/
│ │ ├── CMakeLists.txt
│ │ ├── apply_patch.py
│ │ ├── canonical_format.py
│ │ ├── change_asset_symbol.py
│ │ ├── change_bitasset_owners.py
│ │ ├── change_key_prefix.py
│ │ ├── convert_address.cpp
│ │ ├── create_bloom_filter.py
│ │ ├── generate_account_patch.py
│ │ ├── generate_init_config.py
│ │ ├── generate_init_patch.py
│ │ ├── genesis_update.cpp
│ │ ├── get_dev_key.cpp
│ │ ├── prefix_accounts.py
│ │ ├── python_format.py
│ │ ├── remove.py
│ │ ├── sort_objects.py
│ │ ├── unprefix_asset_owners.py
│ │ ├── unprefix_names.py
│ │ └── upgrade_members.py
│ ├── js_operation_serializer/
│ │ ├── CMakeLists.txt
│ │ └── main.cpp
│ ├── network_mapper/
│ │ ├── CMakeLists.txt
│ │ └── network_mapper.cpp
│ ├── size_checker/
│ │ ├── CMakeLists.txt
│ │ └── main.cpp
│ └── witness_node/
│ ├── CMakeLists.txt
│ ├── main.cpp
│ └── saltpass.py
├── sonar-project.properties
└── tests/
├── CMakeLists.txt
├── app/
│ └── main.cpp
├── cli/
│ └── main.cpp
├── common/
│ ├── database_fixture.cpp
│ ├── database_fixture.hpp
│ ├── elasticsearch.cpp
│ ├── elasticsearch.hpp
│ ├── genesis_file_util.hpp
│ ├── init_unit_test_suite.hpp
│ ├── program_options_util.hpp
│ ├── simulated_network.cpp
│ ├── simulated_network.hpp
│ └── utils.hpp
├── elasticsearch/
│ └── main.cpp
├── generate_empty_blocks/
│ ├── CMakeLists.txt
│ └── main.cpp
├── intense/
│ └── api_stress.py
├── performance/
│ ├── README.md
│ ├── genesis_allocation.cpp
│ ├── market_fee_sharing_tests.cpp
│ └── performance_tests.cpp
└── tests/
├── api_limit_tests.cpp
├── app_util_tests.cpp
├── asset_api_tests.cpp
├── asset_tests.cpp
├── authority_tests.cpp
├── basic_tests.cpp
├── bitasset_tests.cpp
├── block_tests.cpp
├── bsip48_75_tests.cpp
├── bsip85_tests.cpp
├── bsip86_tests.cpp
├── bsrm_basic_tests.cpp
├── bsrm_indvd_settlement_tests.cpp
├── bsrm_no_settlement_tests.cpp
├── call_order_tests.cpp
├── confidential_tests.cpp
├── credit_offer_tests.cpp
├── custom_authority_tests.cpp
├── custom_operations.cpp
├── database_api_tests.cpp
├── database_tests.cpp
├── fee_tests.cpp
├── force_settle_fee_tests.cpp
├── force_settle_match_tests.cpp
├── grouped_orders_api_tests.cpp
├── history_api_tests.cpp
├── htlc_tests.cpp
├── liquidity_pool_tests.cpp
├── login_api_tests.cpp
├── main.cpp
├── margin_call_fee_tests.cpp
├── market_fee_sharing_tests.cpp
├── market_rounding_tests.cpp
├── market_tests.cpp
├── network_broadcast_api_tests.cpp
├── operation_tests.cpp
├── operation_tests2.cpp
├── oso_take_profit_order_tests.cpp
├── p2p_node_tests.cpp
├── pob_tests.cpp
├── samet_fund_tests.cpp
├── serialization_tests.cpp
├── settle_tests.cpp
├── simple_maker_taker_fee_tests.cpp
├── smartcoin_tests.cpp
├── swan_tests.cpp
├── uia_tests.cpp
├── voting_tests.cpp
└── wallet_tests.cpp
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitattributes
================================================
# Set the default behavior of genesis.json, in case core.autocrlf is set incorrectly
genesis.json eol=lf
================================================
FILE: .github/ISSUE_TEMPLATE/bug_report.md
================================================
---
name: Bug Report
about: Create a detailed report about a deficiency in the BitShares Core implementation.
---
**Instructions**
Please include a detailed Title above. Next, please complete the following sections below:
* Bug Description
* Impacts
* Steps To Reproduce
* Expected Behavior
* Screenshots (optional)
* Host Environment (optional)
* Additional Context (optional)
Finally, press the 'Submit new issue' button. The Core Team will evaluate and prioritize your Bug Report for future development.
**Bug Description**
A clear and concise description of what the bug is.
**Impacts**
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
- [ ] API (the application programming interface)
- [ ] Build (the build process or something prior to compiled code)
- [ ] CLI (the command line wallet)
- [ ] Deployment (the deployment process after building such as Docker, Travis, etc.)
- [ ] DEX (the Decentralized EXchange, market engine, etc.)
- [ ] P2P (the peer-to-peer network for transaction/block propagation)
- [ ] Performance (system or user efficiency, etc.)
- [ ] Protocol (the blockchain logic, consensus, validation, etc.)
- [ ] Security (the security of system or user data, etc.)
- [ ] UX (the User Experience)
- [ ] Other (please add below)
**Steps To Reproduce**
Steps to reproduce the behavior (example outlined below):
1. Execute API call '...'
2. Using JSON payload '...'
3. Received response '...'
4. See error in screenshot
**Expected Behavior**
A clear and concise description of what you expected to happen.
**Screenshots (optional)**
If applicable, add screenshots to help explain process flow and behavior.
**Host Environment**
Please provide details about the host environment. Much of this information can be found running: `witness_node --version`.
- Host OS: [e.g. Ubuntu 18.04 LTS]
- Host Physical RAM [e.g. 4GB]
- BitShares Version: [e.g. 2.0.180425]
- OpenSSL Version: [e.g. 1.1.0g]
- Boost Version: [e.g. 1.65.1]
**Additional Context (optional)**
Add any other context about the problem here.
## CORE TEAM TASK LIST
- [ ] Evaluate / Prioritize Bug Report
- [ ] Refine User Stories / Requirements
- [ ] Define Test Cases
- [ ] Design / Develop Solution
- [ ] Perform QA/Testing
- [ ] Update Documentation
================================================
FILE: .github/ISSUE_TEMPLATE/build_error.md
================================================
---
name: Build Error
about: Create a detailed report about an error encountered during the BitShares Core build process.
---
**Instructions**
Please include a detailed Title above. Next, please complete the following sections below:
* Build Error
* Build Environment
* Steps To Reproduce
* Console Logs (optional)
Finally, press the 'Submit new issue' button. The Core Team will evaluate and prioritize your Bug Report for future development.
**Build Error Description**
A clear and concise description of what the build error is.
**Build Environment**
Details about the build environment, including the relevant required libraries. Much of this information can be found in the `CMakeFiles/CMakeOutput.log`.
- Host OS: [e.g. Ubuntu 18.04 LTS]
- Host Physical RAM [e.g. 4GB]
- Source Branch/Tag: [e.g. master or 2.0.180425]
- OpenSSL Version: [e.g. 1.1.0g]
- Boost Version: [e.g. 1.65.1]
- C++ Compiler: [e.g. gcc version 4.8.5]
**Steps To Reproduce**
Steps to reproduce the behavior (example outlined below):
1. Using installation guide from this URL...
2. This is my complete build script...
3. It fails at this step with the following output...
4. See the error in the console log below...
**Console Logs (optional)**
Please provide the full console log, including all commands entered and their output. This will allow detailed troubleshooting.
## CORE TEAM TASK LIST
- [ ] Evaluate `Build Error`
- [ ] Provide build guidance
- [ ] <OR> Create `Bug Report`
================================================
FILE: .github/ISSUE_TEMPLATE/feature_request.md
================================================
---
name: Feature Request
about: Suggest an idea for the BitShares Core Team to evaluate and prioritize for development.
---
**Instructions**
Please include a detailed Title above. Next, please complete the following sections below:
* User Story
* Impacts
* Additional Context (optional)
Finally, press the 'Submit new issue' button. The Core Team will evaluate and prioritize your Feature Request for future development.
**User Story**
Please tell us about your feature request using the User Story format:
As a `<persona>` I want `<some functionality>` so that `<some benefit is realized>`.
At minimum, please define the `<who>`, `<what>` and `<why>` for your feature request. The `<who>` may be the system software, a component thereof, the end user, etc.; please be specific describing the context. The `<what>` details the solution your feature will provide; please describe the process flow for the functionality. The `<why>` details the benefits the feature will deliver; consider referencing alternative implementations for context.
**Impacts**
Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.
- [ ] API (the application programming interface)
- [ ] Build (the build process or something prior to compiled code)
- [ ] CLI (the command line wallet)
- [ ] Deployment (the deployment process after building such as Docker, Travis, etc.)
- [ ] DEX (the Decentralized EXchange, market engine, etc.)
- [ ] P2P (the peer-to-peer network for transaction/block propagation)
- [ ] Performance (system or user efficiency, etc.)
- [ ] Protocol (the blockchain logic, consensus, validation, etc.)
- [ ] Security (the security of system or user data, etc.)
- [ ] UX (the User Experience)
- [ ] Other (please add below)
**Additional Context (optional)**
Add any other context about your request here.
## CORE TEAM TASK LIST
- [ ] Evaluate / Prioritize Feature Request
- [ ] Refine User Stories / Requirements
- [ ] Define Test Cases
- [ ] Design / Develop Solution
- [ ] Perform QA/Testing
- [ ] Update Documentation
================================================
FILE: .github/dependabot.yml
================================================
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
================================================
FILE: .github/workflows/build-and-test.mac.yml
================================================
name: macOS
on: [ push, pull_request ]
env:
CCACHE_COMPRESS: exists means true
CCACHE_SLOPPINESS: include_file_ctime,include_file_mtime,time_macros
jobs:
build-osx:
name: Build and test in macOS
strategy:
matrix:
os: [macos-11]
runs-on: ${{ matrix.os }}
steps:
- name: Install dependencies
run: |
brew install autoconf automake libtool
brew install ccache
brew install parallel
brew install bitshares/boost/boost@1.69
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Configure
run: |
mkdir -p _build
pushd _build
cmake -D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_COMPILER_LAUNCHER=ccache \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
-D BOOST_ROOT=/usr/local/opt/boost@1.69 \
-D OPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1 \
..
- name: Load Cache
uses: actions/cache@v3
with:
path: ccache
key: ccache-${{ matrix.os }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
ccache-${{ matrix.os }}-${{ github.ref }}-
ccache-${{ matrix.os }}-
- name: Build
run: |
export CCACHE_DIR="$GITHUB_WORKSPACE/ccache"
mkdir -p "$CCACHE_DIR"
make -j 3 -C _build witness_node cli_wallet app_test cli_test chain_test
df -h
- name: Unit-Tests
timeout-minutes: 15
run: |
_build/tests/app_test -l test_suite
libraries/fc/tests/run-parallel-tests.sh _build/tests/chain_test -l test_suite
_build/tests/cli_test -l test_suite
df -h
- name: Quick test for program arguments
run: |
_build/programs/witness_node/witness_node --version
_build/programs/witness_node/witness_node --help
if _build/programs/witness_node/witness_node --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --plugins "account_history elasticsearch" ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --rpc-endpoint --plugins "witness"; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
_build/programs/cli_wallet/cli_wallet --version
_build/programs/cli_wallet/cli_wallet --help
_build/programs/cli_wallet/cli_wallet --suggest-brain-key
if _build/programs/cli_wallet/cli_wallet --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
- name: Node-Test
run: |
df -h
pushd _build
../programs/build_helpers/run-node-test
================================================
FILE: .github/workflows/build-and-test.ubuntu-debug.yml
================================================
name: Ubuntu Debug
on: [ push, pull_request ]
env:
CCACHE_COMPRESS: exists means true
CCACHE_SLOPPINESS: include_file_ctime,include_file_mtime,time_macros
jobs:
test-debug:
name: Build and test in Debug mode
strategy:
matrix:
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
services:
elasticsearch8:
image: elastic/elasticsearch:8.11.1
options: >-
--env ES_JAVA_OPTS="-Xms512m -Xmx512m"
--env discovery.type=single-node
--env xpack.security.enabled=false
--env xpack.security.http.ssl.enabled=false
--env action.destructive_requires_name=false
--env cluster.routing.allocation.disk.threshold_enabled=false
--publish 9200:9200
elasticsearch7:
image: elastic/elasticsearch:7.17.15
options: >-
--env ES_JAVA_OPTS="-Xms512m -Xmx512m"
--env discovery.type=single-node
--env cluster.routing.allocation.disk.threshold_enabled=false
--publish 9201:9200
steps:
- name: Install dependencies
run: |
df -h
sudo apt-get update
openssl_ver=`sudo apt-cache madison openssl | grep xenial-updates | awk '{print $3}'`
libssl_ver=`sudo apt-cache madison libssl-dev | grep xenial-updates | awk '{print $3}'`
[ -n "${openssl_ver}" ] && [ -n "${libssl_ver}" ] && \
sudo apt-get install -y --allow-downgrades openssl=${openssl_ver} libssl-dev=${libssl_ver}
sudo apt-get install -y \
ccache \
parallel \
libboost-thread-dev \
libboost-iostreams-dev \
libboost-date-time-dev \
libboost-system-dev \
libboost-filesystem-dev \
libboost-program-options-dev \
libboost-chrono-dev \
libboost-test-dev \
libboost-context-dev \
libboost-regex-dev \
libboost-coroutine-dev \
libcurl4-openssl-dev
sudo apt-get auto-remove -y
sudo apt-get clean -y
df -h
sudo du -hs /mnt/*
sudo ls -alr /mnt/
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Configure
run: |
pwd
df -h .
free
mkdir -p _build
sudo mkdir -p /_build/libraries /_build/programs /mnt/_build/tests
sudo chmod a+rwx /_build/libraries /_build/programs /mnt/_build/tests
ln -s /_build/libraries _build/libraries
ln -s /_build/programs _build/programs
ln -s /mnt/_build/tests _build/tests
sudo ln -s /_build/libraries /mnt/_build/libraries
sudo ln -s /_build/programs /mnt/_build/programs
sudo ln -s /mnt/_build/tests /_build/tests
ls -al _build
pushd _build
export -n BOOST_ROOT BOOST_INCLUDEDIR BOOST_LIBRARYDIR
cmake -D CMAKE_BUILD_TYPE=Debug \
-D CMAKE_CXX_OUTPUT_EXTENSION_REPLACE=ON \
-D CMAKE_C_COMPILER=gcc \
-D CMAKE_C_COMPILER_LAUNCHER=ccache \
-D CMAKE_CXX_COMPILER=g++ \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
..
popd
- name: Load Cache
uses: actions/cache@v3
with:
path: ccache
key: ccache-debug-${{ matrix.os }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
ccache-debug-${{ matrix.os }}-${{ github.ref }}-
ccache-debug-${{ matrix.os }}-
- name: Build
run: |
export CCACHE_DIR="$GITHUB_WORKSPACE/ccache"
mkdir -p "$CCACHE_DIR"
df -h
make -j 2 -C _build chain_test
make -j 2 -C _build cli_test
make -j 2 -C _build app_test
make -j 2 -C _build es_test
make -j 2 -C _build cli_wallet
make -j 2 -C _build witness_node
make -j 2 -C _build
df -h
du -hs _build/libraries/* _build/programs/* _build/tests/*
du -hs _build/*
du -hs /_build/*
- name: Unit-Tests
timeout-minutes: 15
run: |
_build/tests/app_test -l test_suite
df -h
rm -rf /tmp/graphene*
_build/tests/es_test -l test_suite
export GRAPHENE_TESTING_ES_URL=http://127.0.0.1:9201/
_build/tests/es_test -l test_suite
df -h
rm -rf /tmp/graphene*
libraries/fc/tests/run-parallel-tests.sh _build/tests/chain_test -l test_suite
df -h
rm -rf /tmp/graphene*
_build/tests/cli_test -l test_suite
df -h
rm -rf /tmp/graphene*
- name: Quick test for program arguments
run: |
_build/programs/witness_node/witness_node --version
_build/programs/witness_node/witness_node --help
if _build/programs/witness_node/witness_node --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --plugins "account_history elasticsearch" ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --rpc-endpoint --plugins "witness"; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
_build/programs/cli_wallet/cli_wallet --version
_build/programs/cli_wallet/cli_wallet --help
_build/programs/cli_wallet/cli_wallet --suggest-brain-key
if _build/programs/cli_wallet/cli_wallet --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
- name: Node-Test
run: |
df -h
pushd _build
../programs/build_helpers/run-node-test
df -h
================================================
FILE: .github/workflows/build-and-test.ubuntu-release.yml
================================================
name: Ubuntu Release
on: [ push, pull_request ]
env:
CCACHE_COMPRESS: exists means true
CCACHE_SLOPPINESS: include_file_ctime,include_file_mtime,time_macros
jobs:
test-release:
name: Build and test in Release mode
strategy:
matrix:
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
services:
elasticsearch8:
image: elastic/elasticsearch:8.11.1
options: >-
--env ES_JAVA_OPTS="-Xms512m -Xmx512m"
--env discovery.type=single-node
--env xpack.security.enabled=false
--env xpack.security.http.ssl.enabled=false
--env action.destructive_requires_name=false
--env cluster.routing.allocation.disk.threshold_enabled=false
--publish 9200:9200
elasticsearch7:
image: elastic/elasticsearch:7.17.15
options: >-
--env ES_JAVA_OPTS="-Xms512m -Xmx512m"
--env discovery.type=single-node
--env cluster.routing.allocation.disk.threshold_enabled=false
--publish 9201:9200
steps:
- name: Install dependencies
run: |
sudo apt-get update
openssl_ver=`sudo apt-cache madison openssl | grep xenial-updates | awk '{print $3}'`
libssl_ver=`sudo apt-cache madison libssl-dev | grep xenial-updates | awk '{print $3}'`
[ -n "${openssl_ver}" ] && [ -n "${libssl_ver}" ] && \
sudo apt-get install -y --allow-downgrades openssl=${openssl_ver} libssl-dev=${libssl_ver}
sudo apt-get install -y \
ccache \
parallel \
libboost-thread-dev \
libboost-iostreams-dev \
libboost-date-time-dev \
libboost-system-dev \
libboost-filesystem-dev \
libboost-program-options-dev \
libboost-chrono-dev \
libboost-test-dev \
libboost-context-dev \
libboost-regex-dev \
libboost-coroutine-dev \
libcurl4-openssl-dev
sudo apt-get auto-remove -y
sudo apt-get clean -y
df -h
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Configure
run: |
df -h
free
mkdir -p _build
pushd _build
export -n BOOST_ROOT BOOST_INCLUDEDIR BOOST_LIBRARYDIR
cmake -D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_OUTPUT_EXTENSION_REPLACE=ON \
-D CMAKE_C_COMPILER=gcc \
-D CMAKE_C_COMPILER_LAUNCHER=ccache \
-D CMAKE_CXX_COMPILER=g++ \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
..
popd
- name: Load Cache
uses: actions/cache@v3
with:
path: ccache
key: ccache-release-${{ matrix.os }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
ccache-release-${{ matrix.os }}-${{ github.ref }}-
ccache-release-${{ matrix.os }}-
- name: Build
run: |
export CCACHE_DIR="$GITHUB_WORKSPACE/ccache"
mkdir -p "$CCACHE_DIR"
make -j 2 -C _build
df -h
- name: Unit-Tests
timeout-minutes: 15
run: |
_build/tests/app_test -l test_suite
_build/tests/es_test -l test_suite
export GRAPHENE_TESTING_ES_URL=http://127.0.0.1:9201/
_build/tests/es_test -l test_suite
libraries/fc/tests/run-parallel-tests.sh _build/tests/chain_test -l test_suite
_build/tests/cli_test -l test_suite
df -h
- name: Quick test for program arguments
run: |
_build/programs/witness_node/witness_node --version
_build/programs/witness_node/witness_node --help
if _build/programs/witness_node/witness_node --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --plugins "account_history elasticsearch" ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --rpc-endpoint --plugins "witness"; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
_build/programs/cli_wallet/cli_wallet --version
_build/programs/cli_wallet/cli_wallet --help
_build/programs/cli_wallet/cli_wallet --suggest-brain-key
if _build/programs/cli_wallet/cli_wallet --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
- name: Node-Test
run: |
df -h
pushd _build
../programs/build_helpers/run-node-test
df -h
================================================
FILE: .github/workflows/build-and-test.win.yml
================================================
name: Windows MinGW64
on: [ push, pull_request ]
env:
CCACHE_COMPRESS: exists means true
CCACHE_SLOPPINESS: include_file_ctime,include_file_mtime,time_macros
# The following are for windows cross-build only:
BOOST_VERSION: 1_69_0
BOOST_DOTTED_VERSION: 1.69.0
CURL_VERSION: 8.4.0
OPENSSL_VERSION: 1.1.1w
ZLIB_VERSION: 1.3.1
jobs:
prepare-mingw64-libs:
name: Build required 3rd-party libraries
runs-on: ubuntu-latest
steps:
# Get OS version to be used in cache key - see https://github.com/actions/cache/issues/543
- run: |
echo "OS_VERSION=`lsb_release -sr`" >> $GITHUB_ENV
- name: Load Cache
id: cache-libs
uses: actions/cache@v3
with:
path: libs
key: mingw64-libs-${{ env.OS_VERSION }}-${{ env.BOOST_VERSION }}_${{ env.CURL_VERSION }}_${{ env.OPENSSL_VERSION }}_${{ env.ZLIB_VERSION }}
- name: Install dependencies
if: steps.cache-libs.outputs.cache-hit != 'true'
run: |
sudo apt-get update
sudo apt-get install -y \
g++-mingw-w64-x86-64 \
mingw-w64-tools
- name: Download library sources
if: steps.cache-libs.outputs.cache-hit != 'true'
run: |
curl -LO https://boostorg.jfrog.io/artifactory/main/release/${{ env.BOOST_DOTTED_VERSION }}/source/boost_${{ env.BOOST_VERSION }}.tar.bz2
curl -LO https://curl.haxx.se/download/curl-${{ env.CURL_VERSION }}.tar.bz2
curl -LO https://www.openssl.org/source/openssl-${{ env.OPENSSL_VERSION }}.tar.gz
curl -LO https://zlib.net/zlib-${{ env.ZLIB_VERSION }}.tar.gz
- name: Build zlib
if: steps.cache-libs.outputs.cache-hit != 'true'
run: |
LIBS="`pwd`/libs"
ZLIB="`echo zlib-*`"
tar xfz "$ZLIB"
pushd "${ZLIB%.tar.gz}"
CROSS_PREFIX=x86_64-w64-mingw32- ./configure --prefix="$LIBS" --static --64
make install
- name: Build openssl
if: steps.cache-libs.outputs.cache-hit != 'true'
run: |
LIBS="`pwd`/libs"
OPENSSL="`echo openssl-*`"
tar xfz "$OPENSSL"
pushd "${OPENSSL%.tar.gz}"
./Configure --prefix="$LIBS" --cross-compile-prefix=x86_64-w64-mingw32- \
no-shared zlib threads \
mingw64
make CPPFLAGS="-I$LIBS/include" LDFLAGS="-L$LIBS/lib" build_libs
make -j 2 install_dev
- name: Build curl
if: steps.cache-libs.outputs.cache-hit != 'true'
run: |
LIBS="`pwd`/libs"
CURL="`echo curl-*`"
tar xfj "$CURL"
pushd "${CURL%.tar.bz2}"
sed -i 's=-lgdi32=-lcrypt32 \0=' configure
PKG_CONFIG_PATH="$LIBS/lib/pkgconfig" ./configure --host=x86_64-w64-mingw32 \
--prefix="$LIBS" \
--disable-shared \
--disable-tftpf \
--disable-ldap \
--with-zlib \
--without-ssl --with-winssl \
--disable-tftp \
--disable-ldap
make -j 2 install
- name: Build boost
if: steps.cache-libs.outputs.cache-hit != 'true'
run: |
LIBS="`pwd`/libs"
BOOST="`echo boost_*`"
tar xfj "$BOOST"
pushd "${BOOST%.tar.bz2}"
# See https://github.com/boostorg/context/issues/101
sed -i '/os.\(name\|platform\)/d;/local tmp = /s=elf=pe=;/local tmp = /s=sysv=ms=' libs/context/build/Jamfile.v2
./bootstrap.sh --prefix=$LIBS
echo "using gcc : mingw32 : x86_64-w64-mingw32-g++ ;" > user-config.jam
./b2 --user-config=user-config.jam \
--without-python \
toolset=gcc-mingw32 \
target-os=windows \
variant=release \
link=static \
threading=multi \
runtime-link=static \
address-model=64 \
abi=ms \
install
build-mingw64:
name: Cross-build for windows using mingw
runs-on: ubuntu-latest
needs: prepare-mingw64-libs
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
ccache \
g++-mingw-w64-x86-64 \
mingw-w64-tools
sudo apt-get auto-remove -y
sudo apt-get clean -y
df -h
- uses: actions/checkout@v3
with:
submodules: recursive
- run: |
echo "OS_VERSION=`lsb_release -sr`" >> $GITHUB_ENV
- name: Load external libraries
uses: actions/cache@v3
with:
path: libs
key: mingw64-libs-${{ env.OS_VERSION }}-${{ env.BOOST_VERSION }}_${{ env.CURL_VERSION }}_${{ env.OPENSSL_VERSION }}_${{ env.ZLIB_VERSION }}
- name: Configure
run: |
LIBS="`pwd`/libs"
mkdir -p _build
pushd _build
cmake -D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_COMPILER=/usr/bin/x86_64-w64-mingw32-gcc-posix \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
-D CMAKE_CXX_COMPILER=/usr/bin/x86_64-w64-mingw32-g++-posix \
-D CMAKE_CXX_FLAGS=-Wa,-mbig-obj \
-D CMAKE_SYSTEM_NAME=Windows \
-D CURL_STATICLIB=ON \
-D CMAKE_EXE_LINKER_FLAGS=--static \
-D CMAKE_FIND_ROOT_PATH="/usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/;$LIBS" \
-D CMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER \
-D CMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY \
-D CMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \
-D GRAPHENE_DISABLE_UNITY_BUILD=ON \
..
- name: Load Cache
uses: actions/cache@v3
with:
path: ccache
key: ccache-mingw64-${{ env.OS_VERSION }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
ccache-mingw64-${{ env.OS_VERSION }}-${{ github.ref }}-
ccache-mingw64-${{ env.OS_VERSION }}-
- name: Build
run: |
export CCACHE_DIR="$GITHUB_WORKSPACE/ccache"
mkdir -p "$CCACHE_DIR"
make VERBOSE=1 -j 2 -C _build witness_node cli_wallet
================================================
FILE: .github/workflows/build-docker.yml
================================================
name: Docker
on: [ push, pull_request ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Decide whether to push to DockerHub, and set tag
if: |
github.event_name == 'push' &&
( startsWith( github.ref, 'refs/tags/' ) ||
contains( fromJSON('["master","develop","testnet","hardfork"]'), github.ref_name ) )
run: |
if [ "${GITHUB_REF_NAME}" == "master" ] ; then
DOCKER_PUSH_TAG=latest
else
DOCKER_PUSH_TAG=${GITHUB_REF_NAME}
fi
echo "DOCKER_PUSH_TAG=${DOCKER_PUSH_TAG}"
echo "DOCKER_PUSH_TAG=${DOCKER_PUSH_TAG}" >> $GITHUB_ENV
VERSION_MAJOR=`echo "${DOCKER_PUSH_TAG}" | cut -f1 -d'.'`
if [ "${VERSION_MAJOR}" != "${DOCKER_PUSH_TAG}" ]; then
VERSION_MINOR=`echo "${DOCKER_PUSH_TAG}" | cut -f2 -d'.'`
DOCKER_PUSH_TAG_SHORT=${VERSION_MAJOR}.${VERSION_MINOR}
if [ "${DOCKER_PUSH_TAG_SHORT}" != "${DOCKER_PUSH_TAG}" ]; then
echo "DOCKER_PUSH_TAG_SHORT=${DOCKER_PUSH_TAG_SHORT}"
echo "DOCKER_PUSH_TAG_SHORT=${DOCKER_PUSH_TAG_SHORT}" >> $GITHUB_ENV
fi
fi
- name: Test tag
if: env.DOCKER_PUSH_TAG != ''
run: echo "${DOCKER_PUSH_TAG}"
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build only
uses: docker/build-push-action@v4
with:
context: .
load: true
- name: Login to DockerHub
if: env.DOCKER_PUSH_TAG != ''
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to DockerHub (for branches)
if: env.DOCKER_PUSH_TAG != '' && env.DOCKER_PUSH_TAG_SHORT == ''
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ${{ secrets.DOCKERHUB_REPO_PATH }}:${{ env.DOCKER_PUSH_TAG }}
- name: Push to DockerHub (for tags)
if: env.DOCKER_PUSH_TAG != '' && env.DOCKER_PUSH_TAG_SHORT != ''
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: |
${{ secrets.DOCKERHUB_REPO_PATH }}:${{ env.DOCKER_PUSH_TAG }}
${{ secrets.DOCKERHUB_REPO_PATH }}:${{ env.DOCKER_PUSH_TAG_SHORT }}
================================================
FILE: .github/workflows/sonar-scan.yml
================================================
name: Scan with SonarScanner
on: [ push, pull_request ]
env:
CCACHE_COMPRESS: exists means true
CCACHE_SLOPPINESS: include_file_ctime,include_file_mtime,time_macros
jobs:
sonar-scan:
name: Scan with SonarScanner
strategy:
matrix:
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
services:
elasticsearch8:
image: elastic/elasticsearch:8.11.1
options: >-
--env ES_JAVA_OPTS="-Xms512m -Xmx512m"
--env discovery.type=single-node
--env xpack.security.enabled=false
--env xpack.security.http.ssl.enabled=false
--env action.destructive_requires_name=false
--env cluster.routing.allocation.disk.threshold_enabled=false
--publish 9200:9200
steps:
- name: Download and install latest SonarScanner CLI tool
run: |
SONAR_SCANNER_VERSION=`curl -w %{redirect_url} \
https://github.com/SonarSource/sonar-scanner-cli/releases/latest \
2>/dev/null | cut -f8 -d'/'`
SONAR_DOWNLOAD_PATH=https://binaries.sonarsource.com/Distribution/sonar-scanner-cli
curl --create-dirs -sSLo $HOME/.sonar/sonar-scanner.zip \
$SONAR_DOWNLOAD_PATH/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux.zip
unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/
curl --create-dirs -sSLo $HOME/.sonar/build-wrapper-linux-x86.zip \
https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
unzip -o $HOME/.sonar/build-wrapper-linux-x86.zip -d $HOME/.sonar/
SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux
echo "SONAR_SCANNER_VERSION=$SONAR_SCANNER_VERSION" >> $GITHUB_ENV
echo "SONAR_SCANNER_HOME=$SONAR_SCANNER_HOME" >> $GITHUB_ENV
echo "SONAR_SCANNER_OPTS=-server" >> $GITHUB_ENV
echo "$SONAR_SCANNER_HOME/bin" >> $GITHUB_PATH
echo "$HOME/.sonar/build-wrapper-linux-x86" >> $GITHUB_PATH
- name: Install dependencies
run: |
df -h
sudo apt-get update
openssl_ver=`sudo apt-cache madison openssl | grep xenial-updates | awk '{print $3}'`
libssl_ver=`sudo apt-cache madison libssl-dev | grep xenial-updates | awk '{print $3}'`
[ -n "${openssl_ver}" ] && [ -n "${libssl_ver}" ] && \
sudo apt-get install -y --allow-downgrades openssl=${openssl_ver} libssl-dev=${libssl_ver}
sudo apt-get install -y \
ccache \
gcovr \
parallel \
libboost-thread-dev \
libboost-iostreams-dev \
libboost-date-time-dev \
libboost-system-dev \
libboost-filesystem-dev \
libboost-program-options-dev \
libboost-chrono-dev \
libboost-test-dev \
libboost-context-dev \
libboost-regex-dev \
libboost-coroutine-dev \
libcurl4-openssl-dev
sudo apt-get auto-remove -y
sudo apt-get clean -y
df -h
sudo du -hs /mnt/*
sudo ls -alr /mnt/
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Configure
run: |
pwd
df -h .
free
mkdir -p _build
sudo mkdir -p /_build/libraries /_build/programs /mnt/_build/tests
sudo chmod a+rwx /_build/libraries /_build/programs /mnt/_build/tests
ln -s /_build/libraries _build/libraries
ln -s /_build/programs _build/programs
ln -s /mnt/_build/tests _build/tests
sudo ln -s /_build/libraries /mnt/_build/libraries
sudo ln -s /_build/programs /mnt/_build/programs
sudo ln -s /mnt/_build/tests /_build/tests
ls -al _build
sed -i '/tests/d' libraries/fc/CMakeLists.txt
pushd _build
export -n BOOST_ROOT BOOST_INCLUDEDIR BOOST_LIBRARYDIR
cmake -D CMAKE_BUILD_TYPE=Debug \
-D CMAKE_CXX_OUTPUT_EXTENSION_REPLACE=ON \
-D CMAKE_C_COMPILER=gcc \
-D CMAKE_C_COMPILER_LAUNCHER=ccache \
-D CMAKE_CXX_COMPILER=g++ \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
-D CMAKE_C_FLAGS=--coverage \
-D CMAKE_CXX_FLAGS=--coverage \
-D Boost_USE_STATIC_LIBS=OFF \
..
popd
# Get OS version to be used in cache key - see https://github.com/actions/cache/issues/543
- run: |
echo "OS_VERSION=`lsb_release -sr`" >> $GITHUB_ENV
- name: Load Cache
uses: actions/cache@v3
with:
path: |
ccache
key: sonar-${{ env.OS_VERSION }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
sonar-${{ env.OS_VERSION }}-${{ github.ref }}-
sonar-${{ env.OS_VERSION }}-
- name: Build
run: |
export CCACHE_DIR="$GITHUB_WORKSPACE/ccache"
mkdir -p "$CCACHE_DIR"
df -h
programs/build_helpers/make_with_sonar bw-output -j 2 -C _build \
witness_node cli_wallet js_operation_serializer get_dev_key network_mapper \
app_test chain_test cli_test es_test
df -h
du -hs _build/libraries/* _build/programs/* _build/tests/*
du -hs _build/*
du -hs /_build/*
- name: Quick test for program arguments
run: |
_build/programs/witness_node/witness_node --version
_build/programs/witness_node/witness_node --help
if _build/programs/witness_node/witness_node --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --plugins "account_history elasticsearch" ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
if _build/programs/witness_node/witness_node --rpc-endpoint --plugins "witness"; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
_build/programs/cli_wallet/cli_wallet --version
_build/programs/cli_wallet/cli_wallet --help
_build/programs/cli_wallet/cli_wallet --suggest-brain-key
if _build/programs/cli_wallet/cli_wallet --bad-arg ; then \
echo "Fail: did not get expected error."; false; \
else \
echo "Pass: got expected error."; \
fi
- name: Remove binaries that we no longer need
run: |
df -h
echo "Cleanup"
rm -rf _build/programs/witness_node/witness_node
rm -rf _build/programs/cli_wallet/cli_wallet
rm -rf _build/programs/network_mapper/network_mapper
rm -rf _build/programs/js_operation_serializer/js_operation_serializer
rm -rf _build/programs/genesis_util/get_dev_key
df -h
- name: Unit-Tests
timeout-minutes: 15
run: |
_build/tests/app_test -l test_suite
df -h
echo "Cleanup"
rm -rf /tmp/graphene*
_build/tests/es_test -l test_suite
df -h
echo "Cleanup"
rm -rf /tmp/graphene*
libraries/fc/tests/run-parallel-tests.sh _build/tests/chain_test -l test_suite
df -h
echo "Cleanup"
rm -rf /tmp/graphene*
_build/tests/cli_test -l test_suite
df -h
echo "Cleanup"
rm -rf /tmp/graphene*
df -h
- name: Prepare for scanning with SonarScanner
run: |
programs/build_helpers/set_sonar_branch_for_github_actions sonar-project.properties
pushd _build
gcovr --version
gcovr --exclude-unreachable-branches --exclude-throw-branches \
--exclude '\.\./programs/' \
--exclude '\.\./tests/' \
--sonarqube ../coverage.xml -r ..
popd
- name: Scan with SonarScanner
env:
# to get access to secrets.SONAR_TOKEN, provide GITHUB_TOKEN
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
sonar-scanner \
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
- name: Cleanup
run: |
df -h
echo "Final cleanup"
rm -rf _build/tests/app_test
rm -rf _build/tests/chain_test
rm -rf _build/tests/cli_test
rm -rf _build/tests/es_test
df -h
================================================
FILE: .gitignore
================================================
*.a
*.sw*
*.cmake
CMakeCache.txt
CMakeFiles
Makefile
compile_commands.json
moc_*
*.moc
genesis.json
hardfork.hpp
libraries/utilities/git_revision.cpp
libraries/wallet/Doxyfile
libraries/wallet/api_documentation.cpp
libraries/wallet/doxygen
programs/cli_wallet/cli_wallet
programs/js_operation_serializer/js_operation_serializer
programs/witness_node/witness_node
tests/app_test
tests/chain_bench
tests/chain_test
tests/intense_test
tests/performance_test
doxygen
wallet.json
witness_node_data_dir
*.wallet
programs/witness_node/object_database/*
object_database/*
*.pyc
*.pyo
================================================
FILE: .gitmodules
================================================
[submodule "docs"]
path = docs
url = https://github.com/bitshares/bitshares-core.wiki.git
ignore = dirty
[submodule "libraries/fc"]
path = libraries/fc
url = https://github.com/bitshares/bitshares-fc.git
ignore = dirty
================================================
FILE: .mailmap
================================================
Alexey Frolov <alexey.frolov@aetsoft.by> <a.frolov@aetsoft.by>
Alfredo Garcia <oxarbitrage@gmail.com> <oxarbitrage@gmail.com>
Alfredo Garcia <oxarbitrage@gmail.com> <root@NC-PH-1346-07.web-hosting.com>
Anonymous <you@example.com>
Anton Autushka <antoninus.liberalis@gmail.com> <a.autushka@aetsoft.by>
BrownBear <-> <->
Christopher Sanborn <23085117+christophersanborn@users.noreply.github.com>
Chronos <chronos.crypto@gmail.com>
Dan Notestein <dan@syncad.com> <dan@syncad.com>
Dan Notestein <dan@syncad.com> <syncad@syncad.com>
Daniel Larimer <bytemaster@users.noreply.github.com> <dlarimer@gmail.com>
Daniel Larimer <bytemaster@users.noreply.github.com> <dan.larimer@block.one>
Daniel Larimer <bytemaster@users.noreply.github.com> <dan@bitshares.org>
Daniel Larimer <bytemaster@users.noreply.github.com> <dan@invictus-innovations.com>
Daniel Larimer <bytemaster@users.noreply.github.com> <dlarimer@invictus-innovations.com>
Daniel Larimer <bytemaster@users.noreply.github.com> <dan@steemit.com>
Daniel Larimer <bytemaster@users.noreply.github.com> <dan.larimer@8riverscapital.com>
Eric Frias <efrias@syncad.com>
Fabian Schuh <Fabian@chainsquad.com> <mail@xeroc.org>
Fabian Schuh <Fabian@chainsquad.com> <xeroc@chainsquad.com>
John M. Jones <jmjatlanta@gmail.com>
Ken Code <ken@BitShares-Munich.de>
Matias Romeo <matias.romeo@gmail.com>
Michael Vandeberg <mvandeberg@users.noreply.github.com> <vandeberg@cryptonomex.com>
Michael Vandeberg <mvandeberg@users.noreply.github.com> <vandeberg@steemit.com>
Nathan Hourt <themodprobe@protonmail.com> <nat.hourt@gmail.com>
Nathan Hourt <themodprobe@protonmail.com> <nathan@followmyvote.com>
Nathan Hourt <themodprobe@protonmail.com> <nathan@bitshares.org>
Nikolai Mushegian <nikolai.mushegian@gmail.com> <nmushegi@andrew.cmu.edu>
OpenLedger <service.github@openledger.info> <service.github@openledger.info>
OpenLedger <service.github@openledger.info> <42674402+OpenLedgerApp@users.noreply.github.com>
Peter Conrad <conrad@quisquis.de> <cyrano@quisquis.de>
Peter Conrad <conrad@quisquis.de> <github.com@quisquis.de>
Qi Xing <cwyyprog@163.com> <cwyyprog@163.com>
Roelandp <dnaleor@gmail.com>
Ryan R. Fox <ryan@ryanrfox.com> <ryan@ryanrfox.com>
Ryan R. Fox <ryan@ryanrfox.com> <ryanRfox@users.noreply.github.com>
Sigve Kvalsvik <bitsharesblocks@gmail.com> <sigvekvalsvik@gmail.com>
Valentine Zavgorodnev <i@valzav.com> <i@valzav.com>
Valentine Zavgorodnev <i@valzav.com> <vz@valzav.com>
Valera Cogut <info@valeracogut.com> <valerakogut@gmail.com>
Vikram Rajkumar <vikramrajkumar@users.noreply.github.com> <vikram@bitshares.org>
Vikram Rajkumar <vikramrajkumar@users.noreply.github.com> <vikram@soledger.com>
Vikram Rajkumar <vikramrajkumar@users.noreply.github.com> <vikramrajkumar1@gmail.com>
William <tmfc@homtail.com> <jinwei@gmail.com>
William <tmfc@homtail.com> <tmfc@homtail.com>
Xiaodong Li <mantianyu@gmail.com> <cifer-lee@users.noreply.github.com>
Xiaodong Li <mantianyu@gmail.com> <mantianyu@gmail.com>
Xiaodong Li <mantianyu@gmail.com> <maintianyu@gmail.com>
Xiaodong Li <mantianyu@gmail.com> <lixiaodongcifer@didichuxing.com>
Yuvaraj Gogoi <yuvarajgogoi@gmail.com> <yuvarajgogoi@gmail.com>
abitmore <abitmore@users.noreply.github.com>
albert <393259066@qq.com> <393259066@qq.com>
albert <393259066@qq.com> <zhuliting@gxb.io>
batmaninpink <batmaninpink@users.noreply.github.com> <batmaninpink@>
bitcube <root@seed.cubeconnex.com>
btcinshares <btcinshares@protonmail.com> <33876675+btcinshares@users.noreply.github.com>
crazybits <crazybit.github@gmail.com> <crazybit.github@gmail.com>
crazybits <crazybit.github@gmail.com> <crazybits@users.noreply.github.com>
theoreticalbts <theoreticalbts@users.noreply.github.com> <drltc@users.noreply.github.com>
theoreticalbts <theoreticalbts@users.noreply.github.com> <theoreticalbts@users.noreply.github.com>
================================================
FILE: CMakeLists.txt
================================================
# Defines BitShares library target.
cmake_minimum_required( VERSION 3.2 FATAL_ERROR )
project( BitShares LANGUAGES CXX C)
set( BLOCKCHAIN_NAME "BitShares" )
set( CLI_CLIENT_EXECUTABLE_NAME graphene_client )
set( GUI_CLIENT_EXECUTABLE_NAME BitShares )
set( CUSTOM_URL_SCHEME "gcs" )
set( INSTALLER_APP_ID "68ad7005-8eee-49c9-95ce-9eed97e5b347" )
set( CMAKE_CXX_STANDARD 14 )
set( CMAKE_CXX_STANDARD_REQUIRED ON )
if( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR
"${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
set( CMAKE_CXX_EXTENSIONS ON ) # for __int128 support
else()
set( CMAKE_CXX_EXTENSIONS OFF )
endif()
# http://stackoverflow.com/a/18369825
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
message(FATAL_ERROR "GCC version must be at least 4.8!")
endif()
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.3)
message(FATAL_ERROR "Clang version must be at least 3.3!")
endif()
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
if ("${CMAKE_CXX_COMPILER_VERSION}" VERSION_LESS "19.0")
message(FATAL_ERROR "MSVC version must be at least 19.0 (Visual Studio 2015 Update 1)!")
endif()
# allow MSVC VS2015 with Update 1, other 2015 versions are not supported
if ("${CMAKE_CXX_COMPILER_VERSION}" VERSION_EQUAL "19.0")
if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL "19.0.23506.0")
message(FATAL_ERROR "Your version ${CMAKE_CXX_COMPILER_VERSION} of MSVC is not supported, use version 19.0.23506.0 (Visual Studio 2015 Update 1)!")
endif()
endif()
endif()
list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules" )
include(CheckCCompilerFlag)
include(Utils)
# function to help with cUrl
macro(FIND_CURL)
if (NOT WIN32 AND NOT APPLE AND CURL_STATICLIB)
find_package(OpenSSL REQUIRED)
set (OLD_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES})
set (CMAKE_FIND_LIBRARY_SUFFIXES .a)
find_package(CURL REQUIRED)
list(APPEND CURL_LIBRARIES ${OPENSSL_LIBRARIES} ${BOOST_THREAD_LIBRARY} ${CMAKE_DL_LIBS})
set (CMAKE_FIND_LIBRARY_SUFFIXES ${OLD_SUFFIXES})
else (NOT WIN32 AND NOT APPLE AND CURL_STATICLIB)
find_package(CURL REQUIRED)
endif (NOT WIN32 AND NOT APPLE AND CURL_STATICLIB)
if( APPLE AND NOT "${CURL_VERSION_STRING}" VERSION_LESS "7.77.0" )
list( APPEND CURL_LIBRARIES "-framework CoreFoundation" )
list( APPEND CURL_LIBRARIES "-framework SystemConfiguration" )
endif()
message(STATUS "CURL libraries: ${CURL_LIBRARIES}")
if( WIN32 )
if ( MSVC )
list( APPEND CURL_LIBRARIES Wldap32 )
endif( MSVC )
if( MINGW )
# MinGW requires a specific order of included libraries ( CURL before ZLib )
find_package( ZLIB REQUIRED )
list( APPEND CURL_LIBRARIES ${ZLIB_LIBRARY} pthread )
endif( MINGW )
list( APPEND CURL_LIBRARIES ${PLATFORM_SPECIFIC_LIBS} )
endif( WIN32 )
endmacro()
# Save the old value of CMAKE_REQUIRED_FLAGS
set( TEMP_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} )
# Check submodules
if(NOT MANUAL_SUBMODULES)
find_package(Git)
if(GIT_FOUND)
function (check_submodule relative_path)
execute_process(COMMAND git rev-parse "HEAD" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${relative_path} OUTPUT_VARIABLE localHead)
execute_process(COMMAND git rev-parse "HEAD:${relative_path}" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} OUTPUT_VARIABLE checkedHead)
string(COMPARE EQUAL "${localHead}" "${checkedHead}" upToDate)
if (upToDate)
message(STATUS "Submodule '${relative_path}' is up-to-date")
else()
message(FATAL_ERROR "Submodule '${relative_path}' is not up-to-date. Please update all submodules with\ngit submodule update --init --recursive --force\nor run cmake with -DMANUAL_SUBMODULES=1\n")
endif()
endfunction ()
message(STATUS "Checking submodules")
check_submodule(docs)
check_submodule(libraries/fc)
endif()
endif()
# Make sure to always re-run the test.
unset( MANUAL_SUBMODULES CACHE )
# Fortify source
if (CMAKE_COMPILER_IS_GNUCXX)
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
message (STATUS "Setting optimizations for clang++")
set(CMAKE_CXX_FLAGS_RELEASE "-D_FORTIFY_SOURCE=2 -O3 -DNDEBUG=1")
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-D_FORTIFY_SOURCE=2 -O3 -DNDEBUG=1 -g")
# check and add data execution prevention
message (STATUS "Enabling data execution prevention")
add_linker_flag("-fsanitize=safe-stack")
# check and add Stack-based buffer overrun detection
set(CMAKE_REQUIRED_FLAGS "-fstack-protector")
check_c_compiler_flag("" HAVE_STACKPROTECTOR)
if(HAVE_STACKPROTECTOR)
message (STATUS "Enabling stack-based buffer overrun detection")
add_flag_append(CMAKE_C_FLAGS "-fstack-protector")
add_flag_append(CMAKE_CXX_FLAGS "-fstack-protector")
endif()
else ()
message (STATUS "Setting optimizations for g++")
set(CMAKE_CXX_FLAGS_RELEASE "-D_FORTIFY_SOURCE=2 -O3 -DNDEBUG=1")
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-D_FORTIFY_SOURCE=2 -O3 -DNDEBUG=1 -g")
# check and add data execution prevention
set(CMAKE_REQUIRED_FLAGS "-Wl,-znoexecstack")
check_c_compiler_flag("" HAVE_NOEXECSTACK)
if(HAVE_NOEXECSTACK)
message (STATUS "Enabling data execution prevention")
add_linker_flag("-znoexecstack")
endif()
# check and add Stack-based buffer overrun detection
set(CMAKE_REQUIRED_FLAGS "-fstack-protector-strong")
check_c_compiler_flag("" HAVE_STACKPROTECTOR)
if(HAVE_STACKPROTECTOR)
message (STATUS "Enabling stack-based buffer overrun detection")
add_flag_append(CMAKE_C_FLAGS "-fstack-protector-strong")
add_flag_append(CMAKE_CXX_FLAGS "-fstack-protector-strong")
endif()
endif ()
endif ()
# check for Data relocation and Protection (RELRO)
set(CMAKE_REQUIRED_FLAGS "-Wl,-zrelro,-znow")
check_c_compiler_flag("" HAVE_RELROFULL)
if(HAVE_RELROFULL)
message (STATUS "Enabling full data relocation and protection")
add_linker_flag("-zrelro")
add_linker_flag("-znow")
else()
#if full relro is not available, try partial relro
set(CMAKE_REQUIRED_FLAGS "-Wl,-zrelro")
check_c_compiler_flag("" HAVE_RELROPARTIAL)
if(HAVE_RELROPARTIAL)
message (STATUS "Enabling partial data relocation and protection")
add_linker_flag("-zrelro")
endif()
endif()
set(CMAKE_REQUIRED_FLAGS ${TEMP_REQUIRED_FLAGS} )
# position independent executetable (PIE)
# position independent code (PIC)
if (NOT MSVC)
add_definitions (-fPIC)
endif(NOT MSVC)
set(CMAKE_EXPORT_COMPILE_COMMANDS "ON")
set( GRAPHENE_EGENESIS_JSON "${CMAKE_CURRENT_SOURCE_DIR}/libraries/egenesis/genesis.json"
CACHE STRING "Path to embedded genesis file" )
if (USE_PCH)
include (cotire)
endif(USE_PCH)
option(USE_PROFILER "Build with GPROF support(Linux)." OFF)
# Use Boost config file from fc
set(Boost_DIR "${CMAKE_CURRENT_SOURCE_DIR}/libraries/fc/CMakeModules/Boost")
list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/libraries/fc/GitVersionGen" )
include( GetGitRevisionDescription )
get_git_head_revision( GIT_REFSPEC GIT_SHA2 )
SET(BOOST_COMPONENTS)
LIST(APPEND BOOST_COMPONENTS thread
iostreams
date_time
system
filesystem
program_options
chrono
unit_test_framework
context
coroutine
regex)
# boost::endian is also required, but FindBoost can't handle header-only libs
SET( Boost_USE_STATIC_LIBS ON CACHE STRING "ON or OFF" )
IF(WIN32)
if($ENV{BOOST_ROOT})
SET(BOOST_ROOT $ENV{BOOST_ROOT})
endif($ENV{BOOST_ROOT})
set(Boost_USE_MULTITHREADED ON)
set(BOOST_ALL_DYN_LINK OFF) # force dynamic linking for all libraries
add_definitions("-DCURL_STATICLIB")
list(APPEND PLATFORM_SPECIFIC_LIBS ws2_32 crypt32 mswsock userenv )
ELSE( WIN32 )
IF( APPLE )
set( CMAKE_THREAD_LIBS_INIT "-lpthread" )
set( CMAKE_HAVE_THREADS_LIBRARY 1 )
set( CMAKE_USE_WIN32_THREADS_INIT 0 )
set( CMAKE_USE_PTHREADS_INIT 1 )
set( THREADS_PREFER_PTHREAD_FLAG ON )
ENDIF( APPLE )
ENDIF(WIN32)
FIND_PACKAGE(Boost CONFIG REQUIRED COMPONENTS ${BOOST_COMPONENTS})
# enforce more strict compiler warnings and errors
add_compiler_flag_if_available("-Wall")
add_compiler_flag_if_available("-Wclobbered")
add_compiler_flag_if_available("-Wempty-body")
add_compiler_flag_if_available("-Wformat-security")
add_compiler_flag_if_available("-Wignored-qualifiers")
add_compiler_flag_if_available("-Wimplicit-fallthrough=5")
add_compiler_flag_if_available("-Wmissing-field-initializers")
add_compiler_flag_if_available("-Wpointer-arith")
add_compiler_flag_if_available("-Wshift-negative-value")
add_compiler_flag_if_available("-Wtype-limits")
add_compiler_flag_if_available("-Wunused-but-set-parameter")
if( WIN32 )
message( STATUS "Configuring BitShares on WIN32")
if ( MINGW )
message( STATUS "Windows build using MinGW" )
set( FULL_STATIC_BUILD TRUE )
else( MINGW )
set( ZLIB_LIBRARIES "" )
endif( MINGW )
SET( DEFAULT_EXECUTABLE_INSTALL_DIR bin/ )
if( MSVC )
add_definitions(-DWIN32_LEAN_AND_MEAN)
#looks like this flag can have different default on some machines.
SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /SAFESEH:NO")
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SAFESEH:NO")
# Probably cmake has a bug and vcxproj generated for executable in Debug conf. has disabled debug info
set(CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG} /DEBUG")
endif ( MSVC )
else( WIN32 ) # Apple AND Linux
if( APPLE )
# Apple Specific Options Here
message( STATUS "Configuring BitShares on macOS" )
set( CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -stdlib=libc++ -Wall -fvisibility-inlines-hidden -fvisibility=hidden" )
else( APPLE )
if ( "${CMAKE_SYSTEM_NAME}" STREQUAL "OpenBSD" )
# OpenBSD Specific Options
message( STATUS "Configuring BitShares on OpenBSD" )
else()
# Linux Specific Options Here
message( STATUS "Configuring BitShares on Linux" )
set( rt_library rt )
endif()
# Common Linux & OpenBSD Options
set( CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -Wall" )
if(USE_PROFILER)
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pg" )
endif( USE_PROFILER )
set( pthread_library pthread)
if ( NOT DEFINED crypto_library )
# I'm not sure why this is here, I guess someone has openssl and can't detect it with find_package()?
# if you have a normal install, you can define crypto_library to the empty string to avoid a build error
set( crypto_library crypto)
endif ()
endif( APPLE )
if( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-builtin-memcmp" )
elseif( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
if( CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 4.0.0 OR CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.0.0 )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-invalid-partial-specialization" )
endif()
endif()
if( "${CMAKE_GENERATOR}" STREQUAL "Ninja" )
if( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fcolor-diagnostics" )
endif()
endif()
# based on http://www.delorie.com/gnu/docs/gdb/gdb_70.html
# uncomment this line to tell GDB about macros (slows compile times)
# set( CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -gdwarf-2 -g3" )
endif( WIN32 )
if ( NOT MSVC AND FULL_STATIC_BUILD )
set( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static -static-libstdc++ -static-libgcc" )
endif ( NOT MSVC AND FULL_STATIC_BUILD )
set(ENABLE_COVERAGE_TESTING FALSE CACHE BOOL "Build BitShares for code coverage analysis")
if(ENABLE_COVERAGE_TESTING)
SET(CMAKE_CXX_FLAGS "--coverage ${CMAKE_CXX_FLAGS}")
endif()
add_subdirectory( libraries )
add_subdirectory( programs )
add_subdirectory( tests )
if (ENABLE_INSTALLER)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
include(InstallRequiredSystemLibraries)
set(CPACK_OUTPUT_FILE_PREFIX ${CMAKE_BINARY_DIR}/packages)
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/install)
SET(CPACK_PACKAGE_DIRECTORY "${CMAKE_INSTALL_PREFIX}")
set(CPACK_PACKAGE_NAME "graphene")
set(CPACK_PACKAGE_VENDOR "Cryptonomex, Inc.")
set(CPACK_PACKAGE_VERSION_MAJOR "${VERSION_MAJOR}")
set(CPACK_PACKAGE_VERSION_MINOR "${VERSION_MINOR}")
set(CPACK_PACKAGE_VERSION_PATCH "${VERSION_PATCH}")
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(CPACK_PACKAGE_DESCRIPTION "A client for the BitShares network")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A client for the BitShares network")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "BitShares ${CPACK_PACKAGE_VERSION}")
if(WIN32)
SET(CPACK_GENERATOR "ZIP;NSIS")
set(CPACK_PACKAGE_NAME "BitShares") # override above
set(CPACK_NSIS_EXECUTABLES_DIRECTORY .)
set(CPACK_NSIS_PACKAGE_NAME "BitShares v${CPACK_PACKAGE_VERSION}")
set(CPACK_NSIS_DISPLAY_NAME "${CPACK_NSIS_PACKAGE_NAME}")
set(CPACK_NSIS_DEFINES " !define MUI_STARTMENUPAGE_DEFAULTFOLDER \\\"BitShares\\\"")
# it seems like windows zip files usually don't have a single directory inside them, unix tgz frequently do
SET(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0)
endif(WIN32)
if(APPLE)
set(CPACK_GENERATOR "DragNDrop")
endif()
if(LINUX)
# Linux gets a .tgz
SET(CPACK_GENERATOR "TGZ")
SET(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 1)
endif(LINUX)
include(CPack)
endif(ENABLE_INSTALLER)
MESSAGE( STATUS "" )
MESSAGE( STATUS "PROFILER: ${USE_PROFILER}" )
MESSAGE( STATUS "" )
================================================
FILE: CONTRIBUTORS.txt
================================================
Contributors to this repository, in descending order by number of commits. Update with
head -5 CONTRIBUTORS.txt >contrib.tmp && git shortlog -s -e -n | cut -f 2 >>contrib.tmp && mv contrib.tmp CONTRIBUTORS.txt
==============================================================================
abitmore <abitmore@users.noreply.github.com>
Alfredo Garcia <oxarbitrage@gmail.com>
John M. Jones <jmjatlanta@gmail.com>
theoreticalbts <theoreticalbts@users.noreply.github.com>
Peter Conrad <conrad@quisquis.de>
Daniel Larimer <bytemaster@users.noreply.github.com>
Nathan Hourt <themodprobe@protonmail.com>
Vikram Rajkumar <vikramrajkumar@users.noreply.github.com>
Eric Frias <efrias@syncad.com>
Valera Cogut <info@valeracogut.com>
Michel Santos <MichelSantos@users.noreply.github.com>
Xiaodong Li <mantianyu@gmail.com>
Fabian Schuh <Fabian@chainsquad.com>
manikey123 <mansiimohan@gmail.com>
Christopher Sanborn <23085117+christophersanborn@users.noreply.github.com>
crypto-ape <43807588+crypto-ape@users.noreply.github.com>
lubos.ilcik <lubos.ilcik@touch4it.com>
Matias Romeo <matias.romeo@gmail.com>
OpenLedger <service.github@openledger.info>
Sigve Kvalsvik <bitsharesblocks@gmail.com>
albert <393259066@qq.com>
Ryan R. Fox <ryan@ryanrfox.com>
Valentine Zavgorodnev <i@valzav.com>
Michael Vandeberg <mvandeberg@users.noreply.github.com>
James Calfee <james@jcalfee.info>
ioBanker <37595908+ioBanker@users.noreply.github.com>
Alexey Frolov <alexey.frolov@aetsoft.by>
syalon <hanomirin@foxmail.com>
takaaki7 <nakama67006700@gmail.com>
Nicolas Wack <wackou@gmail.com>
Taconator <TheTaconator@users.noreply.github.com>
Qi Xing <cwyyprog@163.com>
Anton Autushka <antoninus.liberalis@gmail.com>
Chronos <chronos.crypto@gmail.com>
Wei Yang <richard.weiyang@gmail.com>
Zapata <marco.tessari@gmail.com>
btcinshares <btcinshares@protonmail.com>
crazybits <crazybit.github@gmail.com>
Anzhy Cherrnyavski <a.chernyavski@pixelplex.io>
Tengfei Niu <spartucus@users.noreply.github.com>
Tiago Peralta <tperalta82@gmail.com>
xiao93 <42384581+xiao93@users.noreply.github.com>
Karl Semich <0xloem@gmail.com>
SahkanDesertHawk <panasiuki@gmail.com>
Scott Howard <showard314@gmail.com>
TechnoL0g <9394904+technologiespro@users.noreply.github.com>
Tydus <Tydus@Tydus.org>
William <tmfc@homtail.com>
bangzi1001 <36911788+bangzi1001@users.noreply.github.com>
d.yakovitsky <d.yakovitsky@aetsoft.by>
ddylko <ddylko@ddylkoPC>
iHashFury <iPerky@users.noreply.github.com>
necklace <necklace@163.com>
xuquan316 <xuquan316@vip.qq.com>
Bartek Wrona <wrona@syncad.com>
BhuzOr <giaquinta.adriano@gmail.com>
Blockchain Projects BV <info@blockchainprojectsbv.com>
Bruce Steedman <MatzFan@users.noreply.github.com>
Charles Cooper <cooper.charles.m@gmail.com>
Erkan Yilmaz <erkan77@gmail.com>
Haruka Ma <mrx@hcc.im>
Jaewoo Cho <clayop@gmail.com>
Jose Marcial Vieira Bisneto <marcial.vieirab@gmail.com>
Jozef Knaperek <jknaperek@gmail.com>
Ken Code <ken@BitShares-Munich.de>
Krzysztof Szumny <krzysztof.szumny@stxnext.pl>
Massimo Paladin <massimo.paladin@gmail.com>
Paul Brossier <piem@piem.org>
Roelandp <dnaleor@gmail.com>
Semen Martynov <semen.martynov@gmail.com>
Thomas Freedman <thom@ozarkholler.com>
Troglodactyl <troglodactyl@gmail.com>
VoR0220 <catalanor0220@gmail.com>
alt <pch957@163.com>
bitcube <root@seed.cubeconnex.com>
hammadsherwani <83015346+hammadsherwani@users.noreply.github.com>
lafona <lafona@protonmail.com>
liondani <liondani@gmx.com>
litepresence <finitestate@tutamail.com>
lososeg <ya.lososeg@gmail.com>
sinetek <pitwuu@gmail.com>
================================================
FILE: Dockerfile
================================================
# The image for building
FROM phusion/baseimage:focal-1.2.0 as build
ENV LANG=en_US.UTF-8
# Install dependencies
RUN \
apt-get update && \
apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \
apt-get update && \
apt-get install -y \
g++ \
autoconf \
cmake \
git \
libbz2-dev \
libcurl4-openssl-dev \
libssl-dev \
libncurses-dev \
libboost-thread-dev \
libboost-iostreams-dev \
libboost-date-time-dev \
libboost-system-dev \
libboost-filesystem-dev \
libboost-program-options-dev \
libboost-chrono-dev \
libboost-test-dev \
libboost-context-dev \
libboost-regex-dev \
libboost-coroutine-dev \
libtool \
doxygen \
ca-certificates \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ADD . /bitshares-core
WORKDIR /bitshares-core
# Compile
RUN \
( git submodule sync --recursive || \
find `pwd` -type f -name .git | \
while read f; do \
rel="$(echo "${f#$PWD/}" | sed 's=[^/]*/=../=g')"; \
sed -i "s=: .*/.git/=: $rel/=" "$f"; \
done && \
git submodule sync --recursive ) && \
git submodule update --init --recursive && \
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DGRAPHENE_DISABLE_UNITY_BUILD=ON \
. && \
make witness_node cli_wallet get_dev_key && \
install -s programs/witness_node/witness_node \
programs/genesis_util/get_dev_key \
programs/cli_wallet/cli_wallet \
/usr/local/bin && \
#
# Obtain version
mkdir -p /etc/bitshares && \
git rev-parse --short HEAD > /etc/bitshares/version && \
cd / && \
rm -rf /bitshares-core
# The final image
FROM phusion/baseimage:focal-1.2.0
LABEL maintainer="The bitshares decentralized organisation"
ENV LANG=en_US.UTF-8
# Install required libraries
RUN \
apt-get update && \
apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \
apt-get update && \
apt-get install --no-install-recommends -y \
libcurl4 \
ca-certificates \
&& \
mkdir -p /etc/bitshares && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY --from=build /usr/local/bin/* /usr/local/bin/
COPY --from=build /etc/bitshares/version /etc/bitshares/
WORKDIR /
RUN groupadd -g 10001 bitshares
RUN useradd -u 10000 -g bitshares -s /bin/bash -m -d /var/lib/bitshares --no-log-init bitshares
ENV HOME /var/lib/bitshares
RUN chown bitshares:bitshares -R /var/lib/bitshares
# default exec/config files
ADD docker/default_config.ini /etc/bitshares/config.ini
ADD docker/default_logging.ini /etc/bitshares/logging.ini
ADD docker/bitsharesentry.sh /usr/local/bin/bitsharesentry.sh
RUN chmod a+x /usr/local/bin/bitsharesentry.sh
# Volume
VOLUME ["/var/lib/bitshares", "/etc/bitshares"]
# rpc service:
EXPOSE 8090
# p2p service:
EXPOSE 1776
# Make Docker send SIGINT instead of SIGTERM to the daemon
STOPSIGNAL SIGINT
# Temporarily commented out due to permission issues caused by older versions, to be restored in a future version
#USER bitshares:bitshares
# default execute entry
ENTRYPOINT ["/usr/local/bin/bitsharesentry.sh"]
================================================
FILE: Doxyfile
================================================
# Doxyfile 1.8.9.1
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
#
# All text after a single hash (#) is considered a comment and will be ignored.
# The format is:
# TAG = value [value, ...]
# For lists, items can also be appended using:
# TAG += value [value, ...]
# Values that contain spaces should be placed between quotes (\" \").
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
# This tag specifies the encoding used for all characters in the config file
# that follow. The default is UTF-8 which is also the encoding used for all text
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
# for the list of possible encodings.
# The default value is: UTF-8.
DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
# double-quotes, unless you are using Doxywizard) that should identify the
# project for which the documentation is generated. This name is used in the
# title of most generated pages and in a few other places.
# The default value is: My Project.
PROJECT_NAME = "BitShares-Core"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = "7.0.0"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
PROJECT_BRIEF = "BitShares blockchain node software and command-line wallet software"
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
PROJECT_LOGO =
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
OUTPUT_DIRECTORY = doxygen
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
# will distribute the generated files over these directories. Enabling this
# option can be useful when feeding doxygen a huge amount of source files, where
# putting all generated files in the same directory would otherwise causes
# performance problems for the file system.
# The default value is: NO.
CREATE_SUBDIRS = NO
# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
# characters to appear in the names of generated files. If set to NO, non-ASCII
# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
# U+3044.
# The default value is: NO.
ALLOW_UNICODE_NAMES = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
# information to generate all constant output in the proper language.
# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
# Ukrainian and Vietnamese.
# The default value is: English.
OUTPUT_LANGUAGE = English
# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
# descriptions after the members that are listed in the file and class
# documentation (similar to Javadoc). Set to NO to disable this.
# The default value is: YES.
BRIEF_MEMBER_DESC = YES
# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
# description of a member or function before the detailed description
#
# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
# brief descriptions will be completely suppressed.
# The default value is: YES.
REPEAT_BRIEF = YES
# This tag implements a quasi-intelligent brief description abbreviator that is
# used to form the text in various listings. Each string in this list, if found
# as the leading text of the brief description, will be stripped from the text
# and the result, after processing the whole list, is used as the annotated
# text. Otherwise, the brief description is used as-is. If left blank, the
# following values are used ($name is automatically replaced with the name of
# the entity):The $name class, The $name widget, The $name file, is, provides,
# specifies, contains, represents, a, an and the.
ABBREVIATE_BRIEF =
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
# doxygen will generate a detailed section even if there is only a brief
# description.
# The default value is: NO.
ALWAYS_DETAILED_SEC = NO
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
# inherited members of a class in the documentation of that class as if those
# members were ordinary class members. Constructors, destructors and assignment
# operators of the base classes will not be shown.
# The default value is: NO.
INLINE_INHERITED_MEMB = NO
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
# before files name in the file list and in the header files. If set to NO the
# shortest path that makes the file name unique will be used
# The default value is: YES.
FULL_PATH_NAMES = YES
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
# Stripping is only done if one of the specified strings matches the left-hand
# part of the path. The tag can be used to show relative paths in the file list.
# If left blank the directory from which doxygen is run is used as the path to
# strip.
#
# Note that you can specify absolute paths here, but also relative paths, which
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
STRIP_FROM_PATH =
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
# header file to include in order to use a class. If left blank only the name of
# the header file containing the class definition is used. Otherwise one should
# specify the list of include paths that are normally passed to the compiler
# using the -I flag.
STRIP_FROM_INC_PATH =
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
# less readable) file names. This can be useful is your file systems doesn't
# support long names like on DOS, Mac, or CD-ROM.
# The default value is: NO.
SHORT_NAMES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
# first line (until the first dot) of a Javadoc-style comment as the brief
# description. If set to NO, the Javadoc-style will behave just like regular Qt-
# style comments (thus requiring an explicit @brief command for a brief
# description.)
# The default value is: NO.
JAVADOC_AUTOBRIEF = NO
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If
# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
# requiring an explicit \brief command for a brief description.)
# The default value is: NO.
QT_AUTOBRIEF = NO
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
# a brief description. This used to be the default behavior. The new default is
# to treat a multi-line C++ comment block as a detailed description. Set this
# tag to YES if you prefer the old behavior instead.
#
# Note that setting this tag to YES also means that rational rose comments are
# not recognized any more.
# The default value is: NO.
MULTILINE_CPP_IS_BRIEF = NO
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
# documentation from any documented member that it re-implements.
# The default value is: YES.
INHERIT_DOCS = YES
# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
# page for each member. If set to NO, the documentation of a member will be part
# of the file/class/namespace that contains it.
# The default value is: NO.
SEPARATE_MEMBER_PAGES = NO
# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
# uses this value to replace tabs by spaces in code fragments.
# Minimum value: 1, maximum value: 16, default value: 4.
TAB_SIZE = 4
# This tag can be used to specify a number of aliases that act as commands in
# the documentation. An alias has the form:
# name=value
# For example adding
# "sideeffect=@par Side Effects:\n"
# will allow you to put the command \sideeffect (or @sideeffect) in the
# documentation, which will result in a user-defined paragraph with heading
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.
ALIASES =
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
# will allow you to use the command class in the itcl::class meaning.
TCL_SUBST =
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For
# instance, some of the names that are used will be different. The list of all
# members will be omitted, etc.
# The default value is: NO.
OPTIMIZE_OUTPUT_FOR_C = NO
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
# Python sources only. Doxygen will then generate output that is more tailored
# for that language. For instance, namespaces will be presented as packages,
# qualified scopes will look different, etc.
# The default value is: NO.
OPTIMIZE_OUTPUT_JAVA = NO
# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
# sources. Doxygen will then generate output that is tailored for Fortran.
# The default value is: NO.
OPTIMIZE_FOR_FORTRAN = NO
# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
# sources. Doxygen will then generate output that is tailored for VHDL.
# The default value is: NO.
OPTIMIZE_OUTPUT_VHDL = NO
# Doxygen selects the parser to use depending on the extension of the files it
# parses. With this tag you can assign which parser to use for a given
# extension. Doxygen has a built-in mapping, but you can override or extend it
# using this tag. The format is ext=language, where ext is a file extension, and
# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
# Fortran. In the later case the parser tries to guess whether the code is fixed
# or free formatted code, this is the default for Fortran type files), VHDL. For
# instance to make doxygen treat .inc files as Fortran files (default is PHP),
# and .f files as C (default is Fortran), use: inc=Fortran f=C.
#
# Note: For files without extension you can use no_extension as a placeholder.
#
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
# the files are not read by doxygen.
EXTENSION_MAPPING =
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
# according to the Markdown format, which allows for more readable
# documentation. See http://daringfireball.net/projects/markdown/ for details.
# The output of markdown processing is further processed by doxygen, so you can
# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
# case of backward compatibilities issues.
# The default value is: YES.
MARKDOWN_SUPPORT = YES
# When enabled doxygen tries to link words that correspond to documented
# classes, or namespaces to their corresponding documentation. Such a link can
# be prevented in individual cases by putting a % sign in front of the word or
# globally by setting AUTOLINK_SUPPORT to NO.
# The default value is: YES.
AUTOLINK_SUPPORT = YES
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
# to include (a tag file for) the STL sources as input, then you should set this
# tag to YES in order to let doxygen match functions declarations and
# definitions whose arguments contain STL classes (e.g. func(std::string);
# versus func(std::string) {}). This also make the inheritance and collaboration
# diagrams that involve STL classes more complete and accurate.
# The default value is: NO.
BUILTIN_STL_SUPPORT = NO
# If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support.
# The default value is: NO.
CPP_CLI_SUPPORT = NO
# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
# will parse them like normal C++ but will assume all classes use public instead
# of private inheritance when no explicit protection keyword is present.
# The default value is: NO.
SIP_SUPPORT = NO
# For Microsoft's IDL there are propget and propput attributes to indicate
# getter and setter methods for a property. Setting this option to YES will make
# doxygen to replace the get and set methods by a property in the documentation.
# This will only work if the methods are indeed getting or setting a simple
# type. If this is not the case, or you want to show the methods anyway, you
# should set this option to NO.
# The default value is: YES.
IDL_PROPERTY_SUPPORT = YES
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# tag is set to YES then doxygen will reuse the documentation of the first
# member in the group (if any) for the other members of the group. By default
# all members of a group must be documented explicitly.
# The default value is: NO.
DISTRIBUTE_GROUP_DOC = NO
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
# (for instance a group of public functions) to be put as a subgroup of that
# type (e.g. under the Public Functions section). Set it to NO to prevent
# subgrouping. Alternatively, this can be done per class using the
# \nosubgrouping command.
# The default value is: YES.
SUBGROUPING = YES
# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
# are shown inside the group in which they are included (e.g. using \ingroup)
# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
# and RTF).
#
# Note that this feature does not work in combination with
# SEPARATE_MEMBER_PAGES.
# The default value is: NO.
INLINE_GROUPED_CLASSES = NO
# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
# with only public data fields or simple typedef fields will be shown inline in
# the documentation of the scope in which they are defined (i.e. file,
# namespace, or group documentation), provided this scope is documented. If set
# to NO, structs, classes, and unions are shown on a separate page (for HTML and
# Man pages) or section (for LaTeX and RTF).
# The default value is: NO.
INLINE_SIMPLE_STRUCTS = NO
# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
# enum is documented as struct, union, or enum with the name of the typedef. So
# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
# with name TypeT. When disabled the typedef will appear as a member of a file,
# namespace, or class. And the struct will be named TypeS. This can typically be
# useful for C code in case the coding convention dictates that all compound
# types are typedef'ed and only the typedef is referenced, never the tag name.
# The default value is: NO.
TYPEDEF_HIDES_STRUCT = NO
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
# cache is used to resolve symbols given their name and scope. Since this can be
# an expensive process and often the same symbol appears multiple times in the
# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
# doxygen will become slower. If the cache is too large, memory is wasted. The
# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
# symbols. At the end of a run doxygen will report the cache usage and suggest
# the optimal cache size from a speed point of view.
# Minimum value: 0, maximum value: 9, default value: 0.
LOOKUP_CACHE_SIZE = 0
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
# documentation are documented, even if no documentation was available. Private
# class members and static file members will be hidden unless the
# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
# Note: This will also disable the warnings about undocumented members that are
# normally produced when WARNINGS is set to YES.
# The default value is: NO.
EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
# The default value is: NO.
EXTRACT_PRIVATE = NO
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# scope will be included in the documentation.
# The default value is: NO.
EXTRACT_PACKAGE = NO
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# included in the documentation.
# The default value is: NO.
EXTRACT_STATIC = NO
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
# only classes defined in header files are included. Does not have any effect
# for Java sources.
# The default value is: YES.
EXTRACT_LOCAL_CLASSES = YES
# This flag is only useful for Objective-C code. If set to YES, local methods,
# which are defined in the implementation section but not in the interface are
# included in the documentation. If set to NO, only methods in the interface are
# included.
# The default value is: NO.
EXTRACT_LOCAL_METHODS = NO
# If this flag is set to YES, the members of anonymous namespaces will be
# extracted and appear in the documentation as a namespace called
# 'anonymous_namespace{file}', where file will be replaced with the base name of
# the file that contains the anonymous namespace. By default anonymous namespace
# are hidden.
# The default value is: NO.
EXTRACT_ANON_NSPACES = NO
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
# undocumented members inside documented classes or files. If set to NO these
# members will be included in the various overviews, but no documentation
# section is generated. This option has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.
HIDE_UNDOC_MEMBERS = NO
# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy. If set
# to NO, these classes will be included in the various overviews. This option
# has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.
HIDE_UNDOC_CLASSES = NO
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
# (class|struct|union) declarations. If set to NO, these declarations will be
# included in the documentation.
# The default value is: NO.
HIDE_FRIEND_COMPOUNDS = NO
# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
# documentation blocks found inside the body of a function. If set to NO, these
# blocks will be appended to the function's detailed documentation block.
# The default value is: NO.
HIDE_IN_BODY_DOCS = NO
# The INTERNAL_DOCS tag determines if documentation that is typed after a
# \internal command is included. If the tag is set to NO then the documentation
# will be excluded. Set it to YES to include the internal documentation.
# The default value is: NO.
INTERNAL_DOCS = NO
# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
# names in lower-case letters. If set to YES, upper-case letters are also
# allowed. This is useful if you have classes or files whose names only differ
# in case and if your file system supports case sensitive file names. Windows
# and Mac users are advised to set this option to NO.
# The default value is: system dependent.
CASE_SENSE_NAMES = NO
# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
# their full class and namespace scopes in the documentation. If set to YES, the
# scope will be hidden.
# The default value is: NO.
HIDE_SCOPE_NAMES = NO
# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
# append additional text to a page's title, such as Class Reference. If set to
# YES the compound reference will be hidden.
# The default value is: NO.
HIDE_COMPOUND_REFERENCE= NO
# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
# the files that are included by a file in the documentation of that file.
# The default value is: YES.
SHOW_INCLUDE_FILES = YES
# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
# grouped member an include statement to the documentation, telling the reader
# which file to include in order to use the member.
# The default value is: NO.
SHOW_GROUPED_MEMB_INC = NO
# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
# files with double quotes in the documentation rather than with sharp brackets.
# The default value is: NO.
FORCE_LOCAL_INCLUDES = NO
# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
# documentation for inline members.
# The default value is: YES.
INLINE_INFO = YES
# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
# (detailed) documentation of file and class members alphabetically by member
# name. If set to NO, the members will appear in declaration order.
# The default value is: YES.
SORT_MEMBER_DOCS = YES
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
# descriptions of file, namespace and class members alphabetically by member
# name. If set to NO, the members will appear in declaration order. Note that
# this will also influence the order of the classes in the class list.
# The default value is: NO.
SORT_BRIEF_DOCS = NO
# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
# (brief and detailed) documentation of class members so that constructors and
# destructors are listed first. If set to NO the constructors will appear in the
# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
# member documentation.
# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
# detailed member documentation.
# The default value is: NO.
SORT_MEMBERS_CTORS_1ST = NO
# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
# of group names into alphabetical order. If set to NO the group names will
# appear in their defined order.
# The default value is: NO.
SORT_GROUP_NAMES = NO
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
# fully-qualified names, including namespaces. If set to NO, the class list will
# be sorted only by class name, not including the namespace part.
# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
# Note: This option applies only to the class list, not to the alphabetical
# list.
# The default value is: NO.
SORT_BY_SCOPE_NAME = NO
# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
# type resolution of all parameters of a function it will reject a match between
# the prototype and the implementation of a member function even if there is
# only one candidate or it is obvious which candidate to choose by doing a
# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
# accept a match between prototype and implementation in such cases.
# The default value is: NO.
STRICT_PROTO_MATCHING = NO
# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
# list. This list is created by putting \todo commands in the documentation.
# The default value is: YES.
GENERATE_TODOLIST = YES
# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
# list. This list is created by putting \test commands in the documentation.
# The default value is: YES.
GENERATE_TESTLIST = YES
# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
# list. This list is created by putting \bug commands in the documentation.
# The default value is: YES.
GENERATE_BUGLIST = YES
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
# the deprecated list. This list is created by putting \deprecated commands in
# the documentation.
# The default value is: YES.
GENERATE_DEPRECATEDLIST= YES
# The ENABLED_SECTIONS tag can be used to enable conditional documentation
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
# ... \endcond blocks.
ENABLED_SECTIONS =
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
# initial value of a variable or macro / define can have for it to appear in the
# documentation. If the initializer consists of more lines than specified here
# it will be hidden. Use a value of 0 to hide initializers completely. The
# appearance of the value of individual variables and macros / defines can be
# controlled using \showinitializer or \hideinitializer command in the
# documentation regardless of this setting.
# Minimum value: 0, maximum value: 10000, default value: 30.
MAX_INITIALIZER_LINES = 30
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
# the bottom of the documentation of classes and structs. If set to YES, the
# list will mention the files that were used to generate the documentation.
# The default value is: YES.
SHOW_USED_FILES = YES
# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
# will remove the Files entry from the Quick Index and from the Folder Tree View
# (if specified).
# The default value is: YES.
SHOW_FILES = YES
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
# page. This will remove the Namespaces entry from the Quick Index and from the
# Folder Tree View (if specified).
# The default value is: YES.
SHOW_NAMESPACES = YES
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
# doxygen should invoke to get the current version for each file (typically from
# the version control system). Doxygen will invoke the program by executing (via
# popen()) the command command input-file, where command is the value of the
# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
# by doxygen. Whatever the program writes to standard output is used as the file
# version. For an example see the documentation.
FILE_VERSION_FILTER =
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
# by doxygen. The layout file controls the global structure of the generated
# output files in an output format independent way. To create the layout file
# that represents doxygen's defaults, run doxygen with the -l option. You can
# optionally specify a file name after the option, if omitted DoxygenLayout.xml
# will be used as the name of the layout file.
#
# Note that if you run doxygen from a directory containing a file called
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.
LAYOUT_FILE =
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
# extension is automatically appended if omitted. This requires the bibtex tool
# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
# For LaTeX the style of the bibliography can be controlled using
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
# search path. See also \cite for info how to create references.
CITE_BIB_FILES =
#---------------------------------------------------------------------------
# Configuration options related to warning and progress messages
#---------------------------------------------------------------------------
# The QUIET tag can be used to turn on/off the messages that are generated to
# standard output by doxygen. If QUIET is set to YES this implies that the
# messages are off.
# The default value is: NO.
QUIET = NO
# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
# this implies that the warnings are on.
#
# Tip: Turn warnings on while writing the documentation.
# The default value is: YES.
WARNINGS = YES
# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
# will automatically be disabled.
# The default value is: YES.
WARN_IF_UNDOCUMENTED = YES
# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
# potential errors in the documentation, such as not documenting some parameters
# in a documented function, or documenting parameters that don't exist or using
# markup commands wrongly.
# The default value is: YES.
WARN_IF_DOC_ERROR = YES
# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
# are documented, but have no documentation for their parameters or return
# value. If set to NO, doxygen will only warn about wrong or incomplete
# parameter documentation, but not about the absence of documentation.
# The default value is: NO.
WARN_NO_PARAMDOC = NO
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which
# will be replaced by the file and line number from which the warning originated
# and the warning text. Optionally the format may contain $version, which will
# be replaced by the version of the file (if it could be obtained via
# FILE_VERSION_FILTER)
# The default value is: $file:$line: $text.
WARN_FORMAT = "$file:$line: $text"
# The WARN_LOGFILE tag can be used to specify a file to which warning and error
# messages should be written. If left blank the output is written to standard
# error (stderr).
WARN_LOGFILE =
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
# The INPUT tag is used to specify the files and/or directories that contain
# documented source files. You may enter file names like myfile.cpp or
# directories like /usr/src/myproject. Separate the files or directories with
# spaces.
# Note: If this tag is empty the current directory is searched.
INPUT = README.md libraries
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
# documentation (see: http://www.gnu.org/software/libiconv) for the list of
# possible encodings.
# The default value is: UTF-8.
INPUT_ENCODING = UTF-8
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
# *.h) to filter out the source-files in the directories. If left blank the
# following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
# *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
# *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.qsf, *.as and *.js.
FILE_PATTERNS = *.cpp *.hpp *.hxx
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
# The default value is: NO.
RECURSIVE = YES
# The EXCLUDE tag can be used to specify files and/or directories that should be
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
#
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = libraries/fc/vendor libraries/fc/tests
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
# from the input.
# The default value is: NO.
EXCLUDE_SYMLINKS = NO
# If the value of the INPUT tag contains directories, you can use the
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
#
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
EXCLUDE_PATTERNS =
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
# output. The symbol name can be a fully qualified name, a word, or if the
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
#
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*
EXCLUDE_SYMBOLS = boost
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include
# command).
EXAMPLE_PATH =
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
# *.h) to filter out the source-files in the directories. If left blank all
# files are included.
EXAMPLE_PATTERNS =
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# searched for input files to be used with the \include or \dontinclude commands
# irrespective of the value of the RECURSIVE tag.
# The default value is: NO.
EXAMPLE_RECURSIVE = NO
# The IMAGE_PATH tag can be used to specify one or more files or directories
# that contain images that are to be included in the documentation (see the
# \image command).
IMAGE_PATH =
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
# by executing (via popen()) the command:
#
# <filter> <input-file>
#
# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
# name of an input file. Doxygen will then use the output that the filter
# program writes to standard output. If FILTER_PATTERNS is specified, this tag
# will be ignored.
#
# Note that the filter must not add or remove lines; it is applied before the
# code is scanned, but not when the output code is generated. If lines are added
# or removed, the anchors will not be placed correctly.
INPUT_FILTER =
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the
# filter if there is a match. The filters are a list of the form: pattern=filter
# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
# patterns match the file name, INPUT_FILTER is applied.
FILTER_PATTERNS =
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER) will also be used to filter the input files that are used for
# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
# The default value is: NO.
FILTER_SOURCE_FILES = NO
# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
# it is also possible to disable source filtering for a specific pattern using
# *.ext= (so without naming a filter).
# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
FILTER_SOURCE_PATTERNS =
# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
# is part of the input, its contents will be placed on the main page
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.
USE_MDFILE_AS_MAINPAGE = "README.md"
#---------------------------------------------------------------------------
# Configuration options related to source browsing
#---------------------------------------------------------------------------
# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
# generated. Documented entities will be cross-referenced with these sources.
#
# Note: To get rid of all source code in the generated output, make sure that
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.
SOURCE_BROWSER = YES
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
# The default value is: NO.
INLINE_SOURCES = NO
# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
# special comment blocks from generated source code fragments. Normal C, C++ and
# Fortran comments will always remain visible.
# The default value is: YES.
STRIP_CODE_COMMENTS = YES
# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# function all documented functions referencing it will be listed.
# The default value is: NO.
REFERENCED_BY_RELATION = NO
# If the REFERENCES_RELATION tag is set to YES then for each documented function
# all documented entities called/used by that function will be listed.
# The default value is: NO.
REFERENCES_RELATION = NO
# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
# link to the documentation.
# The default value is: YES.
REFERENCES_LINK_SOURCE = YES
# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
# source code will show a tooltip with additional information such as prototype,
# brief description and links to the definition and documentation. Since this
# will make the HTML file larger and loading of large files a bit slower, you
# can opt to disable this feature.
# The default value is: YES.
# This tag requires that the tag SOURCE_BROWSER is set to YES.
SOURCE_TOOLTIPS = YES
# If the USE_HTAGS tag is set to YES then the references to source code will
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
# source browser. The htags tool is part of GNU's global source tagging system
# (see http://www.gnu.org/software/global/global.html). You will need version
# 4.8.6 or higher.
#
# To use it do the following:
# - Install the latest version of global
# - Enable SOURCE_BROWSER and USE_HTAGS in the config file
# - Make sure the INPUT points to the root of the source tree
# - Run doxygen as normal
#
# Doxygen will invoke htags (and that will in turn invoke gtags), so these
# tools must be available from the command line (i.e. in the search path).
#
# The result: instead of the source browser generated by doxygen, the links to
# source code will now point to the output of htags.
# The default value is: NO.
# This tag requires that the tag SOURCE_BROWSER is set to YES.
USE_HTAGS = NO
# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
# verbatim copy of the header file for each class for which an include is
# specified. Set to NO to disable this.
# See also: Section \class.
# The default value is: YES.
VERBATIM_HEADERS = YES
#---------------------------------------------------------------------------
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
# compounds will be generated. Enable this if the project contains a lot of
# classes, structs, unions or interfaces.
# The default value is: YES.
ALPHABETICAL_INDEX = YES
# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# which the alphabetical index list will be split.
# Minimum value: 1, maximum value: 20, default value: 5.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
COLS_IN_ALPHA_INDEX = 5
# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# can be used to specify a prefix (or a list of prefixes) that should be ignored
# while generating the index headers.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
IGNORE_PREFIX =
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
#---------------------------------------------------------------------------
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
# The default value is: YES.
GENERATE_HTML = YES
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_OUTPUT = html
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).
# The default value is: .html.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_FILE_EXTENSION = .html
# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
# each generated HTML page. If the tag is left blank doxygen will generate a
# standard header.
#
# To get valid HTML the header file that includes any scripts and style sheets
# that doxygen needs, which is dependent on the configuration options used (e.g.
# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
# default header using
# doxygen -w html new_header.html new_footer.html new_stylesheet.css
# YourConfigFile
# and then modify the file new_header.html. See also section "Doxygen usage"
# for information on how to generate the default header that doxygen normally
# uses.
# Note: The header is subject to change so you typically have to regenerate the
# default header when upgrading to a newer version of doxygen. For a description
# of the possible markers and block names see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_HEADER =
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
# generated HTML page. If the tag is left blank doxygen will generate a standard
# footer. See HTML_HEADER for more information on how to generate a default
# footer and what special commands can be used inside the footer. See also
# section "Doxygen usage" for information on how to generate the default footer
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_FOOTER =
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
# sheet that is used by each HTML page. It can be used to fine-tune the look of
# the HTML output. If left blank doxygen will generate a default style sheet.
# See also section "Doxygen usage" for information on how to generate the style
# sheet that doxygen normally uses.
# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
# it is more robust and this tag (HTML_STYLESHEET) will in the future become
# obsolete.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_STYLESHEET =
# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# cascading style sheets that are included after the standard style sheets
# created by doxygen. Using this option one can overrule certain style aspects.
# This is preferred over using HTML_STYLESHEET since it does not replace the
# standard style sheet and is therefore more robust against future updates.
# Doxygen will copy the style sheet files to the output directory.
# Note: The order of the extra style sheet files is of importance (e.g. the last
# style sheet in the list overrules the setting of the previous ones in the
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET =
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
# that these files will be copied to the base HTML output directory. Use the
# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_FILES =
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
# this color. Hue is specified as an angle on a colorwheel, see
# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
# purple, and 360 is red again.
# Minimum value: 0, maximum value: 359, default value: 220.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_HUE = 220
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
# in the HTML output. For a value of 0 the output will use grayscales only. A
# value of 255 will produce the most vivid colors.
# Minimum value: 0, maximum value: 255, default value: 100.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_SAT = 100
# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
# luminance component of the colors in the HTML output. Values below 100
# gradually make the output lighter, whereas values above 100 make the output
# darker. The value divided by 100 is the actual gamma applied, so 80 represents
# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
# change the gamma.
# Minimum value: 40, maximum value: 240, default value: 80.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_COLORSTYLE_GAMMA = 80
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
# page will contain the date and time when the page was generated. Setting this
# to NO can help when comparing the output of multiple runs.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_TIMESTAMP = YES
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
# page has loaded.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_DYNAMIC_SECTIONS = NO
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
# shown in the various tree structured indices initially; the user can expand
# and collapse entries dynamically later on. Doxygen will expand the tree to
# such a level that at most the specified number of entries are visible (unless
# a fully collapsed tree already exceeds this amount). So setting the number of
# entries 1 will produce a full collapsed tree by default. 0 is a special value
# representing an infinite number of entries and will result in a full expanded
# tree by default.
# Minimum value: 0, maximum value: 9999, default value: 100.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_INDEX_NUM_ENTRIES = 100
# If the GENERATE_DOCSET tag is set to YES, additional index files will be
# generated that can be used as input for Apple's Xcode 3 integrated development
# environment (see: http://developer.apple.com/tools/xcode/), introduced with
# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
# Makefile in the HTML output directory. Running make will produce the docset in
# that directory and running make install will install the docset in
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
# for more information.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_DOCSET = NO
# This tag determines the name of the docset feed. A documentation feed provides
# an umbrella under which multiple documentation sets from a single provider
# (such as a company or product suite) can be grouped.
# The default value is: Doxygen generated docs.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_FEEDNAME = "Doxygen generated docs"
# This tag specifies a string that should uniquely identify the documentation
# set bundle. This should be a reverse domain-name style string, e.g.
# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_BUNDLE_ID = org.doxygen.Project
# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
# the documentation publisher. This should be a reverse domain-name style
# string, e.g. com.mycompany.MyDocSet.documentation.
# The default value is: org.doxygen.Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_PUBLISHER_ID = org.doxygen.Publisher
# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
# The default value is: Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
DOCSET_PUBLISHER_NAME = Publisher
# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
# Windows.
#
# The HTML Help Workshop contains a compiler that can convert all HTML output
# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
# files are now used as the Windows 98 help format, and will replace the old
# Windows help format (.hlp) on all Windows platforms in the future. Compressed
# HTML files also contain an index, a table of contents, and you can search for
# words in the documentation. The HTML workshop also contains a viewer for
# compressed HTML files.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_HTMLHELP = NO
# The CHM_FILE tag can be used to specify the file name of the resulting .chm
# file. You can add a path in front of the file if the result should not be
# written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_FILE =
# The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
# doxygen will try to run the HTML help compiler on the generated index.hhp.
# The file has to be specified with full path.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
HHC_LOCATION =
# The GENERATE_CHI flag controls if a separate .chi index file is generated
# (YES) or that it should be included in the master .chm file (NO).
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
GENERATE_CHI = NO
# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
# and project file content.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
CHM_INDEX_ENCODING =
# The BINARY_TOC flag controls whether a binary table of contents is generated
# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
# enables the Previous and Next buttons.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
BINARY_TOC = NO
# The TOC_EXPAND flag can be set to YES to add extra items for group members to
# the table of contents of the HTML help documentation and to the tree view.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
TOC_EXPAND = NO
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
# (.qch) of the generated HTML documentation.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_QHP = NO
# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
# the file name of the resulting .qch file. The path specified is relative to
# the HTML output folder.
# This tag requires that the tag GENERATE_QHP is set to YES.
QCH_FILE =
# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
# Project output. For more information please see Qt Help Project / Namespace
# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_NAMESPACE = org.doxygen.Project
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
# Help Project output. For more information please see Qt Help Project / Virtual
# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
# folders).
# The default value is: doc.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_VIRTUAL_FOLDER = doc
# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
# filter to add. For more information please see Qt Help Project / Custom
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_NAME =
# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
# custom filter to add. For more information please see Qt Help Project / Custom
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_CUST_FILTER_ATTRS =
# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
# project's filter section matches. Qt Help Project / Filter Attributes (see:
# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
# This tag requires that the tag GENERATE_QHP is set to YES.
QHP_SECT_FILTER_ATTRS =
# The QHG_LOCATION tag can be used to specify the location of Qt's
# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
# generated .qhp file.
# This tag requires that the tag GENERATE_QHP is set to YES.
QHG_LOCATION =
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
# generated, together with the HTML files, they form an Eclipse help plugin. To
# install this plugin and make it available under the help contents menu in
# Eclipse, the contents of the directory containing the HTML and XML files needs
# to be copied into the plugins directory of eclipse. The name of the directory
# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
# After copying Eclipse needs to be restarted before the help appears.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_ECLIPSEHELP = NO
# A unique identifier for the Eclipse help plugin. When installing the plugin
# the directory name containing the HTML and XML files should also have this
# name. Each documentation set should have its own identifier.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
ECLIPSE_DOC_ID = org.doxygen.Project
# If you want full control over the layout of the generated HTML pages it might
# be necessary to disable the index and replace it with your own. The
# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
# of each HTML page. A value of NO enables the index and the value YES disables
# it. Since the tabs in the index contain the same information as the navigation
# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
DISABLE_INDEX = NO
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
# structure should be generated to display hierarchical information. If the tag
# value is set to YES, a side panel will be generated containing a tree-like
# index structure (just like the one that is generated for HTML Help). For this
# to work a browser that supports JavaScript, DHTML, CSS and frames is required
# (i.e. any modern browser). Windows users are probably better off using the
# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
# further fine-tune the look of the index. As an example, the default style
# sheet generated by doxygen has an example that shows how to put an image at
# the root of the tree instead of the PROJECT_NAME. Since the tree basically has
# the same information as the tab index, you could consider setting
# DISABLE_INDEX to YES when enabling this option.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_TREEVIEW = NO
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
#
# Note that a value of 0 will completely suppress the enum values from appearing
# in the overview section.
# Minimum value: 0, maximum value: 20, default value: 4.
# This tag requires that the tag GENERATE_HTML is set to YES.
ENUM_VALUES_PER_LINE = 4
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
# to set the initial width (in pixels) of the frame in which the tree is shown.
# Minimum value: 0, maximum value: 1500, default value: 250.
# This tag requires that the tag GENERATE_HTML is set to YES.
TREEVIEW_WIDTH = 250
# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
# external symbols imported via tag files in a separate window.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
EXT_LINKS_IN_WINDOW = NO
# Use this tag to change the font size of LaTeX formulas included as images in
# the HTML documentation. When you change the font size after a successful
# doxygen run you need to manually remove any form_*.png images from the HTML
# output directory to force them to be regenerated.
# Minimum value: 8, maximum value: 50, default value: 10.
# This tag requires that the tag GENERATE_HTML is set to YES.
FORMULA_FONTSIZE = 10
# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are not
# supported properly for IE 6.0, but are supported on all modern browsers.
#
# Note that when changing this option you need to delete any form_*.png files in
# the HTML output directory before the changes have effect.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
FORMULA_TRANSPARENT = YES
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
# http://www.mathjax.org) which uses client side Javascript for the rendering
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
# installed or if you want to formulas look prettier in the HTML output. When
# enabled you may also need to install MathJax separately and configure the path
# to it using the MATHJAX_RELPATH option.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
USE_MATHJAX = NO
# When MathJax is enabled you can set the default output format to be used for
# the MathJax output. See the MathJax site (see:
# http://docs.mathjax.org/en/latest/output.html) for more details.
# Possible values are: HTML-CSS (which is slower, but has the best
# compatibility), NativeMML (i.e. MathML) and SVG.
# The default value is: HTML-CSS.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_FORMAT = HTML-CSS
# When MathJax is enabled you need to specify the location relative to the HTML
# output directory using the MATHJAX_RELPATH option. The destination directory
# should contain the MathJax.js script. For instance, if the mathjax directory
# is located at the same level as the HTML output directory, then
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
# Content Delivery Network so you can quickly see the result without installing
# MathJax. However, it is strongly recommended to install a local copy of
# MathJax from http://www.mathjax.org before deployment.
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example
# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_EXTENSIONS =
# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
# of code that will be used on startup of the MathJax code. See the MathJax site
# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
# example see the documentation.
# This tag requires that the tag USE_MATHJAX is set to YES.
MATHJAX_CODEFILE =
# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
# the HTML output. The underlying search engine uses javascript and DHTML and
# should work on any modern browser. Note that when using HTML help
# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
# there is already a search function so this one should typically be disabled.
# For large projects the javascript based search engine can be slow, then
# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
# search using the keyboard; to jump to the search box use <access key> + S
# (what the <access key> is depends on the OS and browser, but it is typically
# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
# key> to jump into the search results window, the results can be navigated
# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
# the search. The filter options can be selected when the cursor is inside the
# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
# to select a filter and <Enter> or <escape> to activate or cancel the filter
# option.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a web server instead of a web client using Javascript. There
# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
# setting. When disabled, doxygen will generate a PHP script for searching and
# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
# and searching needs to be provided by external tools. See the section
# "External Indexing and Searching" for details.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.
SERVER_BASED_SEARCH = NO
# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
# script for searching. Instead the search results are written to an XML file
# which needs to be processed by an external indexer. Doxygen will invoke an
# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
# search results.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: http://xapian.org/).
#
# See the section "External Indexing and Searching" for details.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTERNAL_SEARCH = NO
# The SEARCHENGINE_URL should point to a search engine hosted by a web server
# which will return the search results when EXTERNAL_SEARCH is enabled.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: http://xapian.org/). See the section "External Indexing and
# Searching" for details.
# This tag requires that the tag SEARCHENGINE is set to YES.
SEARCHENGINE_URL =
# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
# search data is written to a file for indexing by an external tool. With the
# SEARCHDATA_FILE tag the name of this file can be specified.
# The default file is: searchdata.xml.
# This tag requires that the tag SEARCHENGINE is set to YES.
SEARCHDATA_FILE = searchdata.xml
# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
# projects and redirect the results back to the right project.
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTERNAL_SEARCH_ID =
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
# projects other than the one defined by this configuration file, but that are
# all added to the same external search index. Each project needs to have a
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
# to a relative location where the documentation can be found. The format is:
# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
# This tag requires that the tag SEARCHENGINE is set to YES.
EXTRA_SEARCH_MAPPINGS =
#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
#---------------------------------------------------------------------------
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.
GENERATE_LATEX = NO
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_OUTPUT = latex
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked.
#
# Note that when enabling USE_PDFLATEX this option is only used for generating
# bitmaps for formulas in the HTML output, but not in the Makefile that is
# written to the output directory.
# The default file is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_CMD_NAME = latex
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
# index for LaTeX.
# The default file is: makeindex.
# This tag requires that the tag GENERATE_LATEX is set to YES.
MAKEINDEX_CMD_NAME = makeindex
# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
# documents. This may be useful for small projects and may help to save some
# trees in general.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
COMPACT_LATEX = NO
# The PAPER_TYPE tag can be used to set the paper type that is used by the
# printer.
# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
# 14 inches) and executive (7.25 x 10.5 inches).
# The default value is: a4.
# This tag requires that the tag GENERATE_LATEX is set to YES.
PAPER_TYPE = a4
# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
# that should be included in the LaTeX output. To get the times font for
# instance you can specify
# EXTRA_PACKAGES=times
# If left blank no extra packages will be included.
# This tag requires that the tag GENERATE_LATEX is set to YES.
EXTRA_PACKAGES =
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
# generated LaTeX document. The header should contain everything until the first
# chapter. If it is left blank doxygen will generate a standard header. See
# section "Doxygen usage" for information on how to let doxygen write the
# default header to a separate file.
#
# Note: Only use a user-defined header if you know what you are doing! The
# following commands have a special meaning inside the header: $title,
# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
# $projectbrief, $projectlogo. Doxygen will replace $title with the empty
# string, for the replacement values of the other commands the user is referred
# to HTML_HEADER.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_HEADER =
# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
# generated LaTeX document. The footer should contain everything after the last
# chapter. If it is left blank doxygen will generate a standard footer. See
# LATEX_HEADER for more information on how to generate a default footer and what
# special commands can be used inside the footer.
#
# Note: Only use a user-defined footer if you know what you are doing!
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_FOOTER =
# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# LaTeX style sheets that are included after the standard style sheets created
# by doxygen. Using this option one can overrule certain style aspects. Doxygen
# will copy the style sheet files to the output directory.
# Note: The order of the extra style sheet files is of importance (e.g. the last
# style sheet in the list overrules the setting of the previous ones in the
# list).
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_EXTRA_STYLESHEET =
# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the LATEX_OUTPUT output
# directory. Note that the files will be copied as-is; there are no commands or
# markers available.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_EXTRA_FILES =
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
# contain links (just like the HTML output) instead of page references. This
# makes the output suitable for online browsing using a PDF viewer.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
PDF_HYPERLINKS = YES
# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
# the PDF file directly from the LaTeX files. Set this option to YES, to get a
# higher quality PDF documentation.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.
USE_PDFLATEX = YES
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
# command to the generated LaTeX files. This will instruct LaTeX to keep running
# if errors occur, instead of asking the user for help. This option is also used
# when generating formulas in HTML.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_BATCHMODE = NO
# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
# index chapters (such as File Index, Compound Index, etc.) in the output.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_HIDE_INDICES = NO
# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
# code with syntax highlighting in the LaTeX output.
#
# Note that which sources are shown also depends on other settings such as
# SOURCE_BROWSER.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_SOURCE_CODE = NO
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
# bibliography, e.g. plainnat, or ieeetr. See
# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
# The default value is: plain.
# This tag requires that the tag GENERATE_LATEX is set to YES.
LATEX_BIB_STYLE = plain
#---------------------------------------------------------------------------
# Configuration options related to the RTF output
#---------------------------------------------------------------------------
# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
# RTF output is optimized for Word 97 and may not look too pretty with other RTF
# readers/editors.
# The default value is: NO.
GENERATE_RTF = NO
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: rtf.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_OUTPUT = rtf
# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
# documents. This may be useful for small projects and may help to save some
# trees in general.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
COMPACT_RTF = NO
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
# contain hyperlink fields. The RTF file will contain links (just like the HTML
# output) instead of page references. This makes the output suitable for online
# browsing using Word or some other Word compatible readers that support those
# fields.
#
# Note: WordPad (write) and others do not support links.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_HYPERLINKS = NO
# Load stylesheet definitions from file. Syntax is similar to doxygen's config
# file, i.e. a series of assignments. You only have to provide replacements,
# missing definitions are set to their default value.
#
# See also section "Doxygen usage" for information on how to generate the
# default style sheet that doxygen normally uses.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_STYLESHEET_FILE =
# Set optional variables used in the generation of an RTF document. Syntax is
# similar to doxygen's config file. A template extensions file can be generated
# using doxygen -e rtf extensionFile.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_EXTENSIONS_FILE =
# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
# with syntax highlighting in the RTF output.
#
# Note that which sources are shown also depends on other settings such as
# SOURCE_BROWSER.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.
RTF_SOURCE_CODE = NO
#---------------------------------------------------------------------------
# Configuration options related to the man page output
#---------------------------------------------------------------------------
# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
# classes and files.
# The default value is: NO.
GENERATE_MAN = NO
# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it. A directory man3 will be created inside the directory specified by
# MAN_OUTPUT.
# The default directory is: man.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_OUTPUT = man
# The MAN_EXTENSION tag determines the extension that is added to the generated
# man pages. In case the manual section does not start with a number, the number
# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
# optional.
# The default value is: .3.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_EXTENSION = .3
# The MAN_SUBDIR tag determines the name of the directory created within
# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
# MAN_EXTENSION with the initial . removed.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_SUBDIR =
# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
# will generate one additional man file for each entity documented in the real
# man page(s). These additional files only source the real man page, but without
# them the man command would be unable to find the correct page.
# The default value is: NO.
# This tag requires that the tag GENERATE_MAN is set to YES.
MAN_LINKS = NO
#---------------------------------------------------------------------------
# Configuration options related to the XML output
#---------------------------------------------------------------------------
# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
# captures the structure of the code including all documentation.
# The default value is: NO.
GENERATE_XML = YES
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: xml.
# This tag requires that the tag GENERATE_XML is set to YES.
XML_OUTPUT = xml
# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
# listings (including syntax highlighting and cross-referencing information) to
# the XML output. Note that enabling this will significantly increase the size
# of the XML output.
# The default value is: YES.
# This tag requires that the tag GENERATE_XML is set to YES.
XML_PROGRAMLISTING = NO
#---------------------------------------------------------------------------
# Configuration options related to the DOCBOOK output
#---------------------------------------------------------------------------
# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
# that can be used to generate PDF.
# The default value is: NO.
GENERATE_DOCBOOK = NO
# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
# front of it.
# The default directory is: docbook.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
DOCBOOK_OUTPUT = docbook
# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
# program listings (including syntax highlighting and cross-referencing
# information) to the DOCBOOK output. Note that enabling this will significantly
# increase the size of the DOCBOOK output.
# The default value is: NO.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
DOCBOOK_PROGRAMLISTING = NO
#---------------------------------------------------------------------------
# Configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
# AutoGen Definitions (see http://autogen.sf.net) file that captures the
# structure of the code including all documentation. Note that this feature is
# still experimental and incomplete at the moment.
# The default value is: NO.
GENERATE_AUTOGEN_DEF = NO
#---------------------------------------------------------------------------
# Configuration options related to the Perl module output
#---------------------------------------------------------------------------
# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
# file that captures the structure of the code including all documentation.
#
# Note that this feature is still experimental and incomplete at the moment.
# The default value is: NO.
GENERATE_PERLMOD = NO
# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
# output from the Perl module output.
# The default value is: NO.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_LATEX = NO
# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
# formatted so it can be parsed by a human reader. This is useful if you want to
# understand what is going on. On the other hand, if this tag is set to NO, the
# size of the Perl module output will be much smaller and Perl will parse it
# just the same.
# The default value is: YES.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_PRETTY = YES
# The names of the make variables in the generated doxyrules.make file are
# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
# so different doxyrules.make files included by the same Makefile don't
# overwrite each other's variables.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.
PERLMOD_MAKEVAR_PREFIX =
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
# C-preprocessor directives found in the sources and include files.
# The default value is: YES.
ENABLE_PREPROCESSING = YES
# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
# in the source code. If set to NO, only conditional compilation will be
# performed. Macro expansion can be done in a controlled way by setting
# EXPAND_ONLY_PREDEF to YES.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
MACRO_EXPANSION = NO
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
# the macro expansion is limited to the macros specified with the PREDEFINED and
# EXPAND_AS_DEFINED tags.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
EXPAND_ONLY_PREDEF = NO
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
# INCLUDE_PATH will be searched if a #include is found.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
SEARCH_INCLUDES = YES
# The INCLUDE_PATH tag can be used to specify one or more directories that
# contain include files that are not input files but should be processed by the
# preprocessor.
# This tag requires that the tag SEARCH_INCLUDES is set to YES.
INCLUDE_PATH =
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the
# directories. If left blank, the patterns specified with FILE_PATTERNS will be
# used.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
INCLUDE_FILE_PATTERNS =
# The PREDEFINED tag can be used to specify one or more macro names that are
# defined before the preprocessor is started (similar to the -D option of e.g.
# gcc). The argument of the tag is a list of macros of the form: name or
# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
# is assumed. To prevent a macro definition from being undefined via #undef or
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED =
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
# macro definition that is found in the sources will be used. Use the PREDEFINED
# tag if you want to use a different macro definition that overrules the
# definition found in the source code.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
EXPAND_AS_DEFINED =
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all references to function-like macros that are alone on a line, have
# an all uppercase name, and do not end with a semicolon. Such function macros
# are typically used for boiler-plate code, and will confuse the parser if not
# removed.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
# Configuration options related to external references
#---------------------------------------------------------------------------
# The TAGFILES tag can be used to specify one or more tag files. For each tag
# file the location of the external documentation should be added. The format of
# a tag file without this location is as follows:
# TAGFILES = file1 file2 ...
# Adding location for the tag files is done as follows:
# TAGFILES = file1=loc1 "file2 = loc2" ...
# where loc1 and loc2 can be relative or absolute paths or URLs. See the
# section "Linking to external documentation" for more information about the use
# of tag files.
# Note: Each tag file must have a unique name (where the name does NOT include
# the path). If a tag file is not located in the directory in which doxygen is
# run, you must also specify the path to the tagfile here.
TAGFILES =
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.
GENERATE_TAGFILE =
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
# the class index. If set to NO, only the inherited external classes will be
# listed.
# The default value is: NO.
ALLEXTERNALS = NO
# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
# in the modules index. If set to NO, only the current project's groups will be
# listed.
# The default value is: YES.
EXTERNAL_GROUPS = YES
# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
# the related pages index. If set to NO, only the current project's pages will
# be listed.
# The default value is: YES.
EXTERNAL_PAGES = YES
# The PERL_PATH should be the absolute path and name of the perl script
# interpreter (i.e. the result of 'which perl').
# The default file (with absolute path) is: /usr/bin/perl.
PERL_PATH = /usr/bin/perl
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
# NO turns the diagrams off. Note that this option also works with HAVE_DOT
# disabled, but it is recommended to install and use dot, since it yields more
# powerful graphs.
# The default value is: YES.
CLASS_DIAGRAMS = YES
# You can define message sequence charts within doxygen comments using the \msc
# command. Doxygen will then run the mscgen tool (see:
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
# the mscgen tool resides. If left empty the tool is assumed to be found in the
# default search path.
MSCGEN_PATH =
# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
# If left empty dia is assumed to be found in the default search path.
DIA_PATH =
# If set to YES the inheritance and collaboration graphs will hide inheritance
# and usage relations if the target is undocumented or is not a class.
# The default value is: YES.
HIDE_UNDOC_RELATIONS = YES
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# available from the path. This tool is part of Graphviz (see:
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
# Bell Labs. The other options in this section have no effect if this option is
# set to NO
# The default value is: NO.
HAVE_DOT = NO
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of
# processors available in the system. You can set it explicitly to a value
# larger than 0 to get control over the balance between CPU load and processing
# speed.
# Minimum value: 0, maximum value: 32, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_NUM_THREADS = 0
# When you want a differently looking font in the dot files that doxygen
# generates you can specify the font name using DOT_FONTNAME. You need to make
# sure dot is able to find the font, which can be done by putting it in a
# standard location or by setting the DOTFONTPATH environment variable or by
# setting DOT_FONTPATH to the directory containing the font.
# The default value is: Helvetica.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTNAME = Helvetica
# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
# dot graphs.
# Minimum value: 4, maximum value: 24, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTSIZE = 10
# By default doxygen will tell dot to use the default font as specified with
# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
# the path where dot can find it using this tag.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_FONTPATH =
# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
# each documented class showing the direct and indirect inheritance relations.
# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
CLASS_GRAPH = YES
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
# graph for each documented class showing the direct and indirect implementation
# dependencies (inheritance, containment, and class references variables) of the
# class with other documented classes.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
COLLABORATION_GRAPH = YES
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
# groups, showing the direct groups dependencies.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GROUP_GRAPHS = YES
# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
# collaboration diagrams in a style similar to the OMG's Unified Modeling
# Language.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
UML_LOOK = NO
# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
# class node. If there are many fields or methods and many nodes the graph may
# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
# number of items for each type to make the size more manageable. Set this to 0
# for no limit. Note that the threshold may be exceeded by 50% before the limit
# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
# but if the number exceeds 15, the total amount of fields shown is limited to
# 10.
# Minimum value: 0, maximum value: 100, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.
UML_LIMIT_NUM_FIELDS = 10
# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
# collaboration graphs will show the relations between templates and their
# instances.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
TEMPLATE_RELATIONS = NO
# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
# YES then doxygen will generate a graph for each documented file showing the
# direct and indirect include dependencies of the file with other documented
# files.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
INCLUDE_GRAPH = YES
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
# set to YES then doxygen will generate a graph for each documented file showing
# the direct and indirect include dependencies of the file with other documented
# files.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
INCLUDED_BY_GRAPH = YES
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
# dependency graph for every global function or class method.
#
# Note that enabling this option will significantly increase the time of a run.
# So in most cases it will be better to enable call graphs for selected
# functions only using the \callgraph command.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
CALL_GRAPH = NO
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
# dependency graph for every global function or class method.
#
# Note that enabling this option will significantly increase the time of a run.
# So in most cases it will be better to enable caller graphs for selected
# functions only using the \callergraph command.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
CALLER_GRAPH = NO
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
# hierarchy of all classes instead of a textual one.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GRAPHICAL_HIERARCHY = YES
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
# dependencies a directory has on other directories in a graphical way. The
# dependency relations are determined by the #include relations between the
# files in the directories.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DIRECTORY_GRAPH = YES
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# generated by dot.
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
# to make the SVG files visible in IE 9+ (other browsers do not have this
# requirement).
# Possible values are: png, jpg, gif and svg.
# The default value is: png.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_IMAGE_FORMAT = png
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
# enable generation of interactive SVG images that allow zooming and panning.
#
# Note that this requires a modern browser other than Internet Explorer. Tested
# and working are Firefox, Chrome, Safari, and Opera.
# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
# the SVG files visible. Older versions of IE do not have SVG support.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
INTERACTIVE_SVG = NO
# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_PATH =
# The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the \dotfile
# command).
# This tag requires that the tag HAVE_DOT is set to YES.
DOTFILE_DIRS =
# The MSCFILE_DIRS tag can be used to specify one or more directories that
# contain msc files that are included in the documentation (see the \mscfile
# command).
MSCFILE_DIRS =
# The DIAFILE_DIRS tag can be used to specify one or more directories that
# contain dia files that are included in the documentation (see the \diafile
# command).
DIAFILE_DIRS =
# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
# path where java can find the plantuml.jar file. If left blank, it is assumed
# PlantUML is not used or called during a preprocessing step. Doxygen will
# generate a warning when it encounters a \startuml command in this case and
# will not generate output for the diagram.
PLANTUML_JAR_PATH =
# When using plantuml, the specified paths are searched for files specified by
# the !include statement in a plantuml block.
PLANTUML_INCLUDE_PATH =
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
# that will be shown in the graph. If the number of nodes in a graph becomes
# larger than this value, doxygen will truncate the graph, which is visualized
# by representing a node as a red box. Note that doxygen if the number of direct
# children of the root node in a graph is already larger than
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
# Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_GRAPH_MAX_NODES = 50
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# generated by dot. A depth value of 3 means that only nodes reachable from the
# root by following a path via at most 3 edges will be shown. Nodes that lay
# further from the root node will be omitted. Note that setting this option to 1
# or 2 may greatly reduce the computation time needed for large code bases. Also
# note that the size of a graph can be further restricted by
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
# Minimum value: 0, maximum value: 1000, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
MAX_DOT_GRAPH_DEPTH = 0
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
# background. This is disabled by default, because dot on Windows does not seem
# to support this out of the box.
#
# Warning: Depending on the platform used, enabling this option may lead to
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
# read).
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_TRANSPARENT = NO
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
# makes dot run faster, but since only newer versions of dot (>1.8.10) support
# this, this feature is disabled by default.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_MULTI_TARGETS = NO
# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
# explaining the meaning of the various boxes and arrows in the dot generated
# graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GENERATE_LEGEND = YES
# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
# files that are used to generate the various graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_CLEANUP = YES
================================================
FILE: LICENSE.txt
================================================
Copyright (c) 2015-2023 Cryptonomex Inc. <contact@cryptonomex.com> and
contributors (see CONTRIBUTORS.txt)
The MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
================================================
FILE: README-docker.md
================================================
# Docker Container
This repository comes with built-in Dockerfile to support docker
containers. This README serves as documentation.
## Dockerfile Specifications
The `Dockerfile` performs the following steps:
1. Obtain base image (phusion/baseimage:0.10.1)
2. Install required dependencies using `apt-get`
3. Add bitshares-core source code into container
4. Update git submodules
5. Perform `cmake` with build type `Release`
6. Run `make` and `make_install` (this will install binaries into `/usr/local/bin`
7. Purge source code off the container
8. Add a local bitshares user and set `$HOME` to `/var/lib/bitshares`
9. Make `/var/lib/bitshares` and `/etc/bitshares` a docker *volume*
10. Expose ports `8090` and `1776`
11. Add default config from `docker/default_config.ini` and
`docker/default_logging.ini`
12. Add an entry point script
13. Run the entry point script by default
The entry point simplifies the use of parameters for the `witness_node`
(which is run by default when spinning up the container).
### Supported Environmental Variables
* `$BITSHARESD_SEED_NODES`
* `$BITSHARESD_RPC_ENDPOINT`
* `$BITSHARESD_PLUGINS`
* `$BITSHARESD_REPLAY`
* `$BITSHARESD_RESYNC`
* `$BITSHARESD_P2P_ENDPOINT`
* `$BITSHARESD_WITNESS_ID`
* `$BITSHARESD_PRIVATE_KEY`
* `$BITSHARESD_TRACK_ACCOUNTS`
* `$BITSHARESD_PARTIAL_OPERATIONS`
* `$BITSHARESD_MAX_OPS_PER_ACCOUNT`
* `$BITSHARESD_ES_NODE_URL`
* `$BITSHARESD_TRUSTED_NODE`
### Default config
The default configuration is:
p2p-endpoint = 0.0.0.0:1776
rpc-endpoint = 0.0.0.0:8090
bucket-size = [60,300,900,1800,3600,14400,86400]
history-per-size = 1000
max-ops-per-account = 100
partial-operations = true
# Docker Compose
With docker compose, multiple nodes can be managed with a single
`docker-compose.yaml` file:
version: '3'
services:
main:
# Image to run
image: bitshares/bitshares-core:latest
#
volumes:
- ./docker/conf/:/etc/bitshares/
# Optional parameters
environment:
- BITSHARESD_ARGS=--help
version: '3'
services:
fullnode:
# Image to run
image: bitshares/bitshares-core:latest
environment:
# Optional parameters
environment:
- BITSHARESD_ARGS=--help
ports:
- "0.0.0.0:8090:8090"
volumes:
- "bitshares-fullnode:/var/lib/bitshares"
# Docker Hub
This container is properly registered with docker hub under the name:
* [bitshares/bitshares-core](https://hub.docker.com/r/bitshares/bitshares-core/)
Going forward, every release tag as well as all pushes to `develop` and
`testnet` will be built into ready-to-run containers, there.
# Docker Compose
One can use docker compose to setup a trusted full node together with a
delayed node like this:
```
version: '3'
services:
fullnode:
image: bitshares/bitshares-core:latest
ports:
- "0.0.0.0:8090:8090"
volumes:
- "bitshares-fullnode:/var/lib/bitshares"
delayed_node:
image: bitshares/bitshares-core:latest
environment:
- 'BITSHARESD_PLUGINS=delayed_node witness'
- 'BITSHARESD_TRUSTED_NODE=ws://fullnode:8090'
ports:
- "0.0.0.0:8091:8090"
volumes:
- "bitshares-delayed_node:/var/lib/bitshares"
links:
- fullnode
volumes:
bitshares-fullnode:
```
================================================
FILE: README.md
================================================
BitShares Core
==============
[BitShares Core](https://github.com/bitshares/bitshares-core) is the BitShares blockchain node software and command-line wallet software.
For UI reference wallet software (browser-based wallet and desktop wallet) visit [BitShares UI](https://github.com/bitshares/bitshares-ui).
Visit [BitShares.github.io](https://bitshares.github.io/) to learn about BitShares and join the community at [BitSharesTalk.org](https://bitsharestalk.org/).
Information for developers can be found in the [Wiki](https://github.com/bitshares/bitshares-core/wiki) and the [BitShares Developer Documentation Portal](https://docs.bitshares.dev/). Users interested in how BitShares works can go to the [BitShares Documentation](https://docs.bitshares.eu/) site.
Visit [Awesome BitShares](https://github.com/bitshares/awesome-bitshares) to find more resources and links E.G. chat groups, client libraries and extended APIs.
* [Getting Started](#getting-started)
* [Support](#support)
* [Using Built-In APIs](#using-built-in-apis)
* [Accessing restrictable node API sets](#accessing-restrictable-node-api-sets)
* [FAQ](#faq)
* [License](#license)
|Branch|Build Status|
|---|---|
|`master`|[](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"macOS"+branch%3Amaster) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Amaster) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Release"+branch%3Amaster) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Windows+MinGW64"+branch%3Amaster) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A%22Docker%22+branch%3Amaster)|
|`develop`|[](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"macOS"+branch%3Adevelop) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Adevelop) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Release"+branch%3Adevelop) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Windows+MinGW64"+branch%3Adevelop) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A%22Docker%22+branch%3Adevelop)|
|`hardfork`|[](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"macOS"+branch%3Ahardfork) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Ahardfork) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Release"+branch%3Ahardfork) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Windows+MinGW64"+branch%3Ahardfork) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A%22Docker%22+branch%3Ahardfork)|
|`testnet`|[](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"macOS"+branch%3Atestnet) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Atestnet) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Ubuntu+Release"+branch%3Atestnet) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A"Windows+MinGW64"+branch%3Atestnet) [](https://github.com/bitshares/bitshares-core/actions?query=workflow%3A%22Docker%22+branch%3Atestnet)|
|`master` of `bitshares-fc`|[](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"macOS"+branch%3Amaster) [](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Debug"+branch%3Amaster) [](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Release"+branch%3Amaster)|
Getting Started
---------------
Build instructions and additional documentation are available in the
[Wiki](https://github.com/bitshares/bitshares-core/wiki).
Prebuilt binaries can be found in the [releases page](https://github.com/bitshares/bitshares-core/releases) for download.
### Installing Node and Command-Line Wallet Software
We recommend building on Ubuntu 20.04 LTS (64-bit)
**Install Operating System Dependencies:**
sudo apt-get update
sudo apt-get install autoconf cmake make automake libtool git libboost-all-dev libssl-dev g++ libcurl4-openssl-dev doxygen
**Build Node And Command-Line Wallet:**
git clone https://github.com/bitshares/bitshares-core.git
cd bitshares-core
git checkout master # may substitute "master" with current release tag
git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
**Upgrade Node And Command-Line Wallet:**
cd bitshares-core
git remote set-url origin https://github.com/bitshares/bitshares-core.git
git checkout master
git remote set-head origin --auto
git pull
git submodule update --init --recursive # this command may fail
git submodule sync --recursive
git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
**NOTE:**
* BitShares requires a 64-bit operating system to build, and will not build on a 32-bit OS. Tested operating systems:
* Linux (heavily tested with Ubuntu LTS releases)
* macOS (various versions)
* Windows (various versions, Visual Studio and MinGW)
* OpenBSD (various versions)
* BitShares requires [Boost](https://www.boost.org/) libraries to build, supports version `1.58` to `1.74`.
Newer versions may work, but have not been tested.
If your system came pre-installed with a version of Boost libraries that you do not wish to use, you may
manually build your preferred version and use it with BitShares by specifying it on the CMake command line.
Example: `cmake -DBOOST_ROOT=/path/to/boost ..`
* BitShares requires [OpenSSL](https://www.openssl.org/) libraries to build, supports version `1.0.2` to `1.1.1`.
If your system came pre-installed with a version of OpenSSL libraries that you do not wish to use, you may
manually build your preferred version and use it with BitShares by specifying it on the CMake command line.
Example: `cmake -DOPENSSL_ROOT_DIR=/path/to/openssl ..`
### Running and Stopping Node Software
**Run Node Software:**
Stay on `bitshares-core/build` directory before you run the below `witness_node` command
./programs/witness_node/witness_node
Under `build` directory the node run will automatically create the directory `witness_node_data_dir` along with config files underneath then start synchronizing the blockchain.
It may take usually several hours to fully synchronize the blockchain data.
The blockchain data will be stored under the directory `witness_node_data_dir`.
**Stop Node Software:**
For stopping the node run cleanly, you will need to access the node run terminal then press on `Ctrl+C` then wait for the run to stop, please note that it may take usually few minutes to exit the run.
It's recommended to use linux command [screen](https://help.ubuntu.com/community/Screen) to initiate the node run so you can go back to the node run screen to stop it.
**IMPORTANT:** By default the node will start in reduced memory mode by using some of the commands detailed in [Memory reduction for nodes](https://github.com/bitshares/bitshares-core/wiki/Memory-reduction-for-nodes).
In order to run a full node with all the account histories which usually unnecessary, you need to remove `partial-operations` and `max-ops-per-account` from your config file. Please note that currently(2018-10-17) a full node will need more than 160GB of RAM to operate and required memory is growing fast. Consider the following table as **minimal requirements** before running a node:
| Default | Full | Minimal | ElasticSearch
| --- | --- | --- | ---
| 150G HDD, 16G RAM | 640G SSD, 64G RAM * | 120G HDD, 4G RAM | 1TB SSD, 32G RAM
\* For this setup, allocate at least 500GB of SSD as swap.
To use the command-line wallet or other wallets / clients with the node, the node need to be started with RPC connection enabled, which can be done by starting the node with the `--rpc-endpoint` parameter, E.G.
./programs/witness_node/witness_node --rpc-endpoint=127.0.0.1:8090
or configure it in the config file by editing `witness_node_data_dir/config.ini` as follows:
rpc-endpoint = 127.0.0.1:8090
You can run the program with `--help` parameter to see more info:
./programs/witness_node/witness_node --help
### Using Command-Line Wallet
Stay on `bitshares-core/build` directory before you run the below `cli_wallet` command
./programs/cli_wallet/cli_wallet
**IMPORTANT:** The `cli_wallet` or API interfaces to the node wouldn't be fully functional unless the node is fully synchronized with the blockchain. The `cli_wallet` command `info` will show result `head_block_age` which will tell you how far you are from the live current block of the blockchain.
To check your current block:
new >>> info
To query the blockchain, E.G. get info about an account:
new >>> get_account <account_name_or_id>
If you need to transact with your account but not only query, firstly set your initial password and unlock the wallet:
* For non-Windows operating systems, you can type the commands and press `[ENTER]`, then input the password and press `[ENTER]`, in this case the password won't show:
new >>> set_password [ENTER]
Enter password:
locked >>> unlock [ENTER]
Enter password:
unlocked >>>
* For Windows, or you'd like to show the password, type the commands with the password:
new >>> set_password <PASSWORD>
locked >>> unlock <PASSWORD>
unlocked >>>
To be able to transact with your account, import the corresponding private keys:
unlocked >>> import_key <ACCOUNT_NAME> <WIF_KEY>
The private keys will be encrypted and stored in the wallet file, the file name is `wallet.json` by default.
The private keys are accessible when the wallet is unlocked.
unlocked >>> dump_private_keys
Use `lock` command to make the private keys inaccessible. There is no auto-lock feature so far.
unlocked >>> lock
To import your initial (genesis) balances, import the private keys corresponding to the balances:
unlocked >>> import_balance <ACCOUNT_NAME> [<WIF_KEY> ...] true
Use `help` to see all available wallet commands.
>>> help
Use `gethelp <COMMAND>` to see more info about individual commands. E.G.
>>> gethelp get_order_book
The definition of all commands is available in the
[wallet.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/wallet/include/graphene/wallet/wallet.hpp) source code file.
Corresponding documentation can be found in the [Doxygen documentation](https://bitshares.github.io/doxygen/classgraphene_1_1wallet_1_1wallet__api.html).
You can run the program with `--help` parameter to see more info:
./programs/cli_wallet/cli_wallet --help
There is also some info in the [Wiki](https://github.com/bitshares/bitshares-core/wiki/CLI-Wallet-Cookbook).
Support
-------
Technical support is available in the [BitSharesTalk technical support subforum](https://bitsharestalk.org/index.php?board=45.0).
BitShares Core bugs can be reported directly to the [issue tracker](https://github.com/bitshares/bitshares-core/issues).
Questions can be posted in [Github Discussions](https://github.com/bitshares/bitshares-core/discussions).
BitShares UI bugs should be reported to the [UI issue tracker](https://github.com/bitshares/bitshares-ui/issues).
Up to date online Doxygen documentation can be found at [https://bitshares.github.io/doxygen](https://bitshares.github.io/doxygen/hierarchy.html).
Using Built-In APIs
-------------
### Node API
The `witness_node` software provides several different API sets, known as *node API*.
Each API set has its own ID and a name.
When running `witness_node` with RPC connection enabled, initially two API sets are available:
* API set with ID `0` has name *"database"*, it provides read-only access to the database,
* API set with ID `1` has name *"login"*, it is used to login and gain access to additional, restrictable API sets.
Here is an example using `wscat` package from `npm` for websockets:
$ npm install -g wscat
$ wscat -c ws://127.0.0.1:8090
> {"id":1, "method":"call", "params":[0,"get_accounts",[["1.2.0"]]]}
< {"id":1,"result":[{"id":"1.2.0","annotations":[],"membership_expiration_date":"1969-12-31T23:59:59","registrar":"1.2.0","referrer":"1.2.0","lifetime_referrer":"1.2.0","network_fee_percentage":2000,"lifetime_referrer_fee_percentage":8000,"referrer_rewards_percentage":0,"name":"committee-account","owner":{"weight_threshold":1,"account_auths":[],"key_auths":[],"address_auths":[]},"active":{"weight_threshold":6,"account_auths":[["1.2.5",1],["1.2.6",1],["1.2.7",1],["1.2.8",1],["1.2.9",1],["1.2.10",1],["1.2.11",1],["1.2.12",1],["1.2.13",1],["1.2.14",1]],"key_auths":[],"address_auths":[]},"options":{"memo_key":"GPH1111111111111111111111111111111114T1Anm","voting_account":"1.2.0","num_witness":0,"num_committee":0,"votes":[],"extensions":[]},"statistics":"2.7.0","whitelisting_accounts":[],"blacklisting_accounts":[]}]}
We can do the same thing using an HTTP client such as `curl` for APIs which do not require login or other session state:
$ curl --data '{"jsonrpc": "2.0", "method": "call", "params": [0, "get_accounts", [["1.2.0"]]], "id": 1}' http://127.0.0.1:8090/
{"id":1,"result":[{"id":"1.2.0","annotations":[],"membership_expiration_date":"1969-12-31T23:59:59","registrar":"1.2.0","referrer":"1.2.0","lifetime_referrer":"1.2.0","network_fee_percentage":2000,"lifetime_referrer_fee_percentage":8000,"referrer_rewards_percentage":0,"name":"committee-account","owner":{"weight_threshold":1,"account_auths":[],"key_auths":[],"address_auths":[]},"active":{"weight_threshold":6,"account_auths":[["1.2.5",1],["1.2.6",1],["1.2.7",1],["1.2.8",1],["1.2.9",1],["1.2.10",1],["1.2.11",1],["1.2.12",1],["1.2.13",1],["1.2.14",1]],"key_auths":[],"address_auths":[]},"options":{"memo_key":"GPH1111111111111111111111111111111114T1Anm","voting_account":"1.2.0","num_witness":0,"num_committee":0,"votes":[],"extensions":[]},"statistics":"2.7.0","whitelisting_accounts":[],"blacklisting_accounts":[]}]}
When using an HTTP client, the API set ID can be replaced by the API set name, E.G.
$ curl --data '{"jsonrpc": "2.0", "method": "call", "params": ["database", "get_accounts", [["1.2.0"]]], "id": 1}' http://127.0.0.1:8090/
The definition of all node APIs is available in the source code files including
[database_api.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/app/include/graphene/app/database_api.hpp)
and [api.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/app/include/graphene/app/api.hpp).
Corresponding documentation can be found in Doxygen:
* [database API](https://bitshares.github.io/doxygen/classgraphene_1_1app_1_1database__api.html)
* [other APIs](https://bitshares.github.io/doxygen/namespacegraphene_1_1app.html)
### Wallet API
The `cli_wallet` program can also be configured to serve **all of its commands** as APIs, known as *wallet API*.
Start `cli_wallet` with RPC connection enabled:
$ ./programs/cli_wallet/cli_wallet --rpc-http-endpoint=127.0.0.1:8093
Access the wallet API using an HTTP client:
$ curl --data '{"jsonrpc": "2.0", "method": "info", "params": [], "id": 1}' http://127.0.0.1:8093/
$ curl --data '{"jsonrpc": "2.0", "method": "get_account", "params": ["1.2.0"], "id": 1}' http://127.0.0.1:8093/
Note: The syntax to access wallet API is a bit different than accessing node API.
**Important:**
* When RPC connection is enabled for `cli_wallet`, sensitive data E.G. private keys which is accessible via commands will be accessible via RPC too. It is recommended that only open network connection to localhost or trusted addresses E.G. configure a firewall.
* When using wallet API, sensitive data E.G. the wallet password and private keys is transmitted as plain text, thus may be vulnerable to network sniffing. It is recommended that only use wallet API with localhost, or in a clean network, and / or use `--rpc-tls-endpoint` parameter to only serve wallet API via secure connections.
Accessing restrictable node API sets
------------------------------------
You can restrict node API sets to particular users by specifying an `api-access` file in `config.ini`
or by using the `--api-access /full/path/to/api-access.json` command-line option on node startup. Here is an example `api-access` file which allows
user `bytemaster` with password `supersecret` to access four different API sets, while allowing any other user to access the three public API sets
necessary to use the node:
{
"permission_map" :
[
[
"bytemaster",
{
"password_hash_b64" : "9e9GF7ooXVb9k4BoSfNIPTelXeGOZ5DrgOYMj94elaY=",
"password_salt_b64" : "INDdM6iCi/8=",
"allowed_apis" : ["database_api", "network_broadcast_api", "history_api", "network_node_api"]
}
],
[
"*",
{
"password_hash_b64" : "*",
"password_salt_b64" : "*",
"allowed_apis" : ["database_api", "network_broadcast_api", "history_api"]
}
]
]
}
Note: the `login` API set is always accessible.
Passwords are stored in `base64` as salted `sha256` hashes. A simple Python script,
[`saltpass.py`](https://github.com/bitshares/bitshares-core/blob/master/programs/witness_node/saltpass.py)
is available to obtain hash and salt values from a password.
A single asterisk `"*"` may be specified as username or password hash to accept any value.
With the above configuration, here is an example of how to call the `add_node` API from the `network_node` API set:
{"id":1, "method":"call", "params":[1,"login",["bytemaster", "supersecret"]]}
{"id":2, "method":"call", "params":[1,"network_node",[]]}
{"id":3, "method":"call", "params":[2,"add_node",["127.0.0.1:9090"]]}
Note, the call to `network_node` is necessary to obtain the correct API set ID for the `network_node` API set. It is not guaranteed that the API set ID for the `network_node` API set will always be `2`.
The restricted API sets are accessible via HTTP too using *basic access authentication*. E.G.
$ curl --data '{"jsonrpc": "2.0", "method": "call", "params": ["network_node", "add_node", ["127.0.0.1:9090"]], "id": 1}' http://bytemaster:supersecret@127.0.0.1:8090/
Our `doxygen` documentation contains the most up-to-date information
about APIs for the [node](https://bitshares.github.io/doxygen/namespacegraphene_1_1app.html) and the
[wallet](https://bitshares.github.io/doxygen/classgraphene_1_1wallet_1_1wallet__api.html).
FAQ
---
- Is there a way to generate help with parameter names and method descriptions?
Yes. Documentation of the code base, including APIs, can be generated using Doxygen. Simply run `doxygen` in this directory.
If both Doxygen and perl are available in your build environment, the command-line wallet's `help` and `gethelp`
commands will display help generated from the doxygen documentation.
If your command-line wallet's `help` command displays descriptions without parameter names like
`signed_transaction transfer(string, string, string, string, string, bool)`
it means CMake was unable to find Doxygen or perl during configuration. If found, the
output should look like this:
`signed_transaction transfer(string from, string to, string amount, string asset_symbol, string memo, bool broadcast)`
- Is there a way to allow external program to drive `cli_wallet` via websocket, JSONRPC, or HTTP?
Yes. External programs may connect to the command-line wallet and make its calls over a websockets API. To do this, run the wallet in
server mode, i.e. `cli_wallet -H "127.0.0.1:9999"` and then have the external program connect to it over the specified port
(in this example, port 9999). Please check the ["Using Built-In APIs"](#using-built-in-apis) section for more info.
- Is there a way to access methods which require login over HTTP?
Yes. Most of the methods can be accessed by specifying the API name instead of an API ID. If an API is protected by a username and a password, it can be accessed by using *basic access authentication*. Please check the ["Accessing restrictable node API sets"](#accessing-restrictable-node-api-sets) section for more info.
However, HTTP is not really designed for "server push" notifications, and we would have to figure out a way to queue notifications for a polling client. Websockets solves this problem. If you need to access the stateful methods, use Websockets.
- What is the meaning of `a.b.c` numbers?
The first number specifies the *space*. Space `1` is for protocol objects, `2` is for implementation objects.
Protocol space objects can appear on the wire, for example in the binary form of transactions.
Implementation space objects cannot appear on the wire and solely exist for implementation
purposes, such as optimization or internal bookkeeping.
The second number specifies the *type*. The type of the object determines what fields it has. For a
complete list of type IDs, see `GRAPHENE_DEFINE_IDS(protocol, protocol_ids ...)` in
[protocol/types.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/protocol/include/graphene/protocol/types.hpp)
and `GRAPHENE_DEFINE_IDS(chain, implementation_ids ...)` in [chain/types.hpp](https://github.com/bitshares/bitshares-core/blob/master/libraries/chain/include/graphene/chain/types.hpp).
The third number specifies the *instance*. The instance of the object is different for each individual
object.
- The answer to the previous question was really confusing. Can you make it clearer?
All account IDs are of the form `1.2.x`. If you were the 9735th account to be registered,
your account's ID will be `1.2.9735`. Account `0` is special (it's the "committee account",
which is controlled by the committee members and has a few abilities and restrictions other accounts
do not).
All asset IDs are of the form `1.3.x`. If you were the 29th asset to be registered,
your asset's ID will be `1.3.29`. Asset `0` is special (it's BTS, which is considered the "core asset").
The first and second number together identify the kind of thing you're talking about (`1.2` for accounts,
`1.3` for assets). The third number identifies the particular thing.
- How do I get the `network_add_nodes` command to work? Why is it so complicated?
You need to follow the instructions in the ["Accessing restrictable node API sets"](#accessing-restrictable-node-api-sets) section to
allow a username/password access to the `network_node` API set. Then you need
to pass the username/password to the `cli_wallet` on the command line.
It's set up this way so that the default configuration is secure even if the RPC port is
publicly accessible. It's fine if your `witness_node` allows the general public to query
the database or broadcast transactions (in fact, this is how the hosted web UI works). It's
less fine if your `witness_node` allows the general public to control which p2p nodes it's
connecting to. Therefore the API to add p2p connections needs to be set up with proper access
controls.
License
-------
BitShares Core is under the MIT license. See [LICENSE](https://github.com/bitshares/bitshares-core/blob/master/LICENSE.txt)
for more information.
================================================
FILE: docker/bitsharesentry.sh
================================================
#!/bin/bash
BITSHARESD="/usr/local/bin/witness_node"
# For blockchain download
VERSION=`cat /etc/bitshares/version`
## Supported Environmental Variables
#
# * $BITSHARESD_SEED_NODES
# * $BITSHARESD_RPC_ENDPOINT
# * $BITSHARESD_PLUGINS
# * $BITSHARESD_REPLAY
# * $BITSHARESD_RESYNC
# * $BITSHARESD_P2P_ENDPOINT
# * $BITSHARESD_WITNESS_ID
# * $BITSHARESD_PRIVATE_KEY
# * $BITSHARESD_TRACK_ACCOUNTS
# * $BITSHARESD_PARTIAL_OPERATIONS
# * $BITSHARESD_MAX_OPS_PER_ACCOUNT
# * $BITSHARESD_ES_NODE_URL
# * $BITSHARESD_ES_START_AFTER_BLOCK
# * $BITSHARESD_TRUSTED_NODE
#
ARGS=""
# Translate environmental variables
if [[ ! -z "$BITSHARESD_SEED_NODES" ]]; then
for NODE in $BITSHARESD_SEED_NODES ; do
ARGS+=" --seed-node=$NODE"
done
fi
if [[ ! -z "$BITSHARE
gitextract_98j37k9y/
├── .gitattributes
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ ├── bug_report.md
│ │ ├── build_error.md
│ │ └── feature_request.md
│ ├── dependabot.yml
│ └── workflows/
│ ├── build-and-test.mac.yml
│ ├── build-and-test.ubuntu-debug.yml
│ ├── build-and-test.ubuntu-release.yml
│ ├── build-and-test.win.yml
│ ├── build-docker.yml
│ └── sonar-scan.yml
├── .gitignore
├── .gitmodules
├── .mailmap
├── CMakeLists.txt
├── CONTRIBUTORS.txt
├── Dockerfile
├── Doxyfile
├── LICENSE.txt
├── README-docker.md
├── README.md
├── docker/
│ ├── bitsharesentry.sh
│ ├── default_config.ini
│ └── default_logging.ini
├── libraries/
│ ├── CMakeLists.txt
│ ├── README.md
│ ├── app/
│ │ ├── CMakeLists.txt
│ │ ├── api.cpp
│ │ ├── api_objects.cpp
│ │ ├── application.cpp
│ │ ├── application_impl.hxx
│ │ ├── config_util.cpp
│ │ ├── database_api.cpp
│ │ ├── database_api_helper.hxx
│ │ ├── database_api_impl.hxx
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── app/
│ │ │ ├── api.hpp
│ │ │ ├── api_access.hpp
│ │ │ ├── api_objects.hpp
│ │ │ ├── application.hpp
│ │ │ ├── config_util.hpp
│ │ │ ├── database_api.hpp
│ │ │ ├── plugin.hpp
│ │ │ └── util.hpp
│ │ ├── plugin.cpp
│ │ └── util.cpp
│ ├── chain/
│ │ ├── CMakeLists.txt
│ │ ├── account_evaluator.cpp
│ │ ├── account_object.cpp
│ │ ├── assert_evaluator.cpp
│ │ ├── asset_evaluator.cpp
│ │ ├── asset_object.cpp
│ │ ├── balance_evaluator.cpp
│ │ ├── block_database.cpp
│ │ ├── buyback.cpp
│ │ ├── committee_member_evaluator.cpp
│ │ ├── confidential_evaluator.cpp
│ │ ├── credit_offer_evaluator.cpp
│ │ ├── custom_authority_evaluator.cpp
│ │ ├── database.cpp
│ │ ├── db_balance.cpp
│ │ ├── db_block.cpp
│ │ ├── db_debug.cpp
│ │ ├── db_genesis.cpp
│ │ ├── db_getter.cpp
│ │ ├── db_init.cpp
│ │ ├── db_maint.cpp
│ │ ├── db_management.cpp
│ │ ├── db_market.cpp
│ │ ├── db_notify.cpp
│ │ ├── db_update.cpp
│ │ ├── db_witness_schedule.cpp
│ │ ├── evaluator.cpp
│ │ ├── exceptions.cpp
│ │ ├── fba_object.cpp
│ │ ├── fork_database.cpp
│ │ ├── genesis_state.cpp
│ │ ├── get_config.cpp
│ │ ├── hardfork.d/
│ │ │ ├── 000-200-preamble.hf
│ │ │ ├── 385.hf
│ │ │ ├── 436.hf
│ │ │ ├── 445.hf
│ │ │ ├── 453.hf
│ │ │ ├── 480.hf
│ │ │ ├── 483.hf
│ │ │ ├── 533.hf
│ │ │ ├── 555.hf
│ │ │ ├── 563.hf
│ │ │ ├── 607.hf
│ │ │ ├── 613.hf
│ │ │ ├── 615.hf
│ │ │ ├── BSIP_40.hf
│ │ │ ├── BSIP_48_75.hf
│ │ │ ├── BSIP_77.hf
│ │ │ ├── BSIP_81.hf
│ │ │ ├── BSIP_85.hf
│ │ │ ├── BSIP_86.hf
│ │ │ ├── CORE_1270.hf
│ │ │ ├── CORE_1465.hf
│ │ │ ├── CORE_1479.hf
│ │ │ ├── CORE_1573.hf
│ │ │ ├── CORE_1604.hf
│ │ │ ├── CORE_1669.hf
│ │ │ ├── CORE_1692.hf
│ │ │ ├── CORE_1774.hf
│ │ │ ├── CORE_1780.hf
│ │ │ ├── CORE_1800.hf
│ │ │ ├── CORE_184.hf
│ │ │ ├── CORE_199.hf
│ │ │ ├── CORE_210.hf
│ │ │ ├── CORE_2103.hf
│ │ │ ├── CORE_214.hf
│ │ │ ├── CORE_216.hf
│ │ │ ├── CORE_2262.hf
│ │ │ ├── CORE_2281.hf
│ │ │ ├── CORE_2282.hf
│ │ │ ├── CORE_2290.hf
│ │ │ ├── CORE_2295.hf
│ │ │ ├── CORE_2350.hf
│ │ │ ├── CORE_2351.hf
│ │ │ ├── CORE_2362.hf
│ │ │ ├── CORE_2467.hf
│ │ │ ├── CORE_2481.hf
│ │ │ ├── CORE_2535.hf
│ │ │ ├── CORE_2582.hf
│ │ │ ├── CORE_2587.hf
│ │ │ ├── CORE_2591.hf
│ │ │ ├── CORE_2595.hf
│ │ │ ├── CORE_2604.hf
│ │ │ ├── CORE_265.hf
│ │ │ ├── CORE_338.hf
│ │ │ ├── CORE_342.hf
│ │ │ ├── CORE_343.hf
│ │ │ ├── CORE_429.hf
│ │ │ ├── CORE_453.hf
│ │ │ ├── CORE_460.hf
│ │ │ ├── CORE_518.hf
│ │ │ ├── CORE_583.hf
│ │ │ ├── CORE_584.hf
│ │ │ ├── CORE_604.hf
│ │ │ ├── CORE_606.hf
│ │ │ ├── CORE_625.hf
│ │ │ ├── CORE_834.hf
│ │ │ ├── CORE_868_890.hf
│ │ │ ├── CORE_922_931.hf
│ │ │ ├── CORE_935.hf
│ │ │ ├── CORE_973.hf
│ │ │ ├── CORE_BSIP64.hf
│ │ │ ├── CORE_BSIP74.hf
│ │ │ ├── CORE_BSIP87.hf
│ │ │ ├── CORE_BSIP_87_74_COLLATFEE.hf
│ │ │ ├── LIQUIDITY_POOL.hf
│ │ │ ├── core-143.hf
│ │ │ └── core-1468.hf
│ │ ├── htlc_evaluator.cpp
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── chain/
│ │ │ ├── account_evaluator.hpp
│ │ │ ├── account_object.hpp
│ │ │ ├── assert_evaluator.hpp
│ │ │ ├── asset_evaluator.hpp
│ │ │ ├── asset_object.hpp
│ │ │ ├── balance_evaluator.hpp
│ │ │ ├── balance_object.hpp
│ │ │ ├── block_database.hpp
│ │ │ ├── block_summary_object.hpp
│ │ │ ├── budget_record_object.hpp
│ │ │ ├── buyback.hpp
│ │ │ ├── buyback_object.hpp
│ │ │ ├── chain_property_object.hpp
│ │ │ ├── committee_member_evaluator.hpp
│ │ │ ├── committee_member_object.hpp
│ │ │ ├── confidential_evaluator.hpp
│ │ │ ├── confidential_object.hpp
│ │ │ ├── config.hpp
│ │ │ ├── credit_offer_evaluator.hpp
│ │ │ ├── credit_offer_object.hpp
│ │ │ ├── custom_authority_evaluator.hpp
│ │ │ ├── custom_authority_object.hpp
│ │ │ ├── custom_evaluator.hpp
│ │ │ ├── database.hpp
│ │ │ ├── db_with.hpp
│ │ │ ├── evaluator.hpp
│ │ │ ├── exceptions.hpp
│ │ │ ├── fba_accumulator_id.hpp
│ │ │ ├── fba_object.hpp
│ │ │ ├── fork_database.hpp
│ │ │ ├── genesis_state.hpp
│ │ │ ├── get_config.hpp
│ │ │ ├── global_property_object.hpp
│ │ │ ├── hardfork_visitor.hpp
│ │ │ ├── htlc_evaluator.hpp
│ │ │ ├── htlc_object.hpp
│ │ │ ├── immutable_chain_parameters.hpp
│ │ │ ├── impacted.hpp
│ │ │ ├── internal_exceptions.hpp
│ │ │ ├── is_authorized_asset.hpp
│ │ │ ├── liquidity_pool_evaluator.hpp
│ │ │ ├── liquidity_pool_object.hpp
│ │ │ ├── market_evaluator.hpp
│ │ │ ├── market_object.hpp
│ │ │ ├── node_property_object.hpp
│ │ │ ├── operation_history_object.hpp
│ │ │ ├── proposal_evaluator.hpp
│ │ │ ├── proposal_object.hpp
│ │ │ ├── samet_fund_evaluator.hpp
│ │ │ ├── samet_fund_object.hpp
│ │ │ ├── special_authority_evaluation.hpp
│ │ │ ├── special_authority_object.hpp
│ │ │ ├── ticket_evaluator.hpp
│ │ │ ├── ticket_object.hpp
│ │ │ ├── transaction_evaluation_state.hpp
│ │ │ ├── transaction_history_object.hpp
│ │ │ ├── transfer_evaluator.hpp
│ │ │ ├── types.hpp
│ │ │ ├── vesting_balance_evaluator.hpp
│ │ │ ├── vesting_balance_object.hpp
│ │ │ ├── vote_count.hpp
│ │ │ ├── withdraw_permission_evaluator.hpp
│ │ │ ├── withdraw_permission_object.hpp
│ │ │ ├── witness_evaluator.hpp
│ │ │ ├── witness_object.hpp
│ │ │ ├── witness_schedule_object.hpp
│ │ │ ├── worker_evaluator.hpp
│ │ │ └── worker_object.hpp
│ │ ├── is_authorized_asset.cpp
│ │ ├── liquidity_pool_evaluator.cpp
│ │ ├── market_evaluator.cpp
│ │ ├── market_object.cpp
│ │ ├── proposal_evaluator.cpp
│ │ ├── proposal_object.cpp
│ │ ├── samet_fund_evaluator.cpp
│ │ ├── small_objects.cpp
│ │ ├── special_authority_evaluation.cpp
│ │ ├── ticket_evaluator.cpp
│ │ ├── ticket_object.cpp
│ │ ├── transfer_evaluator.cpp
│ │ ├── vesting_balance_evaluator.cpp
│ │ ├── vesting_balance_object.cpp
│ │ ├── withdraw_permission_evaluator.cpp
│ │ ├── witness_evaluator.cpp
│ │ └── worker_evaluator.cpp
│ ├── db/
│ │ ├── CMakeLists.txt
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── db/
│ │ │ ├── generic_index.hpp
│ │ │ ├── index.hpp
│ │ │ ├── object.hpp
│ │ │ ├── object_database.hpp
│ │ │ ├── simple_index.hpp
│ │ │ └── undo_database.hpp
│ │ ├── index.cpp
│ │ ├── object_database.cpp
│ │ └── undo_database.cpp
│ ├── egenesis/
│ │ ├── CMakeLists.txt
│ │ ├── README-dev.md
│ │ ├── egenesis_brief.cpp.tmpl
│ │ ├── egenesis_full.cpp.tmpl
│ │ ├── egenesis_none.cpp
│ │ ├── genesis-dev.json
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── egenesis/
│ │ │ └── egenesis.hpp
│ │ ├── seed-nodes.txt
│ │ └── test.json
│ ├── net/
│ │ ├── CMakeLists.txt
│ │ ├── core_messages.cpp
│ │ ├── exceptions.cpp
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── net/
│ │ │ ├── config.hpp
│ │ │ ├── core_messages.hpp
│ │ │ ├── exceptions.hpp
│ │ │ ├── message.hpp
│ │ │ ├── message_oriented_connection.hpp
│ │ │ ├── node.hpp
│ │ │ ├── peer_connection.hpp
│ │ │ ├── peer_database.hpp
│ │ │ └── stcp_socket.hpp
│ │ ├── message.cpp
│ │ ├── message_oriented_connection.cpp
│ │ ├── node.cpp
│ │ ├── node_impl.hxx
│ │ ├── peer_connection.cpp
│ │ ├── peer_database.cpp
│ │ └── stcp_socket.cpp
│ ├── plugins/
│ │ ├── CMakeLists.txt
│ │ ├── README.md
│ │ ├── account_history/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── account_history_plugin.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── account_history/
│ │ │ └── account_history_plugin.hpp
│ │ ├── api_helper_indexes/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── api_helper_indexes.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── api_helper_indexes/
│ │ │ └── api_helper_indexes.hpp
│ │ ├── custom_operations/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── custom_evaluators.cpp
│ │ │ ├── custom_operations.cpp
│ │ │ ├── custom_operations_plugin.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── custom_operations/
│ │ │ ├── custom_evaluators.hpp
│ │ │ ├── custom_objects.hpp
│ │ │ ├── custom_operations.hpp
│ │ │ └── custom_operations_plugin.hpp
│ │ ├── debug_witness/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── debug_api.cpp
│ │ │ ├── debug_witness.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── debug_witness/
│ │ │ ├── debug_api.hpp
│ │ │ └── debug_witness.hpp
│ │ ├── delayed_node/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── delayed_node_plugin.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── delayed_node/
│ │ │ └── delayed_node_plugin.hpp
│ │ ├── elasticsearch/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── elasticsearch_plugin.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── elasticsearch/
│ │ │ └── elasticsearch_plugin.hpp
│ │ ├── es_objects/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── es_objects.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── es_objects/
│ │ │ └── es_objects.hpp
│ │ ├── grouped_orders/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── grouped_orders_plugin.cpp
│ │ │ └── include/
│ │ │ └── graphene/
│ │ │ └── grouped_orders/
│ │ │ └── grouped_orders_plugin.hpp
│ │ ├── make_new_plugin.sh
│ │ ├── market_history/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include/
│ │ │ │ └── graphene/
│ │ │ │ └── market_history/
│ │ │ │ └── market_history_plugin.hpp
│ │ │ └── market_history_plugin.cpp
│ │ ├── snapshot/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include/
│ │ │ │ └── graphene/
│ │ │ │ └── snapshot/
│ │ │ │ └── snapshot.hpp
│ │ │ └── snapshot.cpp
│ │ ├── template_plugin/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include/
│ │ │ │ └── graphene/
│ │ │ │ └── template_plugin/
│ │ │ │ └── template_plugin.hpp
│ │ │ └── template_plugin.cpp
│ │ └── witness/
│ │ ├── CMakeLists.txt
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── witness/
│ │ │ └── witness.hpp
│ │ └── witness.cpp
│ ├── protocol/
│ │ ├── CMakeLists.txt
│ │ ├── account.cpp
│ │ ├── address.cpp
│ │ ├── assert.cpp
│ │ ├── asset.cpp
│ │ ├── asset_ops.cpp
│ │ ├── authority.cpp
│ │ ├── block.cpp
│ │ ├── chain_parameters.cpp
│ │ ├── committee_member.cpp
│ │ ├── confidential.cpp
│ │ ├── credit_offer.cpp
│ │ ├── custom.cpp
│ │ ├── custom_authorities/
│ │ │ ├── BOOST_LICENSE_1_0.txt
│ │ │ ├── create_predicate_fwd.hxx
│ │ │ ├── create_predicate_fwd_1.cpp
│ │ │ ├── create_predicate_fwd_2.cpp
│ │ │ ├── create_predicate_fwd_3.cpp
│ │ │ ├── list_1.cpp
│ │ │ ├── list_10.cpp
│ │ │ ├── list_11.cpp
│ │ │ ├── list_2.cpp
│ │ │ ├── list_3.cpp
│ │ │ ├── list_5.cpp
│ │ │ ├── list_6.cpp
│ │ │ ├── list_9.cpp
│ │ │ ├── restriction_predicate.cpp
│ │ │ ├── restriction_predicate.hxx
│ │ │ ├── safe_compare.hpp
│ │ │ └── sliced_lists.hxx
│ │ ├── custom_authority.cpp
│ │ ├── fee_schedule.cpp
│ │ ├── fee_schedule_calc.cpp
│ │ ├── fee_schedule_serialization_pack.cpp
│ │ ├── fee_schedule_serialization_variant.cpp
│ │ ├── fee_schedule_set_fee.cpp
│ │ ├── htlc.cpp
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── protocol/
│ │ │ ├── README.md
│ │ │ ├── account.hpp
│ │ │ ├── address.hpp
│ │ │ ├── assert.hpp
│ │ │ ├── asset.hpp
│ │ │ ├── asset_ops.hpp
│ │ │ ├── authority.hpp
│ │ │ ├── balance.hpp
│ │ │ ├── base.hpp
│ │ │ ├── block.hpp
│ │ │ ├── buyback.hpp
│ │ │ ├── chain_parameters.hpp
│ │ │ ├── committee_member.hpp
│ │ │ ├── confidential.hpp
│ │ │ ├── config.hpp
│ │ │ ├── credit_offer.hpp
│ │ │ ├── custom.hpp
│ │ │ ├── custom_authority.hpp
│ │ │ ├── exceptions.hpp
│ │ │ ├── ext.hpp
│ │ │ ├── fba.hpp
│ │ │ ├── fee_schedule.hpp
│ │ │ ├── htlc.hpp
│ │ │ ├── liquidity_pool.hpp
│ │ │ ├── market.hpp
│ │ │ ├── memo.hpp
│ │ │ ├── object_id.hpp
│ │ │ ├── operations.hpp
│ │ │ ├── proposal.hpp
│ │ │ ├── pts_address.hpp
│ │ │ ├── restriction.hpp
│ │ │ ├── restriction_predicate.hpp
│ │ │ ├── samet_fund.hpp
│ │ │ ├── special_authority.hpp
│ │ │ ├── ticket.hpp
│ │ │ ├── transaction.hpp
│ │ │ ├── transfer.hpp
│ │ │ ├── types.hpp
│ │ │ ├── vesting.hpp
│ │ │ ├── vote.hpp
│ │ │ ├── withdraw_permission.hpp
│ │ │ ├── witness.hpp
│ │ │ └── worker.hpp
│ │ ├── liquidity_pool.cpp
│ │ ├── market.cpp
│ │ ├── memo.cpp
│ │ ├── operations.cpp
│ │ ├── proposal.cpp
│ │ ├── pts_address.cpp
│ │ ├── restriction.cpp
│ │ ├── samet_fund.cpp
│ │ ├── small_ops.cpp
│ │ ├── special_authority.cpp
│ │ ├── ticket.cpp
│ │ ├── transaction.cpp
│ │ ├── transfer.cpp
│ │ ├── types.cpp
│ │ ├── vote.cpp
│ │ ├── withdraw_permission.cpp
│ │ ├── witness.cpp
│ │ └── worker.cpp
│ ├── utilities/
│ │ ├── CMakeLists.txt
│ │ ├── elasticsearch.cpp
│ │ ├── git_revision.cpp.in
│ │ ├── include/
│ │ │ └── graphene/
│ │ │ └── utilities/
│ │ │ ├── boost_program_options.hpp
│ │ │ ├── elasticsearch.hpp
│ │ │ ├── git_revision.hpp
│ │ │ ├── key_conversion.hpp
│ │ │ ├── padding_ostream.hpp
│ │ │ ├── string_escape.hpp
│ │ │ ├── tempdir.hpp
│ │ │ └── words.hpp
│ │ ├── key_conversion.cpp
│ │ ├── string_escape.cpp
│ │ ├── tempdir.cpp
│ │ └── words.cpp
│ └── wallet/
│ ├── CMakeLists.txt
│ ├── Doxyfile.in
│ ├── api_documentation_standin.cpp
│ ├── generate_api_documentation.pl
│ ├── include/
│ │ └── graphene/
│ │ └── wallet/
│ │ ├── api_documentation.hpp
│ │ ├── reflect_util.hpp
│ │ ├── wallet.hpp
│ │ └── wallet_structs.hpp
│ ├── operation_printer.cpp
│ ├── operation_printer.hpp
│ ├── reflect_util.cpp
│ ├── wallet.cpp
│ ├── wallet_account.cpp
│ ├── wallet_api_impl.cpp
│ ├── wallet_api_impl.hpp
│ ├── wallet_asset.cpp
│ ├── wallet_builder.cpp
│ ├── wallet_debug.cpp
│ ├── wallet_network.cpp
│ ├── wallet_results.cpp
│ ├── wallet_sign.cpp
│ ├── wallet_transfer.cpp
│ └── wallet_voting.cpp
├── programs/
│ ├── CMakeLists.txt
│ ├── README.md
│ ├── build_helpers/
│ │ ├── CMakeLists.txt
│ │ ├── check_reflect.py
│ │ ├── make_with_sonar
│ │ ├── member_enumerator.cpp
│ │ ├── run-node-test
│ │ └── set_sonar_branch_for_github_actions
│ ├── cli_wallet/
│ │ ├── CMakeLists.txt
│ │ └── main.cpp
│ ├── genesis_util/
│ │ ├── CMakeLists.txt
│ │ ├── apply_patch.py
│ │ ├── canonical_format.py
│ │ ├── change_asset_symbol.py
│ │ ├── change_bitasset_owners.py
│ │ ├── change_key_prefix.py
│ │ ├── convert_address.cpp
│ │ ├── create_bloom_filter.py
│ │ ├── generate_account_patch.py
│ │ ├── generate_init_config.py
│ │ ├── generate_init_patch.py
│ │ ├── genesis_update.cpp
│ │ ├── get_dev_key.cpp
│ │ ├── prefix_accounts.py
│ │ ├── python_format.py
│ │ ├── remove.py
│ │ ├── sort_objects.py
│ │ ├── unprefix_asset_owners.py
│ │ ├── unprefix_names.py
│ │ └── upgrade_members.py
│ ├── js_operation_serializer/
│ │ ├── CMakeLists.txt
│ │ └── main.cpp
│ ├── network_mapper/
│ │ ├── CMakeLists.txt
│ │ └── network_mapper.cpp
│ ├── size_checker/
│ │ ├── CMakeLists.txt
│ │ └── main.cpp
│ └── witness_node/
│ ├── CMakeLists.txt
│ ├── main.cpp
│ └── saltpass.py
├── sonar-project.properties
└── tests/
├── CMakeLists.txt
├── app/
│ └── main.cpp
├── cli/
│ └── main.cpp
├── common/
│ ├── database_fixture.cpp
│ ├── database_fixture.hpp
│ ├── elasticsearch.cpp
│ ├── elasticsearch.hpp
│ ├── genesis_file_util.hpp
│ ├── init_unit_test_suite.hpp
│ ├── program_options_util.hpp
│ ├── simulated_network.cpp
│ ├── simulated_network.hpp
│ └── utils.hpp
├── elasticsearch/
│ └── main.cpp
├── generate_empty_blocks/
│ ├── CMakeLists.txt
│ └── main.cpp
├── intense/
│ └── api_stress.py
├── performance/
│ ├── README.md
│ ├── genesis_allocation.cpp
│ ├── market_fee_sharing_tests.cpp
│ └── performance_tests.cpp
└── tests/
├── api_limit_tests.cpp
├── app_util_tests.cpp
├── asset_api_tests.cpp
├── asset_tests.cpp
├── authority_tests.cpp
├── basic_tests.cpp
├── bitasset_tests.cpp
├── block_tests.cpp
├── bsip48_75_tests.cpp
├── bsip85_tests.cpp
├── bsip86_tests.cpp
├── bsrm_basic_tests.cpp
├── bsrm_indvd_settlement_tests.cpp
├── bsrm_no_settlement_tests.cpp
├── call_order_tests.cpp
├── confidential_tests.cpp
├── credit_offer_tests.cpp
├── custom_authority_tests.cpp
├── custom_operations.cpp
├── database_api_tests.cpp
├── database_tests.cpp
├── fee_tests.cpp
├── force_settle_fee_tests.cpp
├── force_settle_match_tests.cpp
├── grouped_orders_api_tests.cpp
├── history_api_tests.cpp
├── htlc_tests.cpp
├── liquidity_pool_tests.cpp
├── login_api_tests.cpp
├── main.cpp
├── margin_call_fee_tests.cpp
├── market_fee_sharing_tests.cpp
├── market_rounding_tests.cpp
├── market_tests.cpp
├── network_broadcast_api_tests.cpp
├── operation_tests.cpp
├── operation_tests2.cpp
├── oso_take_profit_order_tests.cpp
├── p2p_node_tests.cpp
├── pob_tests.cpp
├── samet_fund_tests.cpp
├── serialization_tests.cpp
├── settle_tests.cpp
├── simple_maker_taker_fee_tests.cpp
├── smartcoin_tests.cpp
├── swan_tests.cpp
├── uia_tests.cpp
├── voting_tests.cpp
└── wallet_tests.cpp
Showing preview only (379K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (3827 symbols across 400 files)
FILE: libraries/app/api.cpp
class fc::api<graphene::app::block_api> (line 35) | class fc::api<graphene::app::block_api>
class fc::api<graphene::app::network_broadcast_api> (line 36) | class fc::api<graphene::app::network_broadcast_api>
class fc::api<graphene::app::network_node_api> (line 37) | class fc::api<graphene::app::network_node_api>
class fc::api<graphene::app::history_api> (line 38) | class fc::api<graphene::app::history_api>
class fc::api<graphene::app::crypto_api> (line 39) | class fc::api<graphene::app::crypto_api>
class fc::api<graphene::app::asset_api> (line 40) | class fc::api<graphene::app::asset_api>
class fc::api<graphene::app::orders_api> (line 41) | class fc::api<graphene::app::orders_api>
class fc::api<graphene::app::custom_operations_api> (line 42) | class fc::api<graphene::app::custom_operations_api>
class fc::api<graphene::debug_witness::debug_api> (line 43) | class fc::api<graphene::debug_witness::debug_api>
class fc::api<graphene::app::dummy_api> (line 44) | class fc::api<graphene::app::dummy_api>
class fc::api<graphene::app::login_api> (line 45) | class fc::api<graphene::app::login_api>
type graphene (line 48) | namespace graphene { namespace app {
type app (line 48) | namespace app {
function variant (line 56) | variant login_api::login(const optional<string>& o_user, const optio...
function string (line 96) | string login_api::get_info() const
function application_options (line 101) | application_options login_api::get_config() const
function validate_get_lp_history_params (line 699) | static uint32_t validate_get_lp_history_params( const application& _...
FILE: libraries/app/api_objects.cpp
type graphene (line 28) | namespace graphene { namespace app {
type app (line 28) | namespace app {
FILE: libraries/app/application.cpp
type graphene (line 61) | namespace graphene { namespace app {
type app (line 61) | namespace app {
type detail (line 77) | namespace detail {
function create_example_genesis (line 79) | graphene::chain::genesis_state_type create_example_genesis() {
function application_options (line 1439) | const application_options& application::get_options() const
function string (line 1444) | const string& application::get_node_info() const
type app (line 1159) | namespace app {
type detail (line 77) | namespace detail {
function create_example_genesis (line 79) | graphene::chain::genesis_state_type create_example_genesis() {
function application_options (line 1439) | const application_options& application::get_options() const
function string (line 1444) | const string& application::get_node_info() const
function chain_id_type (line 838) | chain_id_type application_impl::get_chain_id() const
function item_hash_t (line 1057) | item_hash_t application_impl::get_head_block_id() const
type graphene (line 1159) | namespace graphene { namespace app {
type app (line 61) | namespace app {
type detail (line 77) | namespace detail {
function create_example_genesis (line 79) | graphene::chain::genesis_state_type create_example_genesis() {
function application_options (line 1439) | const application_options& application::get_options() const
function string (line 1444) | const string& application::get_node_info() const
type app (line 1159) | namespace app {
type detail (line 77) | namespace detail {
function create_example_genesis (line 79) | graphene::chain::genesis_state_type create_example_genesis() {
function application_options (line 1439) | const application_options& application::get_options() const
function string (line 1444) | const string& application::get_node_info() const
FILE: libraries/app/application_impl.hxx
type graphene (line 12) | namespace graphene { namespace app { namespace detail {
type app (line 12) | namespace app { namespace detail {
type detail (line 12) | namespace detail {
class application_impl (line 15) | class application_impl : public net::node_delegate, public std::en...
method application_impl (line 31) | explicit application_impl(application& self)
FILE: libraries/app/config_util.cpp
type graphene (line 46) | namespace graphene { namespace app { namespace detail {
type app (line 46) | namespace app { namespace detail {
type detail (line 46) | namespace detail {
class deduplicator (line 48) | class deduplicator
method deduplicator (line 51) | deduplicator() : modifier(nullptr) {}
method deduplicator (line 53) | deduplicator(const boost::shared_ptr<bpo::option_description> (*...
method next (line 56) | const boost::shared_ptr<bpo::option_description> next(const boos...
function write_default_logging_config_to_stream (line 76) | static void write_default_logging_config_to_stream(std::ostream& out)
function load_logging_config_from_ini_file (line 122) | static fc::optional<fc::logging_config> load_logging_config_from_ini_fil...
FILE: libraries/app/database_api.cpp
class fc::api<graphene::app::database_api> (line 42) | class fc::api<graphene::app::database_api>
type graphene (line 44) | namespace graphene { namespace app {
type app (line 44) | namespace app {
function processed_transaction (line 285) | processed_transaction database_api::get_transaction( uint32_t block_...
function processed_transaction (line 299) | processed_transaction database_api_impl::get_transaction(uint32_t bl...
function chain_property_object (line 313) | chain_property_object database_api::get_chain_properties()const
function chain_property_object (line 318) | chain_property_object database_api_impl::get_chain_properties()const
function global_property_object (line 323) | global_property_object database_api::get_global_properties()const
function global_property_object (line 328) | global_property_object database_api_impl::get_global_properties()const
function chain_id_type (line 343) | chain_id_type database_api::get_chain_id()const
function chain_id_type (line 348) | chain_id_type database_api_impl::get_chain_id()const
function dynamic_global_property_object (line 353) | dynamic_global_property_object database_api::get_dynamic_global_prop...
function dynamic_global_property_object (line 358) | dynamic_global_property_object database_api_impl::get_dynamic_global...
function object_id_type (line 363) | object_id_type database_api::get_next_object_id( uint8_t space_id, u...
function object_id_type (line 369) | object_id_type database_api_impl::get_next_object_id( uint8_t space_...
function account_id_type (line 487) | account_id_type database_api::get_account_id_from_string(const std::...
function asset_id_type (line 941) | asset_id_type database_api::get_asset_id_from_string(const std::stri...
function market_ticker (line 1392) | market_ticker database_api::get_ticker( const string& base, const st...
function market_ticker (line 1397) | market_ticker database_api_impl::get_ticker( const string& base, con...
function market_volume (line 1426) | market_volume database_api::get_24_volume( const string& base, const...
function market_volume (line 1431) | market_volume database_api_impl::get_24_volume( const string& base, ...
function order_book (line 1445) | order_book database_api::get_order_book( const string& base, const s...
function order_book (line 1450) | order_book database_api_impl::get_order_book( const string& base, co...
function processed_transaction (line 2671) | processed_transaction database_api::validate_transaction( const sign...
function processed_transaction (line 2676) | processed_transaction database_api_impl::validate_transaction( const...
type get_required_fees_helper (line 2691) | struct get_required_fees_helper
method get_required_fees_helper (line 2693) | get_required_fees_helper(
method set_op_fees (line 2703) | fc::variant set_op_fees( operation& op )
method set_proposal_create_op_fees (line 2718) | fc::variant set_proposal_create_op_fees( operation& proposal_creat...
function account_object (line 3042) | const account_object* database_api_helper::get_account_from_string( ...
function asset_object (line 3068) | const asset_object* database_api_helper::get_asset_from_string( cons...
FILE: libraries/app/database_api_helper.hxx
type graphene (line 26) | namespace graphene { namespace app {
type app (line 26) | namespace app {
class database_api_helper (line 28) | class database_api_helper
method make_tuple_if_multiple (line 49) | auto make_tuple_if_multiple(X x) const
method make_tuple_if_multiple (line 53) | auto make_tuple_if_multiple(X... x) const
method call_end_or_upper_bound (line 57) | auto call_end_or_upper_bound( const T& t ) const
method call_end_or_upper_bound (line 61) | auto call_end_or_upper_bound( const T& t, X... x ) const
method get_objects_by_x (line 65) | vector<OBJ_TYPE> get_objects_by_x(
FILE: libraries/app/database_api_impl.hxx
type graphene (line 31) | namespace graphene { namespace app {
type app (line 31) | namespace app {
class database_api_impl (line 36) | class database_api_impl : public std::enable_shared_from_this<databa...
method extended_asset_object (line 232) | extended_asset_object extend_asset( ASSET&& a )const
method extended_liquidity_pool_object (line 262) | extended_liquidity_pool_object extend_liquidity_pool( LP&& a, bool...
method get_liquidity_pools_by_asset_x (line 278) | vector<extended_liquidity_pool_object> get_liquidity_pools_by_asse...
method get_whether_to_subscribe (line 317) | bool get_whether_to_subscribe( optional<bool> subscribe )const
method get_subscription_key (line 335) | vector<char> get_subscription_key( const object_id_type& item )const
method subscribe_to_item (line 341) | void subscribe_to_item( const T& item )const
method is_subscribed_to_item (line 354) | bool is_subscribed_to_item( const T& item )const
method get_order_market (line 368) | const std::pair<asset_id_type,asset_id_type> get_order_market( con...
method get_order_market (line 374) | const std::pair<asset_id_type,asset_id_type> get_order_market( con...
method enqueue_if_subscribed_to_market (line 384) | void enqueue_if_subscribed_to_market(const object* obj, market_que...
FILE: libraries/app/include/graphene/app/api.hpp
type graphene (line 52) | namespace graphene { namespace app {
type app (line 52) | namespace app {
class application (line 62) | class application
class history_api (line 69) | class history_api
type history_operation_detail (line 74) | struct history_operation_detail
class block_api (line 309) | class block_api
class network_broadcast_api (line 330) | class network_broadcast_api : public std::enable_shared_from_this<ne...
type transaction_confirmation (line 335) | struct transaction_confirmation
class network_node_api (line 393) | class network_node_api
class crypto_api (line 439) | class crypto_api
type verify_range_result (line 443) | struct verify_range_result
type verify_range_proof_rewind_result (line 450) | struct verify_range_proof_rewind_result
class asset_api (line 548) | class asset_api
type account_asset_balance (line 553) | struct account_asset_balance
type asset_holders (line 559) | struct asset_holders
class orders_api (line 597) | class orders_api
type limit_order_group (line 605) | struct limit_order_group
method limit_order_group (line 607) | explicit limit_order_group( const std::pair<limit_order_group_ke...
method limit_order_group (line 612) | limit_order_group() = default;
class custom_operations_api (line 650) | class custom_operations_api
type dummy_api (line 697) | struct dummy_api
method dummy (line 699) | bool dummy() const { return false; }
class login_api (line 720) | class login_api
type app (line 714) | namespace app {
class application (line 62) | class application
class history_api (line 69) | class history_api
type history_operation_detail (line 74) | struct history_operation_detail
class block_api (line 309) | class block_api
class network_broadcast_api (line 330) | class network_broadcast_api : public std::enable_shared_from_this<ne...
type transaction_confirmation (line 335) | struct transaction_confirmation
class network_node_api (line 393) | class network_node_api
class crypto_api (line 439) | class crypto_api
type verify_range_result (line 443) | struct verify_range_result
type verify_range_proof_rewind_result (line 450) | struct verify_range_proof_rewind_result
class asset_api (line 548) | class asset_api
type account_asset_balance (line 553) | struct account_asset_balance
type asset_holders (line 559) | struct asset_holders
class orders_api (line 597) | class orders_api
type limit_order_group (line 605) | struct limit_order_group
method limit_order_group (line 607) | explicit limit_order_group( const std::pair<limit_order_group_ke...
method limit_order_group (line 612) | limit_order_group() = default;
class custom_operations_api (line 650) | class custom_operations_api
type dummy_api (line 697) | struct dummy_api
method dummy (line 699) | bool dummy() const { return false; }
class login_api (line 720) | class login_api
class fc::api<graphene::app::block_api> (line 703) | class fc::api<graphene::app::block_api>
class fc::api<graphene::app::network_broadcast_api> (line 704) | class fc::api<graphene::app::network_broadcast_api>
class fc::api<graphene::app::network_node_api> (line 705) | class fc::api<graphene::app::network_node_api>
class fc::api<graphene::app::history_api> (line 706) | class fc::api<graphene::app::history_api>
class fc::api<graphene::app::crypto_api> (line 707) | class fc::api<graphene::app::crypto_api>
class fc::api<graphene::app::asset_api> (line 708) | class fc::api<graphene::app::asset_api>
class fc::api<graphene::app::orders_api> (line 709) | class fc::api<graphene::app::orders_api>
class fc::api<graphene::debug_witness::debug_api> (line 710) | class fc::api<graphene::debug_witness::debug_api>
class fc::api<graphene::app::custom_operations_api> (line 711) | class fc::api<graphene::app::custom_operations_api>
class fc::api<graphene::app::dummy_api> (line 712) | class fc::api<graphene::app::dummy_api>
type graphene (line 714) | namespace graphene { namespace app {
type app (line 52) | namespace app {
class application (line 62) | class application
class history_api (line 69) | class history_api
type history_operation_detail (line 74) | struct history_operation_detail
class block_api (line 309) | class block_api
class network_broadcast_api (line 330) | class network_broadcast_api : public std::enable_shared_from_this<ne...
type transaction_confirmation (line 335) | struct transaction_confirmation
class network_node_api (line 393) | class network_node_api
class crypto_api (line 439) | class crypto_api
type verify_range_result (line 443) | struct verify_range_result
type verify_range_proof_rewind_result (line 450) | struct verify_range_proof_rewind_result
class asset_api (line 548) | class asset_api
type account_asset_balance (line 553) | struct account_asset_balance
type asset_holders (line 559) | struct asset_holders
class orders_api (line 597) | class orders_api
type limit_order_group (line 605) | struct limit_order_group
method limit_order_group (line 607) | explicit limit_order_group( const std::pair<limit_order_group_ke...
method limit_order_group (line 612) | limit_order_group() = default;
class custom_operations_api (line 650) | class custom_operations_api
type dummy_api (line 697) | struct dummy_api
method dummy (line 699) | bool dummy() const { return false; }
class login_api (line 720) | class login_api
type app (line 714) | namespace app {
class application (line 62) | class application
class history_api (line 69) | class history_api
type history_operation_detail (line 74) | struct history_operation_detail
class block_api (line 309) | class block_api
class network_broadcast_api (line 330) | class network_broadcast_api : public std::enable_shared_from_this<ne...
type transaction_confirmation (line 335) | struct transaction_confirmation
class network_node_api (line 393) | class network_node_api
class crypto_api (line 439) | class crypto_api
type verify_range_result (line 443) | struct verify_range_result
type verify_range_proof_rewind_result (line 450) | struct verify_range_proof_rewind_result
class asset_api (line 548) | class asset_api
type account_asset_balance (line 553) | struct account_asset_balance
type asset_holders (line 559) | struct asset_holders
class orders_api (line 597) | class orders_api
type limit_order_group (line 605) | struct limit_order_group
method limit_order_group (line 607) | explicit limit_order_group( const std::pair<limit_order_group_ke...
method limit_order_group (line 612) | limit_order_group() = default;
class custom_operations_api (line 650) | class custom_operations_api
type dummy_api (line 697) | struct dummy_api
method dummy (line 699) | bool dummy() const { return false; }
class login_api (line 720) | class login_api
class fc::api<graphene::app::login_api> (line 806) | class fc::api<graphene::app::login_api>
FILE: libraries/app/include/graphene/app/api_access.hpp
type graphene (line 34) | namespace graphene { namespace app {
type app (line 34) | namespace app {
type api_access_info (line 36) | struct api_access_info
method api_access_info (line 38) | api_access_info() = default;
method api_access_info (line 39) | api_access_info( const std::string& hash, const std::string& salt )
type api_access (line 48) | struct api_access
FILE: libraries/app/include/graphene/app/api_objects.hpp
type graphene (line 40) | namespace graphene { namespace app {
type app (line 40) | namespace app {
type more_data (line 44) | struct more_data
type full_account (line 59) | struct full_account
type order (line 82) | struct order
method order (line 92) | order() = default;
type order_book (line 102) | struct order_book
method order_book (line 108) | order_book() = default;
type market_ticker (line 112) | struct market_ticker
method market_ticker (line 129) | market_ticker() {}
type market_volume (line 140) | struct market_volume
type market_trade (line 149) | struct market_trade
type extended_asset_object (line 161) | struct extended_asset_object : asset_object
method extended_asset_object (line 163) | extended_asset_object() {}
method extended_asset_object (line 164) | explicit extended_asset_object( const asset_object& a ) : asset_ob...
method extended_asset_object (line 165) | explicit extended_asset_object( asset_object&& a ) : asset_object(...
type extended_liquidity_pool_object (line 171) | struct extended_liquidity_pool_object : liquidity_pool_object
method extended_liquidity_pool_object (line 173) | extended_liquidity_pool_object() {}
method extended_liquidity_pool_object (line 174) | explicit extended_liquidity_pool_object( const liquidity_pool_obje...
method extended_liquidity_pool_object (line 175) | explicit extended_liquidity_pool_object( liquidity_pool_object&& o...
type maybe_signed_block_header (line 180) | struct maybe_signed_block_header : block_header
method maybe_signed_block_header (line 182) | maybe_signed_block_header() = default;
FILE: libraries/app/include/graphene/app/application.hpp
type graphene (line 32) | namespace graphene { namespace app {
type app (line 32) | namespace app {
type detail (line 33) | namespace detail { class application_impl; }
class application_impl (line 33) | class application_impl
class abstract_plugin (line 36) | class abstract_plugin
class application_options (line 38) | class application_options
method application_options (line 84) | static constexpr application_options get_default()
class application (line 91) | class application
method register_plugin (line 104) | std::shared_ptr<PluginType> register_plugin(bool auto_load = false) {
method get_plugin (line 133) | std::shared_ptr<PluginType> get_plugin( const string& name ) const
FILE: libraries/app/include/graphene/app/config_util.hpp
type graphene (line 29) | namespace graphene { namespace app {
type app (line 29) | namespace app {
FILE: libraries/app/include/graphene/app/database_api.hpp
type graphene (line 53) | namespace graphene { namespace app {
type app (line 53) | namespace app {
class database_api_impl (line 61) | class database_api_impl
class database_api (line 70) | class database_api
class fc::api<graphene::app::database_api> (line 1466) | class fc::api<graphene::app::database_api>
FILE: libraries/app/include/graphene/app/plugin.hpp
type graphene (line 31) | namespace graphene { namespace app {
type app (line 31) | namespace app {
class abstract_plugin (line 33) | class abstract_plugin
method abstract_plugin (line 36) | explicit abstract_plugin(application& a) : _app(a) {}
method application (line 46) | application& app()const { return _app; }
class plugin (line 100) | class plugin : public abstract_plugin
method p2p_node (line 117) | net::node_ptr p2p_node() const { return app().p2p_node(); }
function T (line 123) | T dejsonify(const string& s, uint32_t max_depth)
type impl (line 128) | namespace impl {
function T (line 130) | T dejsonify( const string& s )
FILE: libraries/app/include/graphene/app/util.hpp
type graphene (line 28) | namespace graphene {
type protocol (line 29) | namespace protocol {
type price (line 30) | struct price
type chain (line 32) | namespace chain {
class asset_object (line 33) | class asset_object
type app (line 36) | namespace app {
FILE: libraries/app/plugin.cpp
type graphene (line 28) | namespace graphene { namespace app {
type app (line 28) | namespace app {
FILE: libraries/app/util.cpp
type graphene (line 31) | namespace graphene { namespace app {
type app (line 31) | namespace app {
function to_capped_128 (line 35) | static fc::uint128_t to_capped_128( const uint256_t& t )
FILE: libraries/chain/account_evaluator.cpp
type graphene (line 40) | namespace graphene { namespace chain {
type chain (line 40) | namespace chain {
function verify_authority_accounts (line 42) | void verify_authority_accounts( const database& db, const authority&...
function verify_account_votes (line 58) | void verify_account_votes( const database& db, const account_options...
function object_id_type (line 155) | object_id_type account_create_evaluator::do_apply( const account_cre...
FILE: libraries/chain/account_object.cpp
type graphene (line 30) | namespace graphene { namespace chain {
type chain (line 30) | namespace chain {
function share_type (line 32) | share_type cut_fee(share_type a, uint16_t p)
function account_balance_object (line 301) | const account_balance_object* balances_by_account_index::get_account...
FILE: libraries/chain/assert_evaluator.cpp
type graphene (line 31) | namespace graphene { namespace chain {
type chain (line 31) | namespace chain {
type predicate_evaluator (line 33) | struct predicate_evaluator
method predicate_evaluator (line 38) | predicate_evaluator( const database& d ):db(d){}
FILE: libraries/chain/asset_evaluator.cpp
type detail (line 36) | namespace detail {
function check_asset_options_hf_1774 (line 39) | void check_asset_options_hf_1774(const fc::time_point_sec& block_time,...
function check_bitasset_options_hf_bsip74 (line 49) | void check_bitasset_options_hf_bsip74( const fc::time_point_sec& block...
function check_asset_options_hf_bsip81 (line 58) | void check_asset_options_hf_bsip81(const fc::time_point_sec& block_tim...
function check_asset_options_hf_bsip_48_75 (line 68) | void check_asset_options_hf_bsip_48_75(const fc::time_point_sec& block...
function check_bitasset_options_hf_bsip_48_75 (line 80) | void check_bitasset_options_hf_bsip_48_75(const fc::time_point_sec& bl...
function check_asset_update_extensions_hf_bsip_48_75 (line 95) | void check_asset_update_extensions_hf_bsip_48_75( const fc::time_point...
function check_asset_publish_feed_extensions_hf_bsip77 (line 109) | void check_asset_publish_feed_extensions_hf_bsip77( const fc::time_poi...
function check_bitasset_options_hf_bsip77 (line 121) | void check_bitasset_options_hf_bsip77(const fc::time_point_sec& block_...
function check_bitasset_options_hf_bsip87 (line 130) | void check_bitasset_options_hf_bsip87(const fc::time_point_sec& block_...
function check_asset_claim_fees_hardfork_87_74_collatfee (line 138) | void check_asset_claim_fees_hardfork_87_74_collatfee(const fc::time_po...
function check_asset_options_hf_core2281 (line 147) | void check_asset_options_hf_core2281( const fc::time_point_sec& next_m...
function check_asset_options_hf_core2467 (line 161) | void check_asset_options_hf_core2467(const fc::time_point_sec& next_ma...
function check_bitasset_opts_hf_core2467 (line 173) | void check_bitasset_opts_hf_core2467(const fc::time_point_sec& next_ma...
function check_children_of_bitasset (line 696) | void check_children_of_bitasset(const database& d, const asset_update_bi...
function update_bitasset_object_options (line 908) | static bool update_bitasset_object_options(
function extendable_operation_result (line 1222) | static extendable_operation_result pay_settle_from_gs_fund( database& d,
function extendable_operation_result (line 1301) | static extendable_operation_result pay_settle_from_individual_pool( data...
function void_result (line 1414) | void_result asset_publish_feeds_evaluator::do_evaluate(const asset_publi...
FILE: libraries/chain/asset_object.cpp
type graphene (line 31) | namespace graphene { namespace chain {
type chain (line 31) | namespace chain {
function share_type (line 33) | share_type asset_bitasset_data_object::max_force_settlement_volume(s...
function price (line 145) | price price_feed_with_icr::get_initial_collateralization()const
function string (line 207) | string asset_object::amount_to_string(share_type amount) const
FILE: libraries/chain/balance_evaluator.cpp
type graphene (line 27) | namespace graphene { namespace chain {
type chain (line 27) | namespace chain {
function void_result (line 29) | void_result balance_claim_evaluator::do_evaluate(const balance_claim...
function void_result (line 78) | void_result balance_claim_evaluator::do_apply(const balance_claim_op...
FILE: libraries/chain/block_database.cpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
type index_entry (line 31) | struct index_entry
method index_entry (line 33) | index_entry() {
function block_id_type (line 136) | block_id_type block_database::fetch_block_id( uint32_t block_num )const
type chain (line 44) | namespace chain {
type index_entry (line 31) | struct index_entry
method index_entry (line 33) | index_entry() {
function block_id_type (line 136) | block_id_type block_database::fetch_block_id( uint32_t block_num )const
type graphene (line 44) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
type index_entry (line 31) | struct index_entry
method index_entry (line 33) | index_entry() {
function block_id_type (line 136) | block_id_type block_database::fetch_block_id( uint32_t block_num )const
type chain (line 44) | namespace chain {
type index_entry (line 31) | struct index_entry
method index_entry (line 33) | index_entry() {
function block_id_type (line 136) | block_id_type block_database::fetch_block_id( uint32_t block_num )const
FILE: libraries/chain/buyback.cpp
type graphene (line 30) | namespace graphene { namespace chain {
type chain (line 30) | namespace chain {
function evaluate_buyback_account_options (line 32) | void evaluate_buyback_account_options( const database& db, const buy...
FILE: libraries/chain/committee_member_evaluator.cpp
type graphene (line 33) | namespace graphene { namespace chain {
type chain (line 33) | namespace chain {
FILE: libraries/chain/confidential_evaluator.cpp
type graphene (line 32) | namespace graphene { namespace chain {
type chain (line 32) | namespace chain {
FILE: libraries/chain/credit_offer_evaluator.cpp
type graphene (line 36) | namespace graphene { namespace chain {
type chain (line 36) | namespace chain {
FILE: libraries/chain/custom_authority_evaluator.cpp
function void_result (line 86) | void_result custom_authority_update_evaluator::do_evaluate(const custom_...
FILE: libraries/chain/db_balance.cpp
type graphene (line 33) | namespace graphene { namespace chain {
type chain (line 33) | namespace chain {
function asset (line 35) | asset database::get_balance(account_id_type owner, asset_id_type ass...
function asset (line 44) | asset database::get_balance(const account_object& owner, const asset...
function string (line 49) | string database::to_pretty_string( const asset& a )const
type detail (line 85) | namespace detail {
type vbo_mfs_key (line 90) | struct vbo_mfs_key
method vbo_mfs_key (line 95) | vbo_mfs_key(const account_id_type& account, const asset_id_type&...
function asset (line 114) | asset database::get_market_fee_vesting_balance(const account_id_type...
FILE: libraries/chain/db_block.cpp
function signed_transaction (line 85) | const signed_transaction& database::get_recent_transaction(const transac...
function processed_transaction (line 282) | processed_transaction database::_push_transaction( const precomputable_t...
function processed_transaction (line 307) | processed_transaction database::validate_transaction( const signed_trans...
class undo_session_nesting_guard (line 313) | class undo_session_nesting_guard {
method undo_session_nesting_guard (line 315) | undo_session_nesting_guard( uint32_t& nesting_counter, const database&...
function processed_transaction (line 688) | processed_transaction database::apply_transaction(const signed_transacti...
function operation_result (line 799) | operation_result database::try_push_virtual_operation( transaction_evalu...
function witness_object (line 827) | const witness_object& database::validate_block_header( uint32_t skip, co...
FILE: libraries/chain/db_debug.cpp
type graphene (line 35) | namespace graphene { namespace chain {
type chain (line 35) | namespace chain {
function debug_apply_update (line 117) | void debug_apply_update( database& db, const fc::variant_object& vo )
FILE: libraries/chain/db_genesis.cpp
type graphene (line 46) | namespace graphene { namespace chain {
type chain (line 46) | namespace chain {
type auth_inhibitor (line 59) | struct auth_inhibitor {
method auth_inhibitor (line 60) | explicit auth_inhibitor(database& db) : db(db), old_flags(db.node_...
method auth_inhibitor (line 64) | auth_inhibitor(const auth_inhibitor&) = delete;
FILE: libraries/chain/db_getter.cpp
type graphene (line 35) | namespace graphene { namespace chain {
type chain (line 35) | namespace chain {
function asset_object (line 37) | const asset_object& database::get_core_asset() const
function asset_dynamic_data_object (line 42) | const asset_dynamic_data_object& database::get_core_dynamic_data() c...
function global_property_object (line 47) | const global_property_object& database::get_global_properties()const
function chain_property_object (line 52) | const chain_property_object& database::get_chain_properties()const
function dynamic_global_property_object (line 57) | const dynamic_global_property_object& database::get_dynamic_global_p...
function fee_schedule (line 62) | const fee_schedule& database::current_fee_schedule()const
function time_point_sec (line 67) | time_point_sec database::head_block_time()const
function block_id_type (line 77) | block_id_type database::head_block_id()const
function chain_id_type (line 87) | const chain_id_type& database::get_chain_id( )const
function node_property_object (line 92) | const node_property_object& database::get_node_properties()const
function node_property_object (line 97) | node_property_object& database::node_properties()
function account_statistics_object (line 142) | const account_statistics_object& database::get_account_stats_by_owne...
function witness_schedule_object (line 147) | const witness_schedule_object& database::get_witness_schedule_object...
function limit_order_object (line 152) | const limit_order_object* database::find_settled_debt_order( const a...
function call_order_object (line 161) | const call_order_object* database::find_least_collateralized_short( ...
FILE: libraries/chain/db_init.cpp
type graphene (line 76) | namespace graphene { namespace chain {
type chain (line 76) | namespace chain {
FILE: libraries/chain/db_maint.cpp
type worker_pay_visitor (line 119) | struct worker_pay_visitor
method worker_pay_visitor (line 126) | worker_pay_visitor(share_type pay, database& db)
function visit_special_authorities (line 571) | void visit_special_authorities( const database& db, Visitor visit )
function update_top_n_authorities (line 589) | void update_top_n_authorities( database& db )
function split_fba_balance (line 628) | void split_fba_balance(
function distribute_fba_balances (line 709) | void distribute_fba_balances( database& db )
function create_buyback_orders (line 720) | void create_buyback_orders( database& db )
function deprecate_annual_members (line 796) | void deprecate_annual_members( database& db )
function update_call_orders_hf_343 (line 897) | void update_call_orders_hf_343( database& db )
function update_call_orders_hf_1270 (line 923) | void update_call_orders_hf_1270( database& db )
function match_call_orders (line 936) | void match_call_orders( database& db )
function process_hf_1465 (line 998) | void process_hf_1465( database& db )
function process_hf_2103 (line 1025) | void process_hf_2103( database& db )
function update_bitasset_current_feeds (line 1038) | static void update_bitasset_current_feeds(database& db)
function process_hf_868_890 (line 1063) | void process_hf_868_890( database& db )
function delete_expired_custom_auths (line 1123) | void delete_expired_custom_auths( database& db )
function process_hf_2262 (line 1131) | void process_hf_2262( database& db )
function process_hf_2281 (line 1147) | void process_hf_2281( database& db )
type detail (line 1171) | namespace detail {
type vote_recalc_times (line 1173) | struct vote_recalc_times
type vote_recalc_options (line 1179) | struct vote_recalc_options
method vote_recalc_options (line 1181) | vote_recalc_options( uint32_t f, uint32_t d, uint32_t s )
method vote_recalc_times (line 1191) | vote_recalc_times get_vote_recalc_times( const time_point_sec now ) ...
method get_recalced_voting_stake (line 1208) | uint64_t get_recalced_voting_stake( const uint64_t stake, const time...
function vote_recalc_options (line 1224) | const vote_recalc_options& vote_recalc_options::witness()
method vote_recalc_options (line 1181) | vote_recalc_options( uint32_t f, uint32_t d, uint32_t s )
method vote_recalc_times (line 1191) | vote_recalc_times get_vote_recalc_times( const time_point_sec now ) ...
method get_recalced_voting_stake (line 1208) | uint64_t get_recalced_voting_stake( const uint64_t stake, const time...
function vote_recalc_options (line 1229) | const vote_recalc_options& vote_recalc_options::committee()
method vote_recalc_options (line 1181) | vote_recalc_options( uint32_t f, uint32_t d, uint32_t s )
method vote_recalc_times (line 1191) | vote_recalc_times get_vote_recalc_times( const time_point_sec now ) ...
method get_recalced_voting_stake (line 1208) | uint64_t get_recalced_voting_stake( const uint64_t stake, const time...
function vote_recalc_options (line 1234) | const vote_recalc_options& vote_recalc_options::worker()
method vote_recalc_options (line 1181) | vote_recalc_options( uint32_t f, uint32_t d, uint32_t s )
method vote_recalc_times (line 1191) | vote_recalc_times get_vote_recalc_times( const time_point_sec now ) ...
method get_recalced_voting_stake (line 1208) | uint64_t get_recalced_voting_stake( const uint64_t stake, const time...
function vote_recalc_options (line 1239) | const vote_recalc_options& vote_recalc_options::delegator()
method vote_recalc_options (line 1181) | vote_recalc_options( uint32_t f, uint32_t d, uint32_t s )
method vote_recalc_times (line 1191) | vote_recalc_times get_vote_recalc_times( const time_point_sec now ) ...
method get_recalced_voting_stake (line 1208) | uint64_t get_recalced_voting_stake( const uint64_t stake, const time...
type vote_tally_helper (line 1255) | struct vote_tally_helper {
method vote_tally_helper (line 1273) | explicit vote_tally_helper( database& db )
type clear_canary (line 1467) | struct clear_canary {
method clear_canary (line 1468) | explicit clear_canary(vector<uint64_t>& target): target(target){}
method clear_canary (line 1469) | clear_canary( const clear_canary& ) = delete;
FILE: libraries/chain/db_management.cpp
type graphene (line 42) | namespace graphene { namespace chain {
type chain (line 42) | namespace chain {
FILE: libraries/chain/db_market.cpp
type graphene (line 35) | namespace graphene { namespace chain {
type chain (line 35) | namespace chain {
type detail (line 37) | namespace detail {
function share_type (line 39) | share_type calculate_percent(const share_type& value, uint16_t per...
function maybe_cull_small_order (line 646) | bool maybe_cull_small_order( database& db, const limit_order_object&...
function get_match_result (line 1024) | static database::match_result_type get_match_result( bool taker_fill...
function asset (line 1430) | asset database::match( const force_settlement_object& settle,
function asset (line 1441) | asset database::match( const call_order_object& call,
type UndercollateralizationException (line 2277) | struct UndercollateralizationException {}
function asset (line 2557) | asset database::calculate_market_fee( const asset_object& trade_asse...
function asset (line 2592) | asset database::pay_market_fees(const account_object* seller, const ...
function asset (line 2702) | asset database::pay_force_settle_fees(const asset_object& collecting...
FILE: libraries/chain/db_notify.cpp
type graphene (line 28) | namespace graphene { namespace chain { namespace detail {
type chain (line 28) | namespace chain { namespace detail {
type detail (line 28) | namespace detail {
type get_impacted_account_visitor (line 31) | struct get_impacted_account_visitor
method get_impacted_account_visitor (line 36) | get_impacted_account_visitor( flat_set<account_id_type>& impact,...
function operation_get_impacted_accounts (line 403) | void operation_get_impacted_accounts( const operation& op, flat_set<...
function transaction_get_impacted_accs (line 411) | void transaction_get_impacted_accs( const transaction& tx, flat_set<...
function get_relevant_accounts (line 418) | static void get_relevant_accounts( const object* obj, flat_set<accou...
FILE: libraries/chain/db_update.cpp
function get_derived_current_feed_price (line 178) | static optional<price> get_derived_current_feed_price( const database& db,
function update_settled_debt_order (line 226) | static void update_settled_debt_order( database& db, const asset_bitasse...
function generic_operation_result (line 652) | generic_operation_result database::process_tickets()
FILE: libraries/chain/db_witness_schedule.cpp
type graphene (line 32) | namespace graphene { namespace chain {
type chain (line 32) | namespace chain {
function witness_id_type (line 36) | witness_id_type database::get_scheduled_witness( uint32_t slot_num )...
FILE: libraries/chain/evaluator.cpp
function database (line 39) | database& generic_evaluator::db()const { return trx_state->db(); }
function operation_result (line 41) | operation_result generic_evaluator::start_evaluate( transaction_evaluati...
FILE: libraries/chain/exceptions.cpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
FILE: libraries/chain/fba_object.cpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
FILE: libraries/chain/fork_database.cpp
type graphene (line 27) | namespace graphene { namespace chain {
type chain (line 27) | namespace chain {
function item_ptr (line 124) | item_ptr fork_database::fetch_block(const block_id_type& id)const
FILE: libraries/chain/genesis_state.cpp
type graphene (line 30) | namespace graphene { namespace chain {
type chain (line 30) | namespace chain {
function chain_id_type (line 32) | chain_id_type genesis_state_type::compute_chain_id() const
FILE: libraries/chain/get_config.cpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
function get_config (line 31) | fc::variant_object get_config()
FILE: libraries/chain/htlc_evaluator.cpp
type graphene (line 30) | namespace graphene {
type chain (line 31) | namespace chain {
type detail (line 32) | namespace detail
function check_htlc_create_hf_bsip64 (line 34) | void check_htlc_create_hf_bsip64(const fc::time_point_sec& block_t...
function check_htlc_redeem_hf_bsip64 (line 57) | void check_htlc_redeem_hf_bsip64(const fc::time_point_sec& block_t...
function get_committee_htlc_options (line 69) | optional<htlc_options> get_committee_htlc_options(graphene::chain::d...
function void_result (line 74) | void_result htlc_create_evaluator::do_evaluate(const htlc_create_ope...
function object_id_type (line 102) | object_id_type htlc_create_evaluator::do_apply(const htlc_create_ope...
FILE: libraries/chain/include/graphene/chain/account_evaluator.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class account_create_evaluator (line 30) | class account_create_evaluator : public evaluator<account_create_eva...
class account_update_evaluator (line 39) | class account_update_evaluator : public evaluator<account_update_eva...
class account_upgrade_evaluator (line 50) | class account_upgrade_evaluator : public evaluator<account_upgrade_e...
class account_whitelist_evaluator (line 61) | class account_whitelist_evaluator : public evaluator<account_whiteli...
FILE: libraries/chain/include/graphene/chain/account_object.hpp
type graphene (line 32) | namespace graphene { namespace chain {
type chain (line 32) | namespace chain {
class database (line 33) | class database
class account_object (line 34) | class account_object
method has_special_authority (line 290) | bool has_special_authority()const
method vesting_balance_object (line 297) | const vesting_balance_object& cashback_balance(const DB& db)const
method is_lifetime_member (line 304) | bool is_lifetime_member()const
method is_basic_account (line 309) | bool is_basic_account(time_point_sec now)const
method is_annual_member (line 315) | bool is_annual_member(time_point_sec now)const
method is_member (line 320) | bool is_member(time_point_sec now)const
class vesting_balance_object (line 35) | class vesting_balance_object
class account_statistics_object (line 46) | class account_statistics_object : public graphene::db::abstract_obje...
method has_some_core_voting (line 109) | inline bool has_some_core_voting() const
method has_pending_fees (line 136) | inline bool has_pending_fees() const { return pending_fees > 0 || ...
method need_maintenance (line 139) | inline bool need_maintenance() const { return has_some_core_voting...
class account_balance_object (line 157) | class account_balance_object : public abstract_object<account_balanc...
method asset (line 167) | asset get_balance()const { return asset(balance, asset_type); }
class account_object (line 180) | class account_object : public graphene::db::abstract_object<account_...
method has_special_authority (line 290) | bool has_special_authority()const
method vesting_balance_object (line 297) | const vesting_balance_object& cashback_balance(const DB& db)const
method is_lifetime_member (line 304) | bool is_lifetime_member()const
method is_basic_account (line 309) | bool is_basic_account(time_point_sec now)const
method is_annual_member (line 315) | bool is_annual_member(time_point_sec now)const
method is_member (line 320) | bool is_member(time_point_sec now)const
class account_member_index (line 330) | class account_member_index : public secondary_index
class balances_by_account_index (line 361) | class balances_by_account_index : public secondary_index
type by_asset_balance (line 383) | struct by_asset_balance
type by_maintenance_flag (line 384) | struct by_maintenance_flag
type by_name (line 415) | struct by_name
type by_maintenance_seq (line 433) | struct by_maintenance_seq
type by_voting_power_active (line 434) | struct by_voting_power_active
FILE: libraries/chain/include/graphene/chain/assert_evaluator.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class assert_evaluator (line 31) | class assert_evaluator : public evaluator<assert_evaluator>
FILE: libraries/chain/include/graphene/chain/asset_evaluator.hpp
type graphene (line 32) | namespace graphene { namespace chain {
type chain (line 32) | namespace chain {
class asset_create_evaluator (line 34) | class asset_create_evaluator : public evaluator<asset_create_evaluator>
class asset_issue_evaluator (line 50) | class asset_issue_evaluator : public evaluator<asset_issue_evaluator>
class asset_reserve_evaluator (line 62) | class asset_reserve_evaluator : public evaluator<asset_reserve_evalu...
class asset_update_evaluator (line 75) | class asset_update_evaluator : public evaluator<asset_update_evaluator>
class asset_update_issuer_evaluator (line 88) | class asset_update_issuer_evaluator : public evaluator<asset_update_...
class asset_update_bitasset_evaluator (line 100) | class asset_update_bitasset_evaluator : public evaluator<asset_updat...
class asset_update_feed_producers_evaluator (line 115) | class asset_update_feed_producers_evaluator : public evaluator<asset...
class asset_fund_fee_pool_evaluator (line 127) | class asset_fund_fee_pool_evaluator : public evaluator<asset_fund_fe...
class asset_global_settle_evaluator (line 139) | class asset_global_settle_evaluator : public evaluator<asset_global_...
class asset_settle_evaluator (line 150) | class asset_settle_evaluator : public evaluator<asset_settle_evaluator>
class asset_publish_feeds_evaluator (line 163) | class asset_publish_feeds_evaluator : public evaluator<asset_publish...
class asset_claim_fees_evaluator (line 176) | class asset_claim_fees_evaluator : public evaluator<asset_claim_fees...
class asset_claim_pool_evaluator (line 189) | class asset_claim_pool_evaluator : public evaluator<asset_claim_pool...
FILE: libraries/chain/include/graphene/chain/asset_object.hpp
type graphene (line 41) | namespace graphene { namespace chain {
type chain (line 41) | namespace chain {
class asset_bitasset_data_object (line 42) | class asset_bitasset_data_object
method is_current_feed_price_capped (line 277) | bool is_current_feed_price_capped()const
method is_globally_settled (line 299) | bool is_globally_settled()const { return !settlement_price.is_null...
method is_individually_settled_to_fund (line 334) | bool is_individually_settled_to_fund()const
method price (line 342) | price get_individual_settlement_price() const
method get_black_swan_response_method (line 349) | bitasset_options::black_swan_response_type get_black_swan_response...
method price (line 355) | price get_margin_call_order_price() const
method ratio_type (line 361) | ratio_type get_margin_call_order_ratio() const
method ratio_type (line 367) | ratio_type get_margin_call_pays_ratio() const
method need_to_update_cer (line 379) | bool need_to_update_cer() const
method time_point_sec (line 385) | time_point_sec feed_expiration_time()const
method feed_is_expired_before_hf_615 (line 395) | bool feed_is_expired_before_hf_615(time_point_sec current_time)const
method feed_is_expired (line 398) | bool feed_is_expired(time_point_sec current_time)const
class asset_dynamic_data_object (line 56) | class asset_dynamic_data_object : public abstract_object<asset_dynam...
class asset_object (line 75) | class asset_object : public graphene::db::abstract_object<asset_obje...
method is_market_issued (line 84) | bool is_market_issued()const { return bitasset_data_id.valid(); }
method is_liquidity_pool_share_asset (line 86) | bool is_liquidity_pool_share_asset()const { return for_liquidity_p...
method can_force_settle (line 88) | bool can_force_settle()const { return (0 == (options.flags & disab...
method can_global_settle (line 90) | bool can_global_settle()const { return (0 != (options.issuer_permi...
method charges_market_fees (line 92) | bool charges_market_fees()const { return (0 != (options.flags & ch...
method is_transfer_restricted (line 94) | bool is_transfer_restricted()const { return (0 != (options.flags &...
method can_override (line 95) | bool can_override()const { return (0 != (options.flags & override_...
method allow_confidential (line 96) | bool allow_confidential()const
method can_update_max_supply (line 99) | bool can_update_max_supply()const { return (0 == (options.flags & ...
method can_create_new_supply (line 101) | bool can_create_new_supply()const { return (0 == (options.flags & ...
method can_owner_update_mcr (line 103) | bool can_owner_update_mcr()const { return (0 == (options.issuer_pe...
method can_owner_update_icr (line 105) | bool can_owner_update_icr()const { return (0 == (options.issuer_pe...
method can_owner_update_mssr (line 107) | bool can_owner_update_mssr()const { return (0 == (options.issuer_p...
method can_owner_update_bsrm (line 109) | bool can_owner_update_bsrm()const { return (0 == (options.issuer_p...
method can_bid_collateral (line 111) | bool can_bid_collateral()const { return (0 == (options.flags & dis...
method asset (line 114) | asset amount(share_type a)const { return asset(a, asset_id_type(id...
method string (line 121) | string amount_to_string(const asset& amount)const
method string (line 124) | string amount_to_pretty_string(share_type amount)const
method string (line 127) | string amount_to_pretty_string(const asset &amount)const
method validate (line 154) | void validate()const
method asset_bitasset_data_object (line 166) | const asset_bitasset_data_object& bitasset_data(const DB& db)const
method asset_dynamic_data_object (line 175) | const asset_dynamic_data_object& dynamic_data(const DB& db)const
method share_type (line 182) | share_type reserved( const DB& db )const
method can_accumulate_fee (line 187) | bool can_accumulate_fee(const DB& db, const asset& fee) const {
method accumulate_fee (line 201) | void accumulate_fee(DB& db, const asset& fee) const
type price_feed_with_icr (line 229) | struct price_feed_with_icr : public price_feed
method price_feed_with_icr (line 236) | price_feed_with_icr()
method price_feed_with_icr (line 240) | price_feed_with_icr( const price_feed& pf, const optional<uint16_t...
class asset_bitasset_data_object (line 255) | class asset_bitasset_data_object : public abstract_object<asset_bita...
method is_current_feed_price_capped (line 277) | bool is_current_feed_price_capped()const
method is_globally_settled (line 299) | bool is_globally_settled()const { return !settlement_price.is_null...
method is_individually_settled_to_fund (line 334) | bool is_individually_settled_to_fund()const
method price (line 342) | price get_individual_settlement_price() const
method get_black_swan_response_method (line 349) | bitasset_options::black_swan_response_type get_black_swan_response...
method price (line 355) | price get_margin_call_order_price() const
method ratio_type (line 361) | ratio_type get_margin_call_order_ratio() const
method ratio_type (line 367) | ratio_type get_margin_call_pays_ratio() const
method need_to_update_cer (line 379) | bool need_to_update_cer() const
method time_point_sec (line 385) | time_point_sec feed_expiration_time()const
method feed_is_expired_before_hf_615 (line 395) | bool feed_is_expired_before_hf_615(time_point_sec current_time)const
method feed_is_expired (line 398) | bool feed_is_expired(time_point_sec current_time)const
type bitasset_backing_asst_extractor (line 423) | struct bitasset_backing_asst_extractor
method result_type (line 426) | result_type operator() (const asset_bitasset_data_object& obj) const
type by_short_backing_asset (line 432) | struct by_short_backing_asset
type by_feed_expiration (line 433) | struct by_feed_expiration
type by_cer_update (line 434) | struct by_cer_update
type by_symbol (line 456) | struct by_symbol
type by_type (line 457) | struct by_type
type by_issuer (line 458) | struct by_issuer
FILE: libraries/chain/include/graphene/chain/balance_evaluator.hpp
type graphene (line 32) | namespace graphene { namespace chain {
type chain (line 32) | namespace chain {
class balance_claim_evaluator (line 34) | class balance_claim_evaluator : public evaluator<balance_claim_evalu...
FILE: libraries/chain/include/graphene/chain/balance_object.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class balance_object (line 30) | class balance_object : public abstract_object<balance_object, protoc...
method is_vesting_balance (line 33) | bool is_vesting_balance()const
method asset (line 35) | asset available(fc::time_point_sec now)const
method asset_id_type (line 45) | asset_id_type asset_type()const { return balance.asset_id; }
type by_owner (line 48) | struct by_owner
FILE: libraries/chain/include/graphene/chain/block_database.hpp
type graphene (line 30) | namespace graphene { namespace chain {
type chain (line 30) | namespace chain {
type index_entry (line 31) | struct index_entry
class block_database (line 34) | class block_database
FILE: libraries/chain/include/graphene/chain/block_summary_object.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class block_summary_object (line 40) | class block_summary_object : public abstract_object<block_summary_ob...
FILE: libraries/chain/include/graphene/chain/budget_record_object.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
type budget_record (line 30) | struct budget_record
class budget_record_object (line 66) | class budget_record_object : public graphene::db::abstract_object<bu...
FILE: libraries/chain/include/graphene/chain/buyback.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class database (line 30) | class database
FILE: libraries/chain/include/graphene/chain/buyback_object.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class buyback_object (line 43) | class buyback_object : public graphene::db::abstract_object< buyback...
type by_asset (line 50) | struct by_asset
FILE: libraries/chain/include/graphene/chain/chain_property_object.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class chain_property_object (line 33) | class chain_property_object : public abstract_object<chain_property_...
FILE: libraries/chain/include/graphene/chain/committee_member_evaluator.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class committee_member_create_evaluator (line 30) | class committee_member_create_evaluator : public evaluator<committee...
class committee_member_update_evaluator (line 39) | class committee_member_update_evaluator : public evaluator<committee...
class committee_member_update_global_parameters_evaluator (line 48) | class committee_member_update_global_parameters_evaluator : public e...
FILE: libraries/chain/include/graphene/chain/committee_member_object.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class committee_member_object (line 43) | class committee_member_object : public abstract_object<committee_mem...
type by_account (line 53) | struct by_account
type by_vote_id (line 54) | struct by_vote_id
FILE: libraries/chain/include/graphene/chain/confidential_evaluator.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class transfer_to_blind_evaluator (line 30) | class transfer_to_blind_evaluator : public evaluator<transfer_to_bli...
class transfer_from_blind_evaluator (line 41) | class transfer_from_blind_evaluator : public evaluator<transfer_from...
class blind_transfer_evaluator (line 52) | class blind_transfer_evaluator : public evaluator<blind_transfer_eva...
FILE: libraries/chain/include/graphene/chain/confidential_object.hpp
type graphene (line 33) | namespace graphene { namespace chain {
type chain (line 33) | namespace chain {
class blinded_balance_object (line 41) | class blinded_balance_object : public graphene::db::abstract_object<...
type by_commitment (line 50) | struct by_commitment
FILE: libraries/chain/include/graphene/chain/credit_offer_evaluator.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class credit_offer_object (line 31) | class credit_offer_object
class credit_offer_create_evaluator (line 33) | class credit_offer_create_evaluator : public evaluator<credit_offer_...
class credit_offer_delete_evaluator (line 42) | class credit_offer_delete_evaluator : public evaluator<credit_offer_...
class credit_offer_update_evaluator (line 53) | class credit_offer_update_evaluator : public evaluator<credit_offer_...
class credit_offer_accept_evaluator (line 64) | class credit_offer_accept_evaluator : public evaluator<credit_offer_...
class credit_deal_repay_evaluator (line 76) | class credit_deal_repay_evaluator : public evaluator<credit_deal_rep...
class credit_deal_update_evaluator (line 87) | class credit_deal_update_evaluator : public evaluator<credit_deal_up...
FILE: libraries/chain/include/graphene/chain/credit_offer_object.hpp
type graphene (line 31) | namespace graphene { namespace chain {
type chain (line 31) | namespace chain {
class credit_offer_object (line 39) | class credit_offer_object : public abstract_object<credit_offer_obje...
type by_auto_disable_time (line 59) | struct by_auto_disable_time
type by_owner (line 60) | struct by_owner
type by_asset_type (line 61) | struct by_asset_type
class credit_deal_object (line 104) | class credit_deal_object : public abstract_object<credit_deal_object...
type by_latest_repay_time (line 119) | struct by_latest_repay_time
type by_offer_id (line 120) | struct by_offer_id
type by_offer_owner (line 121) | struct by_offer_owner
type by_borrower (line 122) | struct by_borrower
type by_debt_asset (line 123) | struct by_debt_asset
type by_collateral_asset (line 124) | struct by_collateral_asset
class credit_deal_summary_object (line 184) | class credit_deal_summary_object : public abstract_object<credit_dea...
type by_offer_borrower (line 195) | struct by_offer_borrower
FILE: libraries/chain/include/graphene/chain/custom_authority_evaluator.hpp
type graphene (line 30) | namespace graphene { namespace chain {
type chain (line 30) | namespace chain {
class custom_authority_object (line 31) | class custom_authority_object
class custom_authority_create_evaluator (line 33) | class custom_authority_create_evaluator : public evaluator<custom_au...
class custom_authority_update_evaluator (line 41) | class custom_authority_update_evaluator : public evaluator<custom_au...
class custom_authority_delete_evaluator (line 50) | class custom_authority_delete_evaluator : public evaluator<custom_au...
FILE: libraries/chain/include/graphene/chain/custom_authority_object.hpp
type graphene (line 32) | namespace graphene { namespace chain {
type chain (line 32) | namespace chain {
class custom_authority_object (line 39) | class custom_authority_object : public abstract_object<custom_author...
method is_valid (line 57) | bool is_valid(time_point_sec now) const { return enabled && now >=...
method get_restrictions (line 60) | vector<restriction> get_restrictions() const {
method restriction_predicate_function (line 67) | restriction_predicate_function get_predicate() const {
method update_predicate_cache (line 74) | void update_predicate_cache() const {
method clear_predicate_cache (line 78) | void clear_predicate_cache() { predicate_cache.reset(); }
type by_account_custom (line 81) | struct by_account_custom
type by_expiration (line 82) | struct by_expiration
FILE: libraries/chain/include/graphene/chain/custom_evaluator.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class custom_evaluator (line 31) | class custom_evaluator : public evaluator<custom_evaluator>
method void_result (line 36) | void_result do_evaluate( const custom_operation& o ){ return void_...
method void_result (line 37) | void_result do_apply( const custom_operation& o ){ return void_res...
FILE: libraries/chain/include/graphene/chain/database.hpp
type graphene (line 46) | namespace graphene { namespace protocol { struct predicate_result; } }
type protocol (line 46) | namespace protocol { struct predicate_result; }
type predicate_result (line 46) | struct predicate_result
type chain (line 48) | namespace chain {
class op_evaluator (line 51) | class op_evaluator
class transaction_evaluation_state (line 52) | class transaction_evaluation_state
class proposal_object (line 53) | class proposal_object
class operation_history_object (line 54) | class operation_history_object
class chain_property_object (line 55) | class chain_property_object
class witness_schedule_object (line 56) | class witness_schedule_object
class witness_object (line 57) | class witness_object
class force_settlement_object (line 58) | class force_settlement_object
class limit_order_object (line 59) | class limit_order_object
class collateral_bid_object (line 60) | class collateral_bid_object
class call_order_object (line 61) | class call_order_object
type budget_record (line 63) | struct budget_record
type vesting_balance_type (line 64) | enum class vesting_balance_type
class database (line 70) | class database : public db::object_database
type validation_steps (line 77) | enum validation_steps
method register_evaluator (line 235) | void register_evaluator()
type match_result_type (line 417) | enum class match_result_type
method match_result_type (line 455) | match_result_type match( const limit_order_object& taker, const ca...
method fill_call_order (line 526) | bool fill_call_order( const call_order_object& order, const asset&...
method get_checkpoints (line 571) | const flat_map<uint32_t,block_id_type> get_checkpoints()const { re...
method pop_undo (line 692) | void pop_undo() { object_database::pop_undo(); }
method enable_standby_votes_tracking (line 846) | inline void enable_standby_votes_tracking(bool enable) { _track_s...
type graphene (line 48) | namespace graphene { namespace chain {
type protocol (line 46) | namespace protocol { struct predicate_result; }
type predicate_result (line 46) | struct predicate_result
type chain (line 48) | namespace chain {
class op_evaluator (line 51) | class op_evaluator
class transaction_evaluation_state (line 52) | class transaction_evaluation_state
class proposal_object (line 53) | class proposal_object
class operation_history_object (line 54) | class operation_history_object
class chain_property_object (line 55) | class chain_property_object
class witness_schedule_object (line 56) | class witness_schedule_object
class witness_object (line 57) | class witness_object
class force_settlement_object (line 58) | class force_settlement_object
class limit_order_object (line 59) | class limit_order_object
class collateral_bid_object (line 60) | class collateral_bid_object
class call_order_object (line 61) | class call_order_object
type budget_record (line 63) | struct budget_record
type vesting_balance_type (line 64) | enum class vesting_balance_type
class database (line 70) | class database : public db::object_database
type validation_steps (line 77) | enum validation_steps
method register_evaluator (line 235) | void register_evaluator()
type match_result_type (line 417) | enum class match_result_type
method match_result_type (line 455) | match_result_type match( const limit_order_object& taker, const ca...
method fill_call_order (line 526) | bool fill_call_order( const call_order_object& order, const asset&...
method get_checkpoints (line 571) | const flat_map<uint32_t,block_id_type> get_checkpoints()const { re...
method pop_undo (line 692) | void pop_undo() { object_database::pop_undo(); }
method enable_standby_votes_tracking (line 846) | inline void enable_standby_votes_tracking(bool enable) { _track_s...
FILE: libraries/chain/include/graphene/chain/db_with.hpp
type graphene (line 39) | namespace graphene { namespace chain { namespace detail {
type chain (line 39) | namespace chain { namespace detail {
type detail (line 39) | namespace detail {
type skip_flags_restorer (line 47) | struct skip_flags_restorer
method skip_flags_restorer (line 49) | skip_flags_restorer( node_property_object& npo, uint32_t old_ski...
type pending_transactions_restorer (line 69) | struct pending_transactions_restorer
method pending_transactions_restorer (line 71) | pending_transactions_restorer( database& db, std::vector<process...
function with_skip_flags (line 113) | void with_skip_flags(
function without_pending_transactions (line 132) | void without_pending_transactions(
FILE: libraries/chain/include/graphene/chain/evaluator.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class database (line 31) | class database
class generic_evaluator (line 32) | class generic_evaluator
class transaction_evaluation_state (line 33) | class transaction_evaluation_state
class account_object (line 34) | class account_object
class account_statistics_object (line 35) | class account_statistics_object
class asset_object (line 36) | class asset_object
class asset_dynamic_data_object (line 37) | class asset_dynamic_data_object
class generic_evaluator (line 39) | class generic_evaluator
class op_evaluator (line 123) | class op_evaluator
class op_evaluator_impl (line 131) | class op_evaluator_impl : public op_evaluator
method operation_result (line 134) | virtual operation_result evaluate(transaction_evaluation_state& ev...
class evaluator (line 142) | class evaluator : public generic_evaluator
method get_type (line 145) | virtual int get_type()const override { return operation::tag<typen...
method operation_result (line 147) | virtual operation_result evaluate(const operation& o) final override
method operation_result (line 165) | virtual operation_result apply(const operation& o) final override
FILE: libraries/chain/include/graphene/chain/exceptions.hpp
type graphene (line 107) | namespace graphene { namespace chain {
type chain (line 107) | namespace chain {
FILE: libraries/chain/include/graphene/chain/fba_accumulator_id.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
type graphene_fba_accumulator_id_enum (line 33) | enum graphene_fba_accumulator_id_enum
FILE: libraries/chain/include/graphene/chain/fba_object.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class database (line 31) | class database
class fba_accumulator_object (line 37) | class fba_accumulator_object : public graphene::db::abstract_object<...
FILE: libraries/chain/include/graphene/chain/fork_database.hpp
type graphene (line 36) | namespace graphene { namespace chain {
type chain (line 36) | namespace chain {
type fork_item (line 40) | struct fork_item
method fork_item (line 42) | fork_item( signed_block d )
method block_id_type (line 45) | block_id_type previous_id()const { return data.previous; }
class fork_database (line 70) | class fork_database
method head (line 91) | shared_ptr<fork_item> head()const { return _head; }
type block_id (line 101) | struct block_id
type block_num (line 102) | struct block_num
FILE: libraries/chain/include/graphene/chain/genesis_state.hpp
type graphene (line 36) | namespace graphene { namespace chain {
type chain (line 36) | namespace chain {
type genesis_state_type (line 40) | struct genesis_state_type {
type initial_account_type (line 41) | struct initial_account_type {
method initial_account_type (line 42) | initial_account_type(const string& name = string(),
type initial_asset_type (line 56) | struct initial_asset_type {
type initial_collateral_position (line 57) | struct initial_collateral_position {
type initial_balance_type (line 75) | struct initial_balance_type {
type initial_vesting_balance_type (line 80) | struct initial_vesting_balance_type {
type initial_witness_type (line 88) | struct initial_witness_type {
type initial_committee_member_type (line 93) | struct initial_committee_member_type {
type initial_worker_type (line 97) | struct initial_worker_type {
FILE: libraries/chain/include/graphene/chain/get_config.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
FILE: libraries/chain/include/graphene/chain/global_property_object.hpp
type graphene (line 30) | namespace graphene { namespace chain {
type chain (line 30) | namespace chain {
class global_property_object (line 40) | class global_property_object : public graphene::db::abstract_object<...
class dynamic_global_property_object (line 62) | class dynamic_global_property_object : public abstract_object<dynami...
type dynamic_flag_bits (line 106) | enum dynamic_flag_bits
FILE: libraries/chain/include/graphene/chain/hardfork_visitor.hpp
type graphene (line 35) | namespace graphene { namespace chain {
type chain (line 35) | namespace chain {
type hardfork_visitor (line 44) | struct hardfork_visitor {
method hardfork_visitor (line 75) | explicit hardfork_visitor(const fc::time_point_sec& head_block_tim...
method visit (line 80) | std::enable_if_t<operation::tag<Op>::value < protocol::operation::...
method visit (line 83) | std::enable_if_t<fc::typelist::contains<BSIP_40_ops, Op>(), bool>
method visit (line 86) | std::enable_if_t<fc::typelist::contains<hf1604_ops, Op>(), bool>
method visit (line 89) | std::enable_if_t<fc::typelist::contains<hf2103_ops, Op>(), bool>
method visit (line 92) | std::enable_if_t<fc::typelist::contains<liquidity_pool_ops, Op>(),...
method visit (line 95) | std::enable_if_t<fc::typelist::contains<samet_fund_ops, Op>(), bool>
method visit (line 98) | std::enable_if_t<fc::typelist::contains<credit_offer_ops, Op>(), b...
method visit (line 101) | std::enable_if_t<fc::typelist::contains<credit_deal_update_op, Op>...
method visit (line 104) | std::enable_if_t<fc::typelist::contains<liquidity_pool_update_op, ...
method visit (line 117) | bool visit(protocol::operation::tag_type tag) const {
method visit (line 121) | bool visit(const protocol::operation& op) const {
FILE: libraries/chain/include/graphene/chain/htlc_evaluator.hpp
type graphene (line 28) | namespace graphene {
type chain (line 29) | namespace chain {
class htlc_create_evaluator (line 31) | class htlc_create_evaluator : public evaluator<htlc_create_evaluator>
class htlc_redeem_evaluator (line 40) | class htlc_redeem_evaluator : public evaluator<htlc_redeem_evaluator>
class htlc_extend_evaluator (line 50) | class htlc_extend_evaluator : public evaluator<htlc_extend_evaluator>
FILE: libraries/chain/include/graphene/chain/htlc_object.hpp
type graphene (line 31) | namespace graphene { namespace chain {
type chain (line 31) | namespace chain {
class htlc_object (line 40) | class htlc_object : public graphene::db::abstract_object<htlc_object...
type transfer_info (line 43) | struct transfer_info
type condition_info (line 50) | struct condition_info
type hash_lock_info (line 52) | struct hash_lock_info
type time_lock_info (line 57) | struct time_lock_info
type timelock_extractor (line 72) | struct timelock_extractor {
method result_type (line 74) | const result_type& operator()(const htlc_object& o)const { retur...
type from_extractor (line 80) | struct from_extractor {
method result_type (line 82) | const result_type& operator()(const htlc_object& o)const { retur...
type to_extractor (line 88) | struct to_extractor {
method result_type (line 90) | const result_type& operator()(const htlc_object& o)const { retur...
type by_from_id (line 94) | struct by_from_id
type by_expiration (line 95) | struct by_expiration
type by_to_id (line 96) | struct by_to_id
FILE: libraries/chain/include/graphene/chain/immutable_chain_parameters.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
type immutable_chain_parameters (line 31) | struct immutable_chain_parameters
FILE: libraries/chain/include/graphene/chain/impacted.hpp
type graphene (line 31) | namespace graphene { namespace chain {
type chain (line 31) | namespace chain {
FILE: libraries/chain/include/graphene/chain/internal_exceptions.hpp
type graphene (line 43) | namespace graphene { namespace chain {
type chain (line 43) | namespace chain {
FILE: libraries/chain/include/graphene/chain/is_authorized_asset.hpp
type graphene (line 26) | namespace graphene { namespace chain {
type chain (line 26) | namespace chain {
class account_object (line 28) | class account_object
class asset_object (line 29) | class asset_object
class database (line 30) | class database
type detail (line 32) | namespace detail {
function is_authorized_asset (line 43) | inline bool is_authorized_asset(const database& d, const account_obj...
FILE: libraries/chain/include/graphene/chain/liquidity_pool_evaluator.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class asset_object (line 31) | class asset_object
class asset_dynamic_data_object (line 32) | class asset_dynamic_data_object
class liquidity_pool_object (line 33) | class liquidity_pool_object
class liquidity_pool_create_evaluator (line 35) | class liquidity_pool_create_evaluator : public evaluator<liquidity_p...
class liquidity_pool_delete_evaluator (line 47) | class liquidity_pool_delete_evaluator : public evaluator<liquidity_p...
class liquidity_pool_update_evaluator (line 60) | class liquidity_pool_update_evaluator : public evaluator<liquidity_p...
class liquidity_pool_deposit_evaluator (line 72) | class liquidity_pool_deposit_evaluator : public evaluator<liquidity_...
class liquidity_pool_withdraw_evaluator (line 88) | class liquidity_pool_withdraw_evaluator : public evaluator<liquidity...
class liquidity_pool_exchange_evaluator (line 105) | class liquidity_pool_exchange_evaluator : public evaluator<liquidity...
FILE: libraries/chain/include/graphene/chain/liquidity_pool_object.hpp
type graphene (line 34) | namespace graphene { namespace chain {
type chain (line 34) | namespace chain {
class liquidity_pool_object (line 44) | class liquidity_pool_object : public abstract_object<liquidity_pool_...
method update_virtual_value (line 56) | void update_virtual_value()
type by_share_asset (line 62) | struct by_share_asset
type by_asset_a (line 63) | struct by_asset_a
type by_asset_b (line 64) | struct by_asset_b
type by_asset_ab (line 65) | struct by_asset_ab
FILE: libraries/chain/include/graphene/chain/market_evaluator.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class account_object (line 30) | class account_object
class asset_object (line 31) | class asset_object
class asset_bitasset_data_object (line 32) | class asset_bitasset_data_object
class call_order_object (line 33) | class call_order_object
class limit_order_object (line 34) | class limit_order_object
class collateral_bid_object (line 35) | class collateral_bid_object
class limit_order_create_evaluator (line 37) | class limit_order_create_evaluator : public evaluator<limit_order_cr...
class limit_order_update_evaluator (line 62) | class limit_order_update_evaluator : public evaluator<limit_order_up...
class limit_order_cancel_evaluator (line 90) | class limit_order_cancel_evaluator : public evaluator<limit_order_ca...
class call_order_update_evaluator (line 102) | class call_order_update_evaluator : public evaluator<call_order_upda...
class bid_collateral_evaluator (line 120) | class bid_collateral_evaluator : public evaluator<bid_collateral_eva...
FILE: libraries/chain/include/graphene/chain/market_object.hpp
type graphene (line 33) | namespace graphene { namespace chain {
type chain (line 33) | namespace chain {
class limit_order_object (line 45) | class limit_order_object : public abstract_object<limit_order_object...
method create_take_profit_order_action (line 64) | const create_take_profit_order_action& get_take_profit_action() const
method get_market (line 70) | pair<asset_id_type,asset_id_type> get_market()const
method asset (line 77) | asset amount_for_sale()const { return asset( for_sale, sell_pric...
method asset (line 78) | asset amount_to_receive()const { return amount_for_sale() * sell_p...
method asset_id_type (line 79) | asset_id_type sell_asset_id()const { return sell_price.base.ass...
method asset_id_type (line 80) | asset_id_type receive_asset_id()const { return sell_price.quote.as...
type by_price (line 83) | struct by_price
type by_expiration (line 84) | struct by_expiration
type by_account (line 85) | struct by_account
type by_account_price (line 86) | struct by_account_price
type by_is_settled_debt (line 87) | struct by_is_settled_debt
class call_order_object (line 140) | class call_order_object : public abstract_object<call_order_object, ...
method asset (line 143) | asset get_collateral()const { return asset( collateral, call_price...
method asset (line 144) | asset get_debt()const { return asset( debt, debt_type() ); }
method asset (line 145) | asset amount_to_receive()const { return get_debt(); }
method asset_id_type (line 146) | asset_id_type debt_type()const { return call_price.quote.asset_id; }
method asset_id_type (line 147) | asset_id_type collateral_type()const { return call_price.base.asse...
method price (line 148) | price collateralization()const { return get_collateral() / get_deb...
method get_market (line 157) | pair<asset_id_type,asset_id_type> get_market()const
class force_settlement_object (line 187) | class force_settlement_object : public abstract_object<force_settlem...
method asset_id_type (line 195) | asset_id_type settlement_asset_id()const
class collateral_bid_object (line 206) | class collateral_bid_object : public abstract_object<collateral_bid_...
method asset (line 210) | asset get_additional_collateral()const { return inv_swan_price.bas...
method asset (line 211) | asset get_debt_covered()const { return inv_swan_price.quote; }
method asset_id_type (line 212) | asset_id_type debt_type()const { return inv_swan_price.quote.asset...
type by_collateral (line 218) | struct by_collateral
type by_account (line 219) | struct by_account
type by_price (line 220) | struct by_price
type by_expiration (line 248) | struct by_expiration
FILE: libraries/chain/include/graphene/chain/node_property_object.hpp
type graphene (line 27) | namespace graphene { namespace chain {
type chain (line 27) | namespace chain {
class node_property_object (line 39) | class node_property_object
method node_property_object (line 42) | node_property_object(){}
FILE: libraries/chain/include/graphene/chain/operation_history_object.hpp
type graphene (line 31) | namespace graphene { namespace chain {
type chain (line 31) | namespace chain {
class operation_history_object (line 48) | class operation_history_object : public abstract_object<operation_hi...
method operation_history_object (line 52) | explicit operation_history_object( const operation& o ):op(o){}
method operation_history_object (line 53) | operation_history_object() = default;
method operation_history_object (line 54) | operation_history_object( const operation& o, uint32_t bn, uint16_...
class account_history_object (line 95) | class account_history_object : public abstract_object<account_histo...
type by_block (line 105) | struct by_block
type by_time (line 106) | struct by_time
type by_seq (line 135) | struct by_seq
type by_op (line 136) | struct by_op
type by_opid (line 137) | struct by_opid
FILE: libraries/chain/include/graphene/chain/proposal_evaluator.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class hardfork_visitor_1479 (line 31) | class hardfork_visitor_1479
class proposal_create_evaluator (line 50) | class proposal_create_evaluator : public evaluator<proposal_create_e...
class proposal_update_evaluator (line 65) | class proposal_update_evaluator : public evaluator<proposal_update_e...
class proposal_delete_evaluator (line 79) | class proposal_delete_evaluator : public evaluator<proposal_delete_e...
FILE: libraries/chain/include/graphene/chain/proposal_object.hpp
type graphene (line 32) | namespace graphene { namespace chain {
type chain (line 32) | namespace chain {
class database (line 33) | class database
class proposal_object (line 40) | class proposal_object : public abstract_object<proposal_object, prot...
class required_approval_index (line 68) | class required_approval_index : public secondary_index
type by_expiration (line 86) | struct by_expiration{}
FILE: libraries/chain/include/graphene/chain/samet_fund_evaluator.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class samet_fund_object (line 31) | class samet_fund_object
class samet_fund_create_evaluator (line 33) | class samet_fund_create_evaluator : public evaluator<samet_fund_crea...
class samet_fund_delete_evaluator (line 42) | class samet_fund_delete_evaluator : public evaluator<samet_fund_dele...
class samet_fund_update_evaluator (line 53) | class samet_fund_update_evaluator : public evaluator<samet_fund_upda...
class samet_fund_borrow_evaluator (line 64) | class samet_fund_borrow_evaluator : public evaluator<samet_fund_borr...
class samet_fund_repay_evaluator (line 75) | class samet_fund_repay_evaluator : public evaluator<samet_fund_repay...
FILE: libraries/chain/include/graphene/chain/samet_fund_object.hpp
type graphene (line 31) | namespace graphene { namespace chain {
type chain (line 31) | namespace chain {
class samet_fund_object (line 39) | class samet_fund_object : public abstract_object<samet_fund_object, ...
type by_unpaid (line 49) | struct by_unpaid
type by_owner (line 50) | struct by_owner
type by_asset_type (line 51) | struct by_asset_type
FILE: libraries/chain/include/graphene/chain/special_authority_evaluation.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class database (line 30) | class database
FILE: libraries/chain/include/graphene/chain/special_authority_object.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class special_authority_object (line 42) | class special_authority_object : public graphene::db::abstract_objec...
type by_account (line 49) | struct by_account
FILE: libraries/chain/include/graphene/chain/ticket_evaluator.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class ticket_object (line 31) | class ticket_object
class ticket_create_evaluator (line 33) | class ticket_create_evaluator : public evaluator<ticket_create_evalu...
class ticket_update_evaluator (line 42) | class ticket_update_evaluator : public evaluator<ticket_update_evalu...
FILE: libraries/chain/include/graphene/chain/ticket_object.hpp
type graphene (line 34) | namespace graphene { namespace chain {
type chain (line 34) | namespace chain {
type ticket_status (line 41) | enum ticket_status
type ticket_version (line 50) | enum ticket_version
class ticket_object (line 62) | class ticket_object : public abstract_object<ticket_object, protocol...
method seconds_to_downgrade (line 82) | static uint32_t seconds_to_downgrade( ticket_type i ) {
method value_multiplier (line 86) | static uint8_t value_multiplier( ticket_type i, ticket_version ver...
type by_next_update (line 116) | struct by_next_update
type by_account (line 117) | struct by_account
FILE: libraries/chain/include/graphene/chain/transaction_evaluation_state.hpp
type graphene (line 27) | namespace graphene {
type protocol (line 28) | namespace protocol { class signed_transaction; }
class signed_transaction (line 28) | class signed_transaction
type chain (line 29) | namespace chain {
class database (line 30) | class database
class transaction_evaluation_state (line 37) | class transaction_evaluation_state
method transaction_evaluation_state (line 40) | transaction_evaluation_state( database* db = nullptr )
method database (line 44) | database& db()const { assert( _db ); return *_db; }
FILE: libraries/chain/include/graphene/chain/transaction_history_object.hpp
type graphene (line 35) | namespace graphene { namespace chain {
type chain (line 35) | namespace chain {
class transaction_history_object (line 44) | class transaction_history_object : public abstract_object<transactio...
method time_point_sec (line 51) | time_point_sec get_expiration()const { return trx.expiration; }
type by_expiration (line 54) | struct by_expiration
type by_trx_id (line 55) | struct by_trx_id
FILE: libraries/chain/include/graphene/chain/transfer_evaluator.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class transfer_evaluator (line 31) | class transfer_evaluator : public evaluator<transfer_evaluator>
class override_transfer_evaluator (line 40) | class override_transfer_evaluator : public evaluator<override_transf...
FILE: libraries/chain/include/graphene/chain/types.hpp
type graphene (line 28) | namespace graphene { namespace chain { using namespace protocol; } }
type chain (line 28) | namespace chain { using namespace protocol; }
FILE: libraries/chain/include/graphene/chain/vesting_balance_evaluator.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class vesting_balance_create_evaluator (line 30) | class vesting_balance_create_evaluator
class vesting_balance_withdraw_evaluator (line 31) | class vesting_balance_withdraw_evaluator
class vesting_balance_create_evaluator (line 33) | class vesting_balance_create_evaluator : public evaluator<vesting_ba...
class vesting_balance_withdraw_evaluator (line 42) | class vesting_balance_withdraw_evaluator : public evaluator<vesting_...
FILE: libraries/chain/include/graphene/chain/vesting_balance_object.hpp
type graphene (line 36) | namespace graphene { namespace chain {
type chain (line 36) | namespace chain {
type vesting_policy_context (line 40) | struct vesting_policy_context
method vesting_policy_context (line 42) | vesting_policy_context(
type linear_vesting_policy (line 61) | struct linear_vesting_policy
method is_deposit_vested_allowed (line 74) | bool is_deposit_vested_allowed(const vesting_policy_context&)const...
method on_deposit_vested (line 77) | void on_deposit_vested(const vesting_policy_context&)
type cdd_vesting_policy (line 89) | struct cdd_vesting_policy
type instant_vesting_policy (line 126) | struct instant_vesting_policy
method is_deposit_vested_allowed (line 130) | bool is_deposit_vested_allowed(const vesting_policy_context&)const...
type vesting_balance_type (line 143) | enum class vesting_balance_type { unspecified,
class vesting_balance_object (line 151) | class vesting_balance_object : public abstract_object<vesting_balanc...
method vesting_balance_object (line 165) | vesting_balance_object() {}
type by_account (line 194) | struct by_account
type by_vesting_type (line 196) | struct by_vesting_type
type detail (line 198) | namespace detail {
function vbo_mfs_hash (line 204) | inline uint64_t vbo_mfs_hash(const account_id_type& account_id, co...
type vesting_balance_object_hash (line 216) | struct vesting_balance_object_hash
type vesting_balance_object_equal (line 235) | struct vesting_balance_object_equal
FILE: libraries/chain/include/graphene/chain/vote_count.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
type vote_counter (line 34) | struct vote_counter
method add (line 37) | void add( Component who, uint64_t votes )
method finish (line 55) | void finish( authority& out_auth )
method is_empty (line 66) | bool is_empty()const
FILE: libraries/chain/include/graphene/chain/withdraw_permission_evaluator.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class withdraw_permission_create_evaluator (line 30) | class withdraw_permission_create_evaluator : public evaluator<withdr...
class withdraw_permission_claim_evaluator (line 39) | class withdraw_permission_claim_evaluator : public evaluator<withdra...
class withdraw_permission_update_evaluator (line 48) | class withdraw_permission_update_evaluator : public evaluator<withdr...
class withdraw_permission_delete_evaluator (line 57) | class withdraw_permission_delete_evaluator : public evaluator<withdr...
FILE: libraries/chain/include/graphene/chain/withdraw_permission_object.hpp
type graphene (line 31) | namespace graphene { namespace chain {
type chain (line 31) | namespace chain {
class withdraw_permission_object (line 45) | class withdraw_permission_object : public graphene::db::abstract_obj...
method asset (line 81) | asset available_this_period( fc::time_point_sec curre...
type by_from (line 91) | struct by_from
type by_authorized (line 92) | struct by_authorized
type by_expiration (line 93) | struct by_expiration
FILE: libraries/chain/include/graphene/chain/witness_evaluator.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class witness_create_evaluator (line 30) | class witness_create_evaluator : public evaluator<witness_create_eva...
class witness_update_evaluator (line 39) | class witness_update_evaluator : public evaluator<witness_update_eva...
FILE: libraries/chain/include/graphene/chain/witness_object.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class witness_object (line 32) | class witness_object : public abstract_object<witness_object, protoc...
type by_account (line 46) | struct by_account
type by_vote_id (line 47) | struct by_vote_id
type by_last_block (line 48) | struct by_last_block
FILE: libraries/chain/include/graphene/chain/witness_schedule_object.hpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
class witness_schedule_object (line 30) | class witness_schedule_object : public graphene::db::abstract_object...
FILE: libraries/chain/include/graphene/chain/worker_evaluator.hpp
type graphene (line 27) | namespace graphene { namespace chain {
type chain (line 27) | namespace chain {
class worker_create_evaluator (line 29) | class worker_create_evaluator : public evaluator<worker_create_evalu...
FILE: libraries/chain/include/graphene/chain/worker_object.hpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
class database (line 30) | class database
type refund_worker_type (line 61) | struct refund_worker_type
type vesting_balance_worker_type (line 74) | struct vesting_balance_worker_type
type burn_worker_type (line 87) | struct burn_worker_type
class worker_object (line 107) | class worker_object : public abstract_object<worker_object, protocol...
method is_active (line 133) | bool is_active(fc::time_point_sec now)const {
method share_type (line 137) | share_type approving_stake()const {
type by_account (line 142) | struct by_account
type by_vote_for (line 143) | struct by_vote_for
type by_vote_against (line 144) | struct by_vote_against
type by_end_date (line 145) | struct by_end_date
FILE: libraries/chain/is_authorized_asset.cpp
type graphene (line 31) | namespace graphene { namespace chain {
type chain (line 31) | namespace chain {
type detail (line 33) | namespace detail {
function _is_authorized_asset (line 35) | bool _is_authorized_asset(
FILE: libraries/chain/liquidity_pool_evaluator.cpp
type graphene (line 36) | namespace graphene { namespace chain {
type chain (line 36) | namespace chain {
FILE: libraries/chain/market_evaluator.cpp
type graphene (line 38) | namespace graphene { namespace chain {
type chain (line 38) | namespace chain {
FILE: libraries/chain/proposal_evaluator.cpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
type detail (line 31) | namespace detail {
type proposal_operation_hardfork_visitor (line 59) | struct proposal_operation_hardfork_visitor
method proposal_operation_hardfork_visitor (line 66) | proposal_operation_hardfork_visitor( const database& _db, const fc...
type hardfork_visitor_214 (line 344) | struct hardfork_visitor_214 // non-recursive proposal visitor
FILE: libraries/chain/proposal_object.cpp
type graphene (line 32) | namespace graphene { namespace chain {
type chain (line 32) | namespace chain {
FILE: libraries/chain/samet_fund_evaluator.cpp
type graphene (line 36) | namespace graphene { namespace chain {
type chain (line 36) | namespace chain {
FILE: libraries/chain/special_authority_evaluation.cpp
type graphene (line 28) | namespace graphene { namespace chain {
type chain (line 28) | namespace chain {
type special_authority_evaluate_visitor (line 30) | struct special_authority_evaluate_visitor
method special_authority_evaluate_visitor (line 34) | special_authority_evaluate_visitor( const database& d ) : db(d) {}
function evaluate_special_authority (line 46) | void evaluate_special_authority( const database& db, const special_a...
FILE: libraries/chain/ticket_evaluator.cpp
type graphene (line 34) | namespace graphene { namespace chain {
type chain (line 34) | namespace chain {
FILE: libraries/chain/transfer_evaluator.cpp
type graphene (line 30) | namespace graphene { namespace chain {
type chain (line 30) | namespace chain {
FILE: libraries/chain/vesting_balance_evaluator.cpp
type graphene (line 32) | namespace graphene { namespace chain {
type chain (line 32) | namespace chain {
type init_policy_visitor (line 57) | struct init_policy_visitor
method init_policy_visitor (line 61) | init_policy_visitor( vesting_policy& po,
FILE: libraries/chain/vesting_balance_object.cpp
type graphene (line 29) | namespace graphene { namespace chain {
type chain (line 29) | namespace chain {
function sum_below_max_shares (line 31) | inline bool sum_below_max_shares(const asset& a, const asset& b)
function asset (line 39) | asset linear_vesting_policy::get_allowed_withdraw( const vesting_pol...
function asset (line 114) | asset cdd_vesting_policy::get_allowed_withdraw(const vesting_policy_...
function asset (line 163) | asset instant_vesting_policy::get_allowed_withdraw( const vesting_po...
function asset (line 267) | asset vesting_balance_object::get_allowed_withdraw(const time_point_...
FILE: libraries/chain/withdraw_permission_evaluator.cpp
type graphene (line 32) | namespace graphene { namespace chain {
type chain (line 32) | namespace chain {
FILE: libraries/chain/witness_evaluator.cpp
type graphene (line 31) | namespace graphene { namespace chain {
type chain (line 31) | namespace chain {
FILE: libraries/chain/worker_evaluator.cpp
type graphene (line 33) | namespace graphene { namespace chain {
type chain (line 33) | namespace chain {
type worker_init_visitor (line 46) | struct worker_init_visitor
method worker_init_visitor (line 53) | worker_init_visitor( worker_object& w, database& d ):worker(w),db(...
method result_type (line 55) | result_type operator()( const vesting_balance_worker_initializer& ...
method result_type (line 73) | result_type operator()( const T& )const
FILE: libraries/db/include/graphene/db/generic_index.hpp
type graphene (line 31) | namespace graphene { namespace db {
type db (line 31) | namespace db {
type by_id (line 36) | struct by_id
class generic_index (line 43) | class generic_index : public index
method object (line 49) | const object& insert( object&& obj )override
method object (line 58) | const object& create(const std::function<void(object&)>& construc...
method modify (line 70) | void modify( const object& obj, const std::function<void(object&)>...
method remove (line 93) | void remove( const object& obj )override
method object (line 98) | const object* find( object_id_type id )const override
method index_type (line 115) | const index_type& indices()const { return _indices; }
type sparse_index (line 127) | struct sparse_index : public generic_index<T, boost::multi_index_con...
FILE: libraries/db/include/graphene/db/index.hpp
type graphene (line 35) | namespace graphene { namespace db {
type db (line 35) | namespace db {
class object_database (line 36) | class object_database
class index_observer (line 42) | class index_observer
method on_add (line 47) | virtual void on_add( const object& obj ){}
method on_remove (line 49) | virtual void on_remove( const object& obj ){}
method on_modify (line 51) | virtual void on_modify( const object& obj ){}
class index (line 70) | class index
method object (line 110) | const object& get( object_id_type id )const
method modify (line 127) | void modify( const Object& obj, const Lambda& l ) {
class secondary_index (line 139) | class secondary_index
class base_primary_index (line 152) | class base_primary_index
method base_primary_index (line 155) | explicit base_primary_index( object_database& db ):_db(db){}
method T (line 172) | T* add_secondary_index(Args... args)
method T (line 179) | const T& get_secondary_index()const
class direct_index (line 207) | class direct_index : public secondary_index
method direct_index (line 219) | direct_index() {
method object_inserted (line 223) | void object_inserted( const object& obj ) override
method object_removed (line 257) | void object_removed( const object& obj ) override
method about_to_modify (line 267) | void about_to_modify( const object& before ) override
method object_modified (line 272) | void object_modified( const object& after ) override
method Object (line 279) | const Object* find( const object_id& id )const
method Object (line 288) | const Object& get( const object_id& id )const
method Object (line 295) | const Object* find( const object_id_type& id )const
class primary_index (line 312) | class primary_index : public DerivedIndex, public base_primary_index
method primary_index (line 317) | explicit primary_index( object_database& db )
method object_space_id (line 324) | uint8_t object_space_id()const override
method object_type_id (line 327) | uint8_t object_type_id()const override
method object_id_type (line 330) | object_id_type get_next_id()const override { return _...
method use_next_id (line 331) | void use_next_id()override { ++_next_...
method set_next_id (line 332) | void set_next_id( object_id_type id )override { _next_id...
method object (line 335) | const object* find( object_id_type id )const override
method get_object_version (line 342) | fc::sha256 get_object_version()const
method open (line 348) | void open( const fc::path& db )override
method save (line 368) | void save( const fc::path& db ) override
method object (line 383) | const object& load( const std::vector<char>& data )override
method object (line 392) | const object& create(const std::function<void(object&)>& construc...
method object (line 401) | const object& insert( object&& obj ) override
method remove (line 410) | void remove( const object& obj ) override
method modify (line 418) | void modify( const object& obj, const std::function<void(object&)>...
method add_observer (line 429) | void add_observer( const std::shared_ptr<index_observer>& o ) over...
method object_from_variant (line 434) | void object_from_variant( const fc::variant& var, object& obj, uin...
method object_default (line 443) | void object_default( object& obj )const override
FILE: libraries/db/include/graphene/db/object.hpp
type graphene (line 32) | namespace graphene { namespace db {
type db (line 32) | namespace db {
class object (line 61) | class object
method object (line 64) | object() = default;
method object (line 65) | object( uint8_t space_id, uint8_t type_id ) : id( space_id, type_i...
class base_abstract_object (line 88) | class base_abstract_object : public object
method clone (line 92) | std::unique_ptr<object> clone()const override
method move_from (line 97) | void move_from( object& obj ) override
method to_variant (line 101) | fc::variant to_variant()const override
method pack (line 103) | std::vector<char> pack()const override { return fc::raw::pack( sta...
class abstract_object (line 107) | class abstract_object : public base_abstract_object<DerivedClass>
method abstract_object (line 112) | abstract_object() : base_abstract_object<DerivedClass>( space_id, ...
method get_id (line 113) | object_id<SpaceID,TypeID> get_id() const { return object_id<SpaceI...
class annotated_object (line 123) | class annotated_object : public base_abstract_object<DerivedClass>
method object_id_type (line 127) | object_id_type get_annotation( uint8_t annotation_id_spac...
method set_annotation (line 133) | void set_annotation( object_id_type id )
type boost (line 149) | namespace boost { namespace multiprecision { namespace detail {
type multiprecision (line 149) | namespace multiprecision { namespace detail {
type detail (line 149) | namespace detail {
type is_restricted_conversion<graphene::db::object,To> (line 151) | struct is_restricted_conversion<graphene::db::object,To> : public ...
FILE: libraries/db/include/graphene/db/object_database.hpp
type graphene (line 33) | namespace graphene { namespace db {
type db (line 33) | namespace db {
class object_database (line 39) | class object_database
method reset_indexes (line 47) | void reset_indexes()
method T (line 63) | const T& create( F&& constructor )
method IndexType (line 77) | const IndexType& get_index_type()const {
method index (line 83) | const index& get_index()const { return get_index(T::space_id,T::t...
method index (line 85) | const index& get_index(const object_id_type& id)const { return ge...
method object (line 96) | const object& insert( object&& obj ) { return get_mutable_index(ob...
method remove (line 97) | void remove( const object& obj ) { get_mutable_index(obj....
method modify (line 99) | void modify( const T& obj, const Lambda& m ) {
method T (line 106) | static const T& cast( const object& obj )
method T (line 112) | static T& cast( object& obj )
method T (line 119) | const T& get( const object_id_type& id )const
method T (line 126) | const T* find( const object_id_type& id )const
method find (line 134) | auto find( const object_id<SpaceID,TypeID>& id )const -> const obj...
method get (line 139) | auto get( const object_id<SpaceID,TypeID>& id )const -> const obje...
method IndexType (line 144) | IndexType* add_index()
method SecondaryIndexType (line 159) | SecondaryIndexType* add_secondary_index( Args... args )
method get_data_dir (line 167) | fc::path get_data_dir()const { return _data_dir; }
method IndexType (line 173) | IndexType& get_mutable_index_type() {
method index (line 179) | index& get_mutable_index() { return get_m...
method index (line 180) | index& get_mutable_index(const object_id_type& id) { return get_m...
FILE: libraries/db/include/graphene/db/simple_index.hpp
type graphene (line 27) | namespace graphene { namespace db {
type db (line 27) | namespace db {
class simple_index (line 38) | class simple_index : public index
method object (line 43) | virtual const object& create( const std::function<void(object&)>&...
method modify (line 56) | virtual void modify( const object& obj, const std::function<void(o...
method object (line 62) | virtual const object& insert( object&& obj )override
method remove (line 72) | virtual void remove( const object& obj ) override
method object (line 81) | virtual const object* find( object_id_type id )const override
method inspect_all_objects (line 91) | virtual void inspect_all_objects(std::function<void (const object&...
FILE: libraries/db/include/graphene/db/undo_database.hpp
type graphene (line 29) | namespace graphene { namespace db {
type db (line 29) | namespace db {
class object_database (line 31) | class object_database
type undo_state (line 33) | struct undo_state
class undo_database (line 47) | class undo_database
method undo_database (line 50) | explicit undo_database( object_database& db ):_db(db){}
class session (line 52) | class session
method session (line 55) | session( session&& mv )
method commit (line 61) | void commit() { _apply_undo = false; _db.commit(); }
method undo (line 62) | void undo() { if( _apply_undo ) _db.undo(); _apply_undo = fals...
method merge (line 63) | void merge() { if( _apply_undo ) _db.merge(); _apply_undo = fal...
method session (line 77) | explicit session(undo_database& db, bool disable_on_exit = false)
method enabled (line 87) | bool enabled()const { return !_disabled; }
method size (line 120) | std::size_t size()const { return _stack.size(); }
method set_max_size (line 121) | void set_max_size(size_t new_max_size) { _max_size = new_max_size; }
method max_size (line 122) | size_t max_size()const { return _max_size; }
method active_sessions (line 123) | uint32_t active_sessions()const { return _active_sessions; }
FILE: libraries/db/index.cpp
type graphene (line 28) | namespace graphene { namespace db {
type db (line 28) | namespace db {
FILE: libraries/db/object_database.cpp
type graphene (line 30) | namespace graphene { namespace db {
type db (line 30) | namespace db {
function object (line 43) | const object* object_database::find_object( const object_id_type& id...
function object (line 47) | const object& object_database::get_object( const object_id_type& id ...
function index (line 52) | const index& object_database::get_index(uint8_t space_id, uint8_t ty...
function index (line 66) | index& object_database::get_mutable_index(uint8_t space_id, uint8_t ...
FILE: libraries/db/undo_database.cpp
type graphene (line 28) | namespace graphene { namespace db {
type db (line 28) | namespace db {
function undo_state (line 301) | const undo_state& undo_database::head()const
FILE: libraries/egenesis/egenesis_none.cpp
type graphene (line 29) | namespace graphene { namespace egenesis {
type egenesis (line 29) | namespace egenesis {
function chain_id_type (line 33) | chain_id_type get_egenesis_chain_id()
function compute_egenesis_json (line 38) | void compute_egenesis_json( std::string& result )
function get_egenesis_json_hash (line 43) | fc::sha256 get_egenesis_json_hash()
FILE: libraries/egenesis/include/graphene/egenesis/egenesis.hpp
type graphene (line 33) | namespace graphene { namespace egenesis {
type egenesis (line 33) | namespace egenesis {
FILE: libraries/net/core_messages.cpp
type graphene (line 28) | namespace graphene { namespace net {
type net (line 28) | namespace net {
FILE: libraries/net/exceptions.cpp
type graphene (line 26) | namespace graphene { namespace net {
type net (line 26) | namespace net {
FILE: libraries/net/include/graphene/net/core_messages.hpp
type graphene (line 41) | namespace graphene { namespace net {
type net (line 41) | namespace net {
type item_id (line 49) | struct item_id
method item_id (line 54) | item_id() {}
method item_id (line 55) | item_id(uint32_t type, const item_hash_t& hash) :
type core_message_type_enum (line 66) | enum core_message_type_enum
type trx_message (line 93) | struct trx_message
method trx_message (line 98) | trx_message() = default;
method trx_message (line 99) | explicit trx_message(const graphene::protocol::signed_transaction&...
type block_message (line 104) | struct block_message
method block_message (line 108) | block_message(){}
method block_message (line 109) | block_message(const signed_block& blk )
type item_ids_inventory_message (line 117) | struct item_ids_inventory_message
method item_ids_inventory_message (line 124) | item_ids_inventory_message() {}
method item_ids_inventory_message (line 125) | item_ids_inventory_message(uint32_t item_type, const std::vector<i...
type blockchain_item_ids_inventory_message (line 131) | struct blockchain_item_ids_inventory_message
method blockchain_item_ids_inventory_message (line 139) | blockchain_item_ids_inventory_message() {}
method blockchain_item_ids_inventory_message (line 140) | blockchain_item_ids_inventory_message(uint32_t total_remaining_ite...
type fetch_blockchain_item_ids_message (line 149) | struct fetch_blockchain_item_ids_message
method fetch_blockchain_item_ids_message (line 156) | fetch_blockchain_item_ids_message() {}
method fetch_blockchain_item_ids_message (line 157) | fetch_blockchain_item_ids_message(uint32_t item_type, const std::v...
type fetch_items_message (line 163) | struct fetch_items_message
method fetch_items_message (line 170) | fetch_items_message() {}
method fetch_items_message (line 171) | fetch_items_message(uint32_t item_type, const std::vector<item_has...
type item_not_available_message (line 177) | struct item_not_available_message
method item_not_available_message (line 183) | item_not_available_message() {}
method item_not_available_message (line 184) | item_not_available_message(const item_id& requested_item) :
type hello_message (line 189) | struct hello_message
method hello_message (line 203) | hello_message() {}
method hello_message (line 204) | hello_message(const std::string& user_agent,
type connection_accepted_message (line 225) | struct connection_accepted_message
method connection_accepted_message (line 229) | connection_accepted_message() {}
type rejection_reason_code (line 232) | enum class rejection_reason_code { unspecified,
type connection_rejected_message (line 241) | struct connection_rejected_message
method connection_rejected_message (line 251) | connection_rejected_message() {}
method connection_rejected_message (line 252) | connection_rejected_message(const std::string& user_agent, uint32_...
type address_request_message (line 263) | struct address_request_message
method address_request_message (line 267) | address_request_message() {}
type peer_connection_direction (line 270) | enum class peer_connection_direction { unknown, inbound, outbound }
type firewalled_state (line 271) | enum class firewalled_state { unknown, firewalled, not_firewalled }
type address_info (line 273) | struct address_info
method address_info (line 282) | address_info() {}
method address_info (line 283) | address_info(const fc::ip::endpoint& remote_endpoint,
type address_message (line 298) | struct address_message
type closing_connection_message (line 305) | struct closing_connection_message
method closing_connection_message (line 313) | closing_connection_message() : closing_due_to_error(false) {}
method closing_connection_message (line 314) | closing_connection_message(const std::string& reason_for_closing,
type current_time_request_message (line 323) | struct current_time_request_message
method current_time_request_message (line 328) | current_time_request_message(){}
method current_time_request_message (line 329) | current_time_request_message(const fc::time_point request_sent_tim...
type current_time_reply_message (line 334) | struct current_time_reply_message
method current_time_reply_message (line 341) | current_time_reply_message(){}
method current_time_reply_message (line 342) | current_time_reply_message(const fc::time_point request_sent_time,
type check_firewall_message (line 351) | struct check_firewall_message
type firewall_check_result (line 358) | enum class firewall_check_result
type check_firewall_reply_message (line 365) | struct check_firewall_reply_message
type get_current_connections_request_message (line 373) | struct get_current_connections_request_message
type current_connection_data (line 378) | struct current_connection_data
type get_current_connections_reply_message (line 390) | struct get_current_connections_reply_message
type std (line 493) | namespace std
type hash<graphene::net::item_id> (line 496) | struct hash<graphene::net::item_id>
FILE: libraries/net/include/graphene/net/exceptions.hpp
type graphene (line 27) | namespace graphene { namespace net {
type net (line 27) | namespace net {
FILE: libraries/net/include/graphene/net/message.hpp
type graphene (line 33) | namespace graphene { namespace net {
type net (line 33) | namespace net {
type message_header (line 41) | struct message_header
method message_header (line 45) | message_header()
type message (line 58) | struct message : public message_header
method message (line 62) | message(){}
method message (line 64) | message( message&& m )
method message (line 67) | message( const message& m )
method message (line 74) | message( const T& m )
method message_hash_type (line 81) | message_hash_type id()const
method T (line 91) | T as()const
FILE: libraries/net/include/graphene/net/message_oriented_connection.hpp
type graphene (line 28) | namespace graphene { namespace net {
type net (line 28) | namespace net {
type detail (line 30) | namespace detail { class message_oriented_connection_impl; }
class message_oriented_connection_impl (line 30) | class message_oriented_connection_impl
class message_oriented_connection (line 32) | class message_oriented_connection
class message_oriented_connection_delegate (line 35) | class message_oriented_connection_delegate
class message_oriented_connection (line 43) | class message_oriented_connection
FILE: libraries/net/include/graphene/net/node.hpp
type graphene (line 32) | namespace graphene { namespace net {
type net (line 32) | namespace net {
type detail (line 37) | namespace detail
class node_impl (line 39) | class node_impl
type message_propagation_data (line 45) | struct message_propagation_data
class node_delegate (line 56) | class node_delegate
type peer_status (line 172) | struct peer_status
class node (line 190) | class node : public std::enable_shared_from_this<node>
method broadcast_transaction (line 285) | virtual void broadcast_transaction( const signed_transaction& trx...
FILE: libraries/net/include/graphene/net/peer_connection.hpp
type graphene (line 44) | namespace graphene { namespace net
type net (line 44) | namespace net
class peer_connection (line 46) | class peer_connection
type our_connection_state (line 62) | enum class our_connection_state
type their_connection_state (line 71) | enum class their_connection_state
type connection_negotiation_status (line 78) | enum class connection_negotiation_status
type queued_message (line 100) | struct queued_message
method queued_message (line 106) | explicit queued_message(fc::time_point enqueue_time = fc::time_p...
type real_queued_message (line 121) | struct real_queued_message : queued_message
method real_queued_message (line 126) | real_queued_message(message message_to_send,
type virtual_queued_message (line 140) | struct virtual_queued_message : queued_message
method virtual_queued_message (line 144) | explicit virtual_queued_message(item_id the_item_to_send) :
method get_connection_time (line 173) | fc::time_point get_connection_time()const { return _message_connec...
method get_connection_terminated_time (line 174) | fc::time_point get_connection_terminated_time()const { return conn...
type timestamped_item_id (line 236) | struct timestamped_item_id
method timestamped_item_id (line 240) | timestamped_item_id(const item_id& item, const fc::time_point_se...
type timestamp_index (line 245) | struct timestamp_index{}
class peer_connection_delegate (line 47) | class peer_connection_delegate
class peer_connection (line 58) | class peer_connection : public message_oriented_connection_delegate,
type our_connection_state (line 62) | enum class our_connection_state
type their_connection_state (line 71) | enum class their_connection_state
type connection_negotiation_status (line 78) | enum class connection_negotiation_status
type queued_message (line 100) | struct queued_message
method queued_message (line 106) | explicit queued_message(fc::time_point enqueue_time = fc::time_p...
type real_queued_message (line 121) | struct real_queued_message : queued_message
method real_queued_message (line 126) | real_queued_message(message message_to_send,
type virtual_queued_message (line 140) | struct virtual_queued_message : queued_message
method virtual_queued_message (line 144) | explicit virtual_queued_message(item_id the_item_to_send) :
method get_connection_time (line 173) | fc::time_point get_connection_time()const { return _message_connec...
method get_connection_terminated_time (line 174) | fc::time_point get_connection_terminated_time()const { return conn...
type timestamped_item_id (line 236) | struct timestamped_item_id
method timestamped_item_id (line 240) | timestamped_item_id(const item_id& item, const fc::time_point_se...
type timestamp_index (line 245) | struct timestamp_index{}
FILE: libraries/net/include/graphene/net/peer_database.hpp
type graphene (line 36) | namespace graphene { namespace net {
type net (line 36) | namespace net {
type potential_peer_last_connection_disposition (line 38) | enum potential_peer_last_connection_disposition
type potential_peer_record (line 47) | struct potential_peer_record
method potential_peer_record (line 57) | potential_peer_record() = default;
method potential_peer_record (line 59) | explicit potential_peer_record(
type detail (line 69) | namespace detail
class peer_database_impl (line 71) | class peer_database_impl
class peer_database_iterator_impl (line 73) | class peer_database_iterator_impl
class peer_database_iterator (line 74) | class peer_database_iterator : public boost::iterator_facade< peer...
class peer_database (line 95) | class peer_database
FILE: libraries/net/include/graphene/net/stcp_socket.hpp
type graphene (line 29) | namespace graphene { namespace net {
type net (line 29) | namespace net {
class stcp_socket (line 35) | class stcp_socket : public virtual fc::iostream
method get (line 57) | void get( char& c ) { read( &c, 1 ); }
method get_shared_secret (line 58) | fc::sha512 get_shared_secret() const { return _shared_secret; }
FILE: libraries/net/message_oriented_connection.cpp
type graphene (line 48) | namespace graphene { namespace net {
type net (line 48) | namespace net {
type detail (line 49) | namespace detail
class message_oriented_connection_impl (line 51) | class message_oriented_connection_impl
method get_connection_time (line 93) | fc::time_point get_connection_time() const { return _connected_t...
class no_parallel_execution_guard (line 147) | class no_parallel_execution_guard final
method no_parallel_execution_guard (line 151) | explicit no_parallel_execution_guard(std::atomic_bool* flag) : _...
type scope_logger (line 282) | struct scope_logger {
method scope_logger (line 284) | scope_logger(const fc::optional<fc::ip::endpoint>& endpoint) : e...
FILE: libraries/net/node.cpp
type graphene (line 85) | namespace graphene { namespace net { namespace detail {
type net (line 85) | namespace net { namespace detail {
type detail (line 85) | namespace detail {
function message (line 107) | message blockchain_tied_message_cache::get_message( const message_...
function message_propagation_data (line 116) | message_propagation_data blockchain_tied_message_cache::get_messag...
function greatly_delay_next_conn_to (line 156) | static void greatly_delay_next_conn_to( node_impl* impl, const fc:...
function save_successful_address (line 171) | static void save_successful_address( node_impl* impl, const fc::ip...
function update_address_seen_time (line 183) | static void update_address_seen_time( node_impl* impl, const peer_...
function update_address_seen_time (line 197) | static void update_address_seen_time( node_impl* impl, const peer_...
class generic_list_address_builder (line 203) | class generic_list_address_builder : public node_impl::address_bui...
method generic_list_address_builder (line 208) | explicit generic_list_address_builder(const std::vector<std::str...
class list_address_builder (line 230) | class list_address_builder : public generic_list_address_builder
method should_advertise (line 235) | bool should_advertise( const fc::ip::endpoint& in ) const override
class exclude_address_builder (line 244) | class exclude_address_builder : public generic_list_address_builder
method should_advertise (line 249) | bool should_advertise( const fc::ip::endpoint& in ) const override
class all_address_builder (line 258) | class all_address_builder : public node_impl::address_builder
method should_advertise (line 260) | bool should_advertise( const fc::ip::endpoint& in ) const override
type requested_item_count_index (line 646) | struct requested_item_count_index {}
type peer_and_items_to_fetch (line 647) | struct peer_and_items_to_fetch
method peer_and_items_to_fetch (line 651) | peer_and_items_to_fetch(const peer_connection_ptr& peer) : peer(...
method number_of_items (line 653) | size_t number_of_items() const { return item_ids.size(); }
function peer_connection_ptr (line 1289) | peer_connection_ptr node_impl::get_peer_by_node_id(const node_id_t...
function resolve_string_to_ip_endpoints (line 4453) | static std::vector<fc::ip::endpoint> resolve_string_to_ip_endpoints(co...
function message_propagation_data (line 5177) | message_propagation_data node::get_tx_propagation_data(
function message_propagation_data (line 5183) | message_propagation_data node::get_block_propagation_data( const graph...
function node_id_t (line 5188) | node_id_t node::get_node_id() const
type detail (line 5229) | namespace detail
function message (line 5360) | message statistics_gathering_node_delegate_wrapper::get_item( const ...
function chain_id_type (line 5365) | chain_id_type statistics_gathering_node_delegate_wrapper::get_chain_...
function item_hash_t (line 5397) | item_hash_t statistics_gathering_node_delegate_wrapper::get_head_blo...
FILE: libraries/net/node_impl.hxx
type graphene (line 58) | namespace graphene { namespace net { namespace detail {
type net (line 58) | namespace net { namespace detail {
type detail (line 58) | namespace detail {
class concurrent_unordered_set (line 66) | class concurrent_unordered_set : private std::unordered_set<Key, H...
method emplace (line 77) | std::pair< typename std::unordered_set<Key, Hash, Pred>::iterato...
method insert (line 82) | std::pair< typename std::unordered_set<Key, Hash, Pred>::iterato...
method size (line 90) | size_t size() const
method empty (line 95) | bool empty() const noexcept
method clear (line 103) | void clear() noexcept
method erase (line 108) | typename std::unordered_set<Key, Hash, Pred>::iterator erase(
method erase (line 114) | size_t erase( const Key& key)
method swap (line 122) | void swap( typename std::unordered_set<Key, Hash, Pred>& other )...
method begin (line 130) | typename std::unordered_set<Key, Hash, Pred>::iterator begin() n...
method begin (line 135) | typename std::unordered_set<Key, Hash, Pred>::const_iterator beg...
method begin (line 140) | typename std::unordered_set<Key, Hash, Pred>::local_iterator beg...
method begin (line 145) | typename std::unordered_set<Key, Hash, Pred>::const_local_iterat...
method end (line 150) | typename std::unordered_set<Key, Hash, Pred>::iterator end() noe...
method end (line 155) | typename std::unordered_set<Key, Hash, Pred>::const_iterator end...
method end (line 160) | typename std::unordered_set<Key, Hash, Pred>::local_iterator end...
method end (line 165) | typename std::unordered_set<Key, Hash, Pred>::const_local_iterat...
method find (line 172) | typename std::unordered_set<Key, Hash, Pred>::const_iterator fin...
class blockchain_tied_message_cache (line 179) | class blockchain_tied_message_cache
type message_hash_index (line 184) | struct message_hash_index{}
type message_contents_hash_index (line 185) | struct message_contents_hash_index{}
type block_clock_index (line 186) | struct block_clock_index{}
type message_info (line 187) | struct message_info
method message_info (line 199) | message_info( const message_hash_type& message_hash,
method size (line 234) | size_t size() const { return _message_cache.size(); }
type prioritized_item_id (line 239) | struct prioritized_item_id
method prioritized_item_id (line 245) | prioritized_item_id(const item_id& item, size_t sequence_number) :
class statistics_gathering_node_delegate_wrapper (line 260) | class statistics_gathering_node_delegate_wrapper : public node_del...
class call_statistics_collector (line 298) | class call_statistics_collector
class actual_execution_measurement_helper (line 309) | class actual_execution_measurement_helper
method actual_execution_measurement_helper (line 313) | explicit actual_execution_measurement_helper(std::shared_ptr...
method call_statistics_collector (line 323) | call_statistics_collector(const char* method_name,
method starting_execution (line 355) | void starting_execution()
method execution_completed (line 359) | void execution_completed()
type node_configuration (line 394) | struct node_configuration
class node_impl (line 410) | class node_impl : public peer_connection_delegate, public std::ena...
class address_builder (line 413) | class address_builder
method get_thread (line 424) | std::shared_ptr<fc::thread> get_thread() const { return _thread; }
type item_id_index (line 478) | struct item_id_index{}
type node_impl_deleter (line 833) | struct node_impl_deleter
FILE: libraries/net/peer_connection.cpp
type graphene (line 45) | namespace graphene { namespace net
type net (line 45) | namespace net
function message (line 47) | message peer_connection::real_queued_message::get_message(peer_conne...
function message (line 64) | message peer_connection::virtual_queued_message::get_message(peer_co...
function peer_connection_ptr (line 98) | peer_connection_ptr peer_connection::make_shared(peer_connection_del...
type scope_logger (line 124) | struct scope_logger {
method scope_logger (line 126) | scope_logger(const fc::optional<fc::ip::endpoint>& endpoint) : end...
method scope_logger (line 197) | scope_logger() { dlog("entering peer_connection::accept_connection...
type scope_logger (line 196) | struct scope_logger {
method scope_logger (line 126) | scope_logger(const fc::optional<fc::ip::endpoint>& endpoint) : end...
method scope_logger (line 197) | scope_logger() { dlog("entering peer_connection::accept_connection...
function BOOST_SCOPE_EXIT (line 311) | BOOST_SCOPE_EXIT(this_) {
type counter (line 328) | struct counter {
method counter (line 330) | counter(unsigned& var) : _send_message_queue_tasks_counter(var) { ...
FILE: libraries/net/peer_database.cpp
type graphene (line 39) | namespace graphene { namespace net {
type net (line 39) | namespace net {
type detail (line 40) | namespace detail
class peer_database_impl (line 44) | class peer_database_impl
type last_seen_time_index (line 47) | struct last_seen_time_index {}
type endpoint_index (line 48) | struct endpoint_index {}
class peer_database_iterator_impl (line 79) | class peer_database_iterator_impl
method peer_database_iterator_impl (line 84) | explicit peer_database_iterator_impl(const last_seen_time_index_...
function potential_peer_record (line 159) | potential_peer_record peer_database_impl::lookup_or_create_entry_f...
function potential_peer_record (line 217) | const potential_peer_record& peer_database_iterator::dereference()...
function potential_peer_record (line 257) | potential_peer_record peer_database::lookup_or_create_entry_for_ep(
FILE: libraries/net/stcp_socket.cpp
type check_buffer_in_use (line 96) | struct check_buffer_in_use {
method check_buffer_in_use (line 98) | check_buffer_in_use(bool& buffer_in_use) : _buffer_in_use(buffer_in_us...
method check_buffer_in_use (line 139) | check_buffer_in_use(bool& buffer_in_use) : _buffer_in_use(buffer_in_us...
type check_buffer_in_use (line 137) | struct check_buffer_in_use {
method check_buffer_in_use (line 98) | check_buffer_in_use(bool& buffer_in_use) : _buffer_in_use(buffer_in_us...
method check_buffer_in_use (line 139) | check_buffer_in_use(bool& buffer_in_use) : _buffer_in_use(buffer_in_us...
FILE: libraries/plugins/account_history/account_history_plugin.cpp
type graphene (line 42) | namespace graphene { namespace account_history {
type account_history (line 42) | namespace account_history {
type detail (line 44) | namespace detail
class account_history_plugin_impl (line 48) | class account_history_plugin_impl
method account_history_plugin_impl (line 51) | explicit account_history_plugin_impl(account_history_plugin& _pl...
function T (line 99) | static T get_biggest_number_to_remove( T biggest_number, T amount_...
FILE: libraries/plugins/account_history/include/graphene/account_history/account_history_plugin.hpp
type graphene (line 30) | namespace graphene { namespace account_history {
type account_history (line 30) | namespace account_history {
type account_history_object_type (line 47) | enum account_history_object_type
type exceeded_account_object (line 53) | struct exceeded_account_object : public abstract_object<exceeded_acc...
type by_account (line 62) | struct by_account
type by_block_num (line 63) | struct by_block_num
type detail (line 82) | namespace detail
class account_history_plugin_impl (line 84) | class account_history_plugin_impl
class account_history_plugin (line 87) | class account_history_plugin : public graphene::app::plugin
FILE: libraries/plugins/api_helper_indexes/api_helper_indexes.cpp
type graphene (line 31) | namespace graphene { namespace api_helper_indexes {
type api_helper_indexes (line 31) | namespace api_helper_indexes {
type detail (line 133) | namespace detail
class api_helper_indexes_impl (line 136) | class api_helper_indexes_impl
method api_helper_indexes_impl (line 139) | explicit api_helper_indexes_impl(api_helper_indexes& _plugin)
FILE: libraries/plugins/api_helper_indexes/include/graphene/api_helper_indexes/api_helper_indexes.hpp
type graphene (line 29) | namespace graphene { namespace api_helper_indexes {
type api_helper_indexes (line 29) | namespace api_helper_indexes {
class amount_in_collateral_index (line 38) | class amount_in_collateral_index : public secondary_index
class asset_in_liquidity_pools_index (line 59) | class asset_in_liquidity_pools_index: public secondary_index
class next_object_ids_index (line 79) | class next_object_ids_index : public secondary_index
type detail (line 89) | namespace detail
class api_helper_indexes_impl (line 91) | class api_helper_indexes_impl
class api_helper_indexes (line 94) | class api_helper_indexes : public graphene::app::plugin
FILE: libraries/plugins/custom_operations/custom_evaluators.cpp
type graphene (line 30) | namespace graphene { namespace custom_operations {
type custom_operations (line 30) | namespace custom_operations {
FILE: libraries/plugins/custom_operations/custom_operations.cpp
type graphene (line 26) | namespace graphene { namespace custom_operations {
type custom_operations (line 26) | namespace custom_operations {
FILE: libraries/plugins/custom_operations/custom_operations_plugin.cpp
type graphene (line 29) | namespace graphene { namespace custom_operations {
type custom_operations (line 29) | namespace custom_operations {
type detail (line 31) | namespace detail
class custom_operations_plugin_impl (line 33) | class custom_operations_plugin_impl
method custom_operations_plugin_impl (line 36) | explicit custom_operations_plugin_impl(custom_operations_plugin&...
type custom_op_visitor (line 55) | struct custom_op_visitor
method custom_op_visitor (line 61) | custom_op_visitor(database& db, account_id_type fee_payer) { _db...
FILE: libraries/plugins/custom_operations/include/graphene/custom_operations/custom_evaluators.hpp
type graphene (line 28) | namespace graphene { namespace custom_operations {
type custom_operations (line 28) | namespace custom_operations {
class custom_generic_evaluator (line 30) | class custom_generic_evaluator
FILE: libraries/plugins/custom_operations/include/graphene/custom_operations/custom_objects.hpp
type graphene (line 29) | namespace graphene { namespace custom_operations {
type custom_operations (line 29) | namespace custom_operations {
type custom_operations_object_types (line 37) | enum class custom_operations_object_types {
type account_storage_object (line 41) | struct account_storage_object : public abstract_object<account_stora...
type by_account_catalog_key (line 50) | struct by_account_catalog_key
type by_account_catalog (line 51) | struct by_account_catalog
type by_account (line 52) | struct by_account
type by_catalog_key (line 53) | struct by_catalog_key
type by_catalog (line 54) | struct by_catalog
FILE: libraries/plugins/custom_operations/include/graphene/custom_operations/custom_operations.hpp
type graphene (line 30) | namespace graphene { namespace custom_operations {
type custom_operations (line 30) | namespace custom_operations {
type account_storage_map (line 35) | struct account_storage_map : chain::base_operation
FILE: libraries/plugins/custom_operations/include/graphene/custom_operations/custom_operations_plugin.hpp
type graphene (line 33) | namespace graphene { namespace custom_operations {
type custom_operations (line 33) | namespace custom_operations {
type detail (line 36) | namespace detail
class custom_operations_plugin_impl (line 38) | class custom_operations_plugin_impl
class custom_operations_plugin (line 41) | class custom_operations_plugin : public graphene::app::plugin
FILE: libraries/plugins/debug_witness/debug_api.cpp
type graphene (line 17) | namespace graphene { namespace debug_witness {
type debug_witness (line 17) | namespace debug_witness {
type detail (line 19) | namespace detail {
class debug_api_impl (line 21) | class debug_api_impl
FILE: libraries/plugins/debug_witness/include/graphene/debug_witness/debug_api.hpp
type graphene (line 32) | namespace graphene { namespace app {
type app (line 32) | namespace app {
class application (line 33) | class application
type debug_witness (line 36) | namespace debug_witness {
type detail (line 38) | namespace detail {
class debug_api_impl (line 39) | class debug_api_impl
class debug_api (line 42) | class debug_api
type graphene (line 36) | namespace graphene { namespace debug_witness {
type app (line 32) | namespace app {
class application (line 33) | class application
type debug_witness (line 36) | namespace debug_witness {
type detail (line 38) | namespace detail {
class debug_api_impl (line 39) | class debug_api_impl
class debug_api (line 42) | class debug_api
FILE: libraries/plugins/debug_witness/include/graphene/debug_witness/debug_witness.hpp
type graphene (line 33) | namespace graphene { namespace debug_witness_plugin {
type debug_witness_plugin (line 33) | namespace debug_witness_plugin {
class debug_witness_plugin (line 35) | class debug_witness_plugin : public graphene::app::plugin {
FILE: libraries/plugins/delayed_node/delayed_node_plugin.cpp
type graphene (line 34) | namespace graphene { namespace delayed_node {
type delayed_node (line 34) | namespace delayed_node {
type detail (line 37) | namespace detail {
type delayed_node_plugin_impl (line 38) | struct delayed_node_plugin_impl {
FILE: libraries/plugins/delayed_node/include/graphene/delayed_node/delayed_node_plugin.hpp
type graphene (line 28) | namespace graphene { namespace delayed_node {
type delayed_node (line 28) | namespace delayed_node {
type detail (line 29) | namespace detail { struct delayed_node_plugin_impl; }
type delayed_node_plugin_impl (line 29) | struct delayed_node_plugin_impl
class delayed_node_plugin (line 31) | class delayed_node_plugin : public graphene::app::plugin
method plugin_name (line 38) | std::string plugin_name()const override { return "delayed_node"; }
FILE: libraries/plugins/elasticsearch/elasticsearch_plugin.cpp
type graphene (line 34) | namespace graphene { namespace elasticsearch {
type elasticsearch (line 34) | namespace elasticsearch {
type detail (line 36) | namespace detail
class elasticsearch_plugin_impl (line 39) | class elasticsearch_plugin_impl
method elasticsearch_plugin_impl (line 42) | explicit elasticsearch_plugin_impl(elasticsearch_plugin& _plugin)
type plugin_options (line 49) | struct plugin_options
function generateIndexName (line 110) | static std::string generateIndexName( const fc::time_point_sec& bl...
type get_fee_payer_visitor (line 258) | struct get_fee_payer_visitor
method account_id_type (line 263) | account_id_type operator()(const OpType& op) const
type operation_visitor (line 307) | struct operation_visitor
function operation_history_object (line 598) | static operation_history_object fromEStoOperation(const variant& s...
function operation_history_object (line 622) | operation_history_object elasticsearch_plugin::get_operation_by_id...
function mode (line 707) | mode elasticsearch_plugin::get_running_mode() const
FILE: libraries/plugins/elasticsearch/include/graphene/elasticsearch/elasticsearch_plugin.hpp
type graphene (line 31) | namespace graphene { namespace elasticsearch {
type elasticsearch (line 31) | namespace elasticsearch {
type detail (line 48) | namespace detail
class elasticsearch_plugin_impl (line 50) | class elasticsearch_plugin_impl
type mode (line 53) | enum class mode { only_save = 0 , only_query = 1, all = 2 }
class elasticsearch_plugin (line 55) | class elasticsearch_plugin : public graphene::app::plugin
type operation_history_struct (line 82) | struct operation_history_struct {
type block_struct (line 94) | struct block_struct {
type fee_struct (line 100) | struct fee_struct {
type transfer_struct (line 107) | struct transfer_struct {
type fill_struct (line 116) | struct fill_struct {
type visitor_struct (line 132) | struct visitor_struct {
type bulk_struct (line 138) | struct bulk_struct {
FILE: libraries/plugins/es_objects/es_objects.cpp
type graphene (line 37) | namespace graphene { namespace db {
type db (line 37) | namespace db {
type es_objects (line 42) | namespace es_objects {
type detail (line 44) | namespace detail
class es_objects_plugin_impl (line 47) | class es_objects_plugin_impl
method es_objects_plugin_impl (line 50) | explicit es_objects_plugin_impl(es_objects_plugin& _plugin)
type plugin_options (line 58) | struct plugin_options
type object_options (line 60) | struct object_options
method object_options (line 62) | object_options( bool e, bool su, bool nd, const string& in )
type action_type (line 96) | enum class action_type
method on_objects_create (line 103) | void on_objects_create(const vector<object_id_type>& ids)
method on_objects_update (line 106) | void on_objects_update(const vector<object_id_type>& ids)
method on_objects_delete (line 109) | void on_objects_delete(const vector<object_id_type>& ids)
type data_loader (line 145) | struct data_loader
method data_loader (line 150) | explicit data_loader( es_objects_plugin_impl* _my )
method load (line 156) | void load( const es_objects_plugin_impl::plugin_options::object_...
type graphene (line 42) | namespace graphene { namespace es_objects {
type db (line 37) | namespace db {
type es_objects (line 42) | namespace es_objects {
type detail (line 44) | namespace detail
class es_objects_plugin_impl (line 47) | class es_objects_plugin_impl
method es_objects_plugin_impl (line 50) | explicit es_objects_plugin_impl(es_objects_plugin& _plugin)
type plugin_options (line 58) | struct plugin_options
type object_options (line 60) | struct object_options
method object_options (line 62) | object_options( bool e, bool su, bool nd, const string& in )
type action_type (line 96) | enum class action_type
method on_objects_create (line 103) | void on_objects_create(const vector<object_id_type>& ids)
method on_objects_update (line 106) | void on_objects_update(const vector<object_id_type>& ids)
method on_objects_delete (line 109) | void on_objects_delete(const vector<object_id_type>& ids)
type data_loader (line 145) | struct data_loader
method data_loader (line 150) | explicit data_loader( es_objects_plugin_impl* _my )
method load (line 156) | void load( const es_objects_plugin_impl::plugin_options::object_...
FILE: libraries/plugins/es_objects/include/graphene/es_objects/es_objects.hpp
type graphene (line 29) | namespace graphene { namespace es_objects {
type es_objects (line 29) | namespace es_objects {
type detail (line 33) | namespace detail
class es_objects_plugin_impl (line 35) | class es_objects_plugin_impl
class es_objects_plugin (line 38) | class es_objects_plugin : public graphene::app::plugin
FILE: libraries/plugins/grouped_orders/grouped_orders_plugin.cpp
type graphene (line 29) | namespace graphene { namespace grouped_orders {
type grouped_orders (line 29) | namespace grouped_orders {
type detail (line 31) | namespace detail
class grouped_orders_plugin_impl (line 34) | class grouped_orders_plugin_impl
method grouped_orders_plugin_impl (line 37) | explicit grouped_orders_plugin_impl(grouped_orders_plugin& _plugin)
class limit_order_group_index (line 52) | class limit_order_group_index : public secondary_index
method limit_order_group_index (line 55) | limit_order_group_index( const flat_set<uint16_t>& groups ) : _t...
FILE: libraries/plugins/grouped_orders/include/graphene/grouped_orders/grouped_orders_plugin.hpp
type graphene (line 29) | namespace graphene { namespace grouped_orders {
type grouped_orders (line 29) | namespace grouped_orders {
type limit_order_group_key (line 32) | struct limit_order_group_key
method limit_order_group_key (line 34) | limit_order_group_key( const uint16_t g, const price& p ) : group(...
method limit_order_group_key (line 35) | limit_order_group_key() {}
type limit_order_group_data (line 51) | struct limit_order_group_data
method limit_order_group_data (line 53) | limit_order_group_data( const price& p, const share_type s ) : max...
method limit_order_group_data (line 54) | limit_order_group_data() {}
type detail (line 60) | namespace detail
class grouped_orders_plugin_impl (line 62) | class grouped_orders_plugin_impl
class grouped_orders_plugin (line 69) | class grouped_orders_plugin : public graphene::app::plugin
FILE: libraries/plugins/market_history/include/graphene/market_history/market_history_plugin.hpp
type graphene (line 35) | namespace graphene { namespace market_history {
type market_history (line 35) | namespace market_history {
type market_history_object_type (line 52) | enum market_history_object_type
type bucket_key (line 64) | struct bucket_key
method bucket_key (line 66) | bucket_key( asset_id_type a, asset_id_type b, uint32_t s, fc::time...
method bucket_key (line 68) | bucket_key(){}
type bucket_object (line 85) | struct bucket_object : public abstract_object<bucket_object, MARKET_...
method price (line 87) | price high()const { return asset( high_base, key.base ) / asset( h...
method price (line 88) | price low()const { return asset( low_base, key.base ) / asset( low...
type history_key (line 103) | struct history_key {
type order_history_object (line 115) | struct order_history_object : public abstract_object<order_history_o...
type order_history_object_key_base_extractor (line 122) | struct order_history_object_key_base_extractor
method result_type (line 125) | result_type operator()(const order_history_object& o)const { retur...
type order_history_object_key_quote_extractor (line 127) | struct order_history_object_key_quote_extractor
method result_type (line 130) | result_type operator()(const order_history_object& o)const { retur...
type order_history_object_key_sequence_extractor (line 132) | struct order_history_object_key_sequence_extractor
method result_type (line 135) | result_type operator()(const order_history_object& o)const { retur...
type market_ticker_object (line 138) | struct market_ticker_object : public abstract_object<market_ticker_o...
type market_ticker_meta_object (line 151) | struct market_ticker_meta_object : public abstract_object<market_tic...
type by_key (line 158) | struct by_key
type by_market_time (line 167) | struct by_market_time
type by_market (line 192) | struct by_market
type by_volume (line 193) | struct by_volume
type liquidity_pool_history_object (line 217) | struct liquidity_pool_history_object : public abstract_object<liquid...
type by_pool_seq (line 227) | struct by_pool_seq
type by_pool_time (line 228) | struct by_pool_time
type by_pool_op_type_seq (line 229) | struct by_pool_op_type_seq
type by_pool_op_type_time (line 230) | struct by_pool_op_type_time
type lp_ticker_meta_object (line 291) | struct lp_ticker_meta_object : public abstract_object<lp_ticker_meta...
type liquidity_pool_ticker_object (line 301) | struct liquidity_pool_ticker_object : public abstract_object<liquidi...
type detail (line 354) | namespace detail
class market_history_plugin_impl (line 356) | class market_history_plugin_impl
class market_history_plugin (line 364) | class market_history_plugin : public graphene::app::plugin
FILE: libraries/plugins/market_history/market_history_plugin.cpp
type graphene (line 38) | namespace graphene { namespace market_history {
type market_history (line 38) | namespace market_history {
type detail (line 40) | namespace detail
class market_history_plugin_impl (line 43) | class market_history_plugin_impl
method market_history_plugin_impl (line 46) | explicit market_history_plugin_impl(market_history_plugin& _plugin)
type operation_process_fill_order (line 71) | struct operation_process_fill_order
method operation_process_fill_order (line 77) | operation_process_fill_order( market_history_plugin& mhp, fc::ti...
type get_liquidity_pool_id_visitor (line 498) | struct get_liquidity_pool_id_visitor
method result_type (line 504) | result_type operator()( const T& )const
method result_type (line 509) | result_type operator()( const liquidity_pool_delete_operation& o...
method result_type (line 514) | result_type operator()( const liquidity_pool_update_operation& o...
method result_type (line 519) | result_type operator()( const liquidity_pool_deposit_operation& ...
method result_type (line 524) | result_type operator()( const liquidity_pool_withdraw_operation&...
method result_type (line 529) | result_type operator()( const liquidity_pool_exchange_operation&...
FILE: libraries/plugins/snapshot/include/graphene/snapshot/snapshot.hpp
type graphene (line 31) | namespace graphene { namespace snapshot_plugin {
type snapshot_plugin (line 31) | namespace snapshot_plugin {
class snapshot_plugin (line 33) | class snapshot_plugin : public graphene::app::plugin {
FILE: libraries/plugins/snapshot/snapshot.cpp
function create_snapshot (line 86) | static void create_snapshot( const graphene::chain::database& db, const ...
FILE: libraries/plugins/template_plugin/include/graphene/template_plugin/template_plugin.hpp
type graphene (line 29) | namespace graphene { namespace template_plugin {
type template_plugin (line 29) | namespace template_plugin {
type detail (line 47) | namespace detail
class template_plugin_impl (line 49) | class template_plugin_impl
class template_plugin (line 52) | class template_plugin : public graphene::app::plugin
FILE: libraries/plugins/template_plugin/template_plugin.cpp
type graphene (line 27) | namespace graphene { namespace template_plugin {
type template_plugin (line 27) | namespace template_plugin {
type detail (line 29) | namespace detail
class template_plugin_impl (line 32) | class template_plugin_impl
FILE: libraries/plugins/witness/include/graphene/witness/witness.hpp
type graphene (line 31) | namespace graphene { namespace witness_plugin {
type witness_plugin (line 31) | namespace witness_plugin {
type block_production_condition (line 33) | namespace block_production_condition
type block_production_condition_enum (line 35) | enum block_production_condition_enum
class witness_plugin (line 50) | class witness_plugin : public graphene::app::plugin {
method set_block_production (line 62) | void set_block_production(bool allow) { _production_enabled = allo...
method plugin_shutdown (line 67) | void plugin_shutdown() override { cleanup(); }
method cleanup (line 73) | void cleanup() { stop_block_production(); }
FILE: libraries/plugins/witness/witness.cpp
function new_chain_banner (line 44) | void new_chain_banner( const graphene::chain::database& db )
FILE: libraries/protocol/account.cpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
function is_cheap_name (line 133) | bool is_cheap_name( const string& n )
function share_type (line 173) | share_type account_create_operation::calculate_fee( const fee_params...
function share_type (line 218) | share_type account_update_operation::calculate_fee( const fee_params...
function share_type (line 263) | share_type account_upgrade_operation::calculate_fee(const fee_params...
FILE: libraries/protocol/address.cpp
type graphene (line 31) | namespace graphene { namespace protocol {
type protocol (line 31) | namespace protocol {
type fc (line 102) | namespace fc
function to_variant (line 104) | void to_variant( const graphene::protocol::address& var, variant& vo,...
function from_variant (line 108) | void from_variant( const variant& var, graphene::protocol::address& v...
FILE: libraries/protocol/assert.cpp
type graphene (line 30) | namespace graphene { namespace protocol {
type protocol (line 30) | namespace protocol {
type predicate_validator (line 42) | struct predicate_validator
function share_type (line 64) | share_type assert_operation::calculate_fee(const fee_params_t& k)const
FILE: libraries/protocol/asset.cpp
type protocol (line 31) | namespace protocol {
function asset (line 58) | asset operator * ( const asset& a, const price& b )
function asset (line 77) | asset asset::multiply_and_round_up( const price& b )const
function price (line 106) | price price::max( asset_id_type base, asset_id_type quote )
function price (line 109) | price price::min( asset_id_type base, asset_id_type quote )
function price (line 282) | price price_feed::max_short_squeeze_price_before_hf_1270()const
function price (line 300) | price price_feed::max_short_squeeze_price()const
function price (line 308) | price price_feed::margin_call_order_price(const fc::optional<uint16_t>...
function ratio_type (line 326) | ratio_type price_feed::margin_call_order_ratio(const fc::optional<uint...
function ratio_type (line 334) | ratio_type price_feed::margin_call_pays_ratio(const fc::optional<uint1...
function price (line 342) | price price_feed::maintenance_collateralization()const
type p10 (line 352) | struct p10
type p10<0> (line 358) | struct p10<0>
function share_type (line 363) | share_type asset::scaled_precision( uint8_t precision )
FILE: libraries/protocol/asset_ops.cpp
type graphene (line 30) | namespace graphene { namespace protocol {
type protocol (line 30) | namespace protocol {
function is_valid_symbol (line 38) | bool is_valid_symbol( const string& symbol )
function share_type (line 77) | share_type asset_issue_operation::calculate_fee(const fee_params_t& ...
function share_type (line 82) | share_type asset_create_operation::calculate_fee( const asset_create...
function share_type (line 160) | share_type asset_update_operation::calculate_fee(const asset_update_...
FILE: libraries/protocol/authority.cpp
type graphene (line 29) | namespace graphene { namespace protocol {
type protocol (line 29) | namespace protocol {
function add_authority_accounts (line 31) | void add_authority_accounts(
FILE: libraries/protocol/block.cpp
type graphene (line 30) | namespace graphene { namespace protocol {
type protocol (line 30) | namespace protocol {
function digest_type (line 31) | digest_type block_header::digest()const
function block_id_type (line 41) | const block_id_type& signed_block_header::id()const
function checksum_type (line 70) | const checksum_type& signed_block::calculate_merkle_root()const
FILE: libraries/protocol/chain_parameters.cpp
type graphene (line 6) | namespace graphene { namespace protocol {
type protocol (line 6) | namespace protocol {
function chain_parameters (line 19) | chain_parameters& chain_parameters::operator=(const chain_parameters...
function chain_parameters (line 71) | chain_parameters& chain_parameters::operator=(chain_parameters&& other)
FILE: libraries/protocol/committee_member.cpp
type graphene (line 29) | namespace graphene { namespace protocol {
type protocol (line 29) | namespace protocol {
FILE: libraries/protocol/confidential.cpp
type protocol (line 30) | namespace protocol {
function share_type (line 64) | share_type transfer_to_blind_operation::calculate_fee( const fee_param...
function account_id_type (line 97) | account_id_type blind_transfer_operation::fee_payer()const
function share_type (line 137) | share_type blind_transfer_operation::calculate_fee( const fee_params_t...
FILE: libraries/protocol/credit_offer.cpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
function validate_acceptable_collateral (line 30) | static void validate_acceptable_collateral( const flat_map<asset_id_...
function validate_acceptable_borrowers (line 50) | static void validate_acceptable_borrowers( const flat_map<account_id...
function share_type (line 79) | share_type credit_offer_create_operation::calculate_fee( const fee_p...
function share_type (line 137) | share_type credit_offer_update_operation::calculate_fee( const fee_p...
FILE: libraries/protocol/custom.cpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
function share_type (line 34) | share_type custom_operation::calculate_fee(const fee_params_t& k)const
FILE: libraries/protocol/custom_authorities/create_predicate_fwd_1.cpp
type graphene (line 40) | namespace graphene { namespace protocol {
type protocol (line 40) | namespace protocol {
FILE: libraries/protocol/custom_authorities/create_predicate_fwd_2.cpp
type graphene (line 39) | namespace graphene { namespace protocol {
type protocol (line 39) | namespace protocol {
FILE: libraries/protocol/custom_authorities/create_predicate_fwd_3.cpp
type graphene (line 39) | namespace graphene { namespace protocol {
type protocol (line 39) | namespace protocol {
FILE: libraries/protocol/custom_authorities/list_1.cpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
function result_type (line 31) | result_type get_restriction_pred_list_1(size_t idx, vector<restricti...
FILE: libraries/protocol/custom_authorities/list_10.cpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
function result_type (line 31) | result_type get_restriction_pred_list_10(size_t idx, vector<restrict...
FILE: libraries/protocol/custom_authorities/list_11.cpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
function result_type (line 31) | result_type get_restriction_pred_list_11(size_t idx, vector<restrict...
FILE: libraries/protocol/custom_authorities/list_2.cpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
function result_type (line 32) | result_type get_restriction_pred_list_2(size_t idx, vector<restricti...
FILE: libraries/protocol/custom_authorities/list_3.cpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
function result_type (line 32) | result_type get_restriction_pred_list_3(size_t idx, vector<restricti...
FILE: libraries/protocol/custom_authorities/list_5.cpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
function result_type (line 32) | result_type get_restriction_pred_list_5(size_t idx, vector<restricti...
FILE: libraries/protocol/custom_authorities/list_6.cpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
function result_type (line 32) | result_type get_restriction_pred_list_6(size_t idx, vector<restricti...
FILE: libraries/protocol/custom_authorities/list_9.cpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
function result_type (line 32) | result_type get_restriction_pred_list_9(size_t idx, vector<restricti...
FILE: libraries/protocol/custom_authorities/restriction_predicate.cpp
type graphene (line 30) | namespace graphene { namespace protocol {
type protocol (line 30) | namespace protocol {
function restriction_predicate_function (line 32) | restriction_predicate_function get_restriction_predicate(vector<rest...
function predicate_result (line 72) | predicate_result& predicate_result::reverse_path() {
FILE: libraries/protocol/custom_authorities/restriction_predicate.hxx
type graphene (line 31) | namespace graphene { namespace protocol {
type protocol (line 31) | namespace protocol {
type is_flat_set_impl (line 46) | struct is_flat_set_impl : std::false_type {}
type is_flat_set_impl<flat_set<T>> (line 47) | struct is_flat_set_impl<flat_set<T>> : std::true_type {}
type is_container_impl (line 62) | struct is_container_impl : std::false_type {}
function to_num (line 76) | inline auto to_num(const fc::time_point_sec& t) { return t.sec_since...
type make_flat_set (line 130) | struct make_flat_set { template<typename T> struct transform { using...
type transform (line 130) | struct transform { using type = flat_set<T>; }
type predicate_invalid (line 145) | struct predicate_invalid {
method predicate_invalid (line 147) | predicate_invalid() { FC_THROW_EXCEPTION(fc::assert_exception, "In...
type predicate_eq (line 151) | struct predicate_eq : predicate_invalid<A, B> {}
type predicate_eq<Field, Argument, std::enable_if_t<std::is_same<Field, Argument>::value>> (line 153) | struct predicate_eq<Field, Argument, std::enable_if_t<std::is_same<F...
type predicate_eq<Field, Argument, std::enable_if_t<is_integral<Field> && is_integral<Argument> &&
!std::is_same<Field, Argument>::value>> (line 159) | struct predicate_eq<Field, Argument, std::enable_if_t<is_integral<Fi...
type predicate_eq<Field, Argument, std::enable_if_t<is_container<Field> && is_integral<Argument>>> (line 166) | struct predicate_eq<Field, Argument, std::enable_if_t<is_container<F...
type predicate_eq<fc::optional<Field>, Argument, std::enable_if_t<comparable_types<Field, Argument>>> (line 172) | struct predicate_eq<fc::optional<Field>, Argument, std::enable_if_t<...
type predicate_eq<fc::optional<Field>, void_t, void> (line 182) | struct predicate_eq<fc::optional<Field>, void_t, void> {
type predicate_ne (line 188) | struct predicate_ne : predicate_eq<Field, Argument> {
type predicate_compare (line 194) | struct predicate_compare : predicate_invalid<A, B> {}
type predicate_compare<Field, Argument, std::enable_if_t<std::is_same<Field, Argument>::value>> (line 196) | struct predicate_compare<Field, Argument, std::enable_if_t<std::is_s...
type predicate_compare<Field, Argument, std::enable_if_t<is_integral<Field> && is_integral<Argument> &&
!std::is_same<Field, Argument>::value>> (line 204) | struct predicate_compare<Field, Argument, std::enable_if_t<is_integr...
type predicate_compare<fc::optional<Field>, Argument, void> (line 215) | struct predicate_compare<fc::optional<Field>, Argument, void> : pred...
type predicate_lt (line 224) | struct predicate_lt : predicate_compare<Field, Argument> {
type predicate_le (line 228) | struct predicate_le : predicate_compare<Field, Argument> {
type predicate_gt (line 232) | struct predicate_gt : predicate_compare<Field, Argument> {
type predicate_ge (line 236) | struct predicate_ge : predicate_compare<Field, Argument> {
type predicate_in (line 242) | struct predicate_in : predicate_invalid<F, C> {}
type predicate_in<Field, flat_set<Element>, std::enable_if_t<comparable_types<Field, Element> && !is_safe<Field>>> (line 244) | struct predicate_in<Field, flat_set<Element>, std::enable_if_t<compa...
type predicate_in<fc::safe<Field>, flat_set<Element>, std::enable_if_t<comparable_types<Field, Element>>> (line 250) | struct predicate_in<fc::safe<Field>, flat_set<Element>, std::enable_...
type predicate_in<fc::optional<Field>, flat_set<Element>, std::enable_if_t<comparable_types<Field, Element>>> (line 256) | struct predicate_in<fc::optional<Field>, flat_set<Element>, std::ena...
type predicate_in<Container, flat_set<Element>,
std::enable_if_t<is_container<Container> &&
comparable_types<typename Container::value_type, Element>>> (line 265) | struct predicate_in<Container, flat_set<Element>,
type predicate_not_in (line 282) | struct predicate_not_in : predicate_in<Field, Container> {
type predicate_not_in<Container, flat_set<Element>,
std::enable_if_t<is_container<Container> &&
comparable_types<typename Container::value_type, Element>>> (line 288) | struct predicate_not_in<Container, flat_set<Element>,
type predicate_has_all (line 308) | struct predicate_has_all : predicate_invalid<C1, C2> {}
type predicate_has_all<flat_set<FieldElement>, flat_set<ArgumentElement>,
std::enable_if_t<comparable_types<FieldElement, ArgumentElement>>> (line 310) | struct predicate_has_all<flat_set<FieldElement>, flat_set<ArgumentEl...
type predicate_has_all<FieldContainer, flat_set<ArgumentElement>,
std::enable_if_t<is_container<FieldContainer> && !is_flat_set<FieldContainer> &&
comparable_types<typename FieldContainer::value_type, ArgumentElement>>> (line 320) | struct predicate_has_all<FieldContainer, flat_set<ArgumentElement>,
type predicate_has_all<fc::optional<OptionalType>, Argument, void> (line 332) | struct predicate_has_all<fc::optional<OptionalType>, Argument, void>...
type predicate_has_none (line 341) | struct predicate_has_none : predicate_invalid<C1, C2> {}
type predicate_has_none<flat_set<FieldElement>, flat_set<ArgumentElement>,
std::enable_if_t<comparable_types<FieldElement, ArgumentElement>>> (line 343) | struct predicate_has_none<flat_set<FieldElement>, flat_set<ArgumentE...
type predicate_has_none<FieldContainer, flat_set<ArgumentElement>,
std::enable_if_t<is_container<FieldContainer> && !is_flat_set<FieldContainer> &&
comparable_types<typename FieldContainer::value_type, ArgumentElement>>> (line 355) | struct predicate_has_none<FieldContainer, flat_set<ArgumentElement>,
type predicate_has_none<fc::optional<OptionalType>, Argument, void> (line 365) | struct predicate_has_none<fc::optional<OptionalType>, Argument, void...
type attribute_assertion (line 378) | struct attribute_assertion {
method create (line 379) | static object_restriction_predicate<Field> create(vector<restricti...
type attribute_assertion<fc::optional<Field>> (line 384) | struct attribute_assertion<fc::optional<Field>> {
method create (line 385) | static object_restriction_predicate<fc::optional<Field>> create(ve...
type attribute_assertion<extension<Extension>> (line 393) | struct attribute_assertion<extension<Extension>> {
method create (line 394) | static object_restriction_predicate<extension<Extension>> create(v...
type variant_assertion (line 402) | struct variant_assertion {
method create (line 403) | static object_restriction_predicate<Variant> create(restriction::v...
function embed_argument (line 447) | object_restriction_predicate<F> embed_argument(P p, A a, short) {
function embed_argument (line 454) | object_restriction_predicate<F> embed_argument(P, A, long) {
function make_predicate (line 460) | object_restriction_predicate<Field> make_predicate(ArgVariant arg) {
function create_predicate_function (line 469) | object_restriction_predicate<Field> create_predicate_function(restri...
type is_container_impl<T, make_void<typename T::value_type, decltype(declval<T>().size())>> (line 64) | struct is_container_impl<T, make_void<typename T::value_type, decltype(d...
type variant_assertion<static_variant<Types...>> (line 409) | struct variant_assertion<static_variant<Types...>> {
method make_predicate (line 413) | static auto make_predicate(vector<restriction>&& rs) {
method create (line 420) | static object_restriction_predicate<Variant> create(restriction::varia...
type variant_assertion<fc::optional<static_variant<Types...>>> (line 429) | struct variant_assertion<fc::optional<static_variant<Types...>>> {
method create (line 432) | static object_restriction_predicate<Optional> create(restriction::vari...
FILE: libraries/protocol/custom_authorities/safe_compare.hpp
type boost (line 18) | namespace boost {
type safe_numerics (line 19) | namespace safe_numerics {
type safe_compare (line 20) | namespace safe_compare {
type safe_compare_detail (line 24) | namespace safe_compare_detail {
type less_than (line 34) | struct less_than {
method invoke (line 36) | constexpr static bool invoke(const T & t, const U & u){
type less_than<false, true> (line 43) | struct less_than<false, true> {
method invoke (line 45) | constexpr static bool invoke(const T & t, const U & u){
type less_than<true, false> (line 59) | struct less_than<true, false> {
method invoke (line 61) | constexpr static bool invoke(const T & t, const U & u){
type equal (line 114) | struct equal {
method invoke (line 116) | constexpr static bool invoke(const T & t, const U & u){
type equal<false, true> (line 123) | struct equal<false, true> {
method invoke (line 125) | constexpr static bool invoke(const T & t, const U & u){
type equal<true, false> (line 139) | struct equal<true, false> {
method invoke (line 141) | constexpr static bool invoke(const T & t, const U & u){
function less_than (line 76) | typename std::enable_if<
function less_than (line 88) | typename std::enable_if<
function greater_than (line 97) | constexpr bool greater_than(const T & lhs, const U & rhs) {
function less_than_equal (line 102) | constexpr bool less_than_equal(const T & lhs, const U & rhs) {
function greater_than_equal (line 107) | constexpr bool greater_than_equal(const T & lhs, const U & rhs) {
type safe_compare_detail (line 111) | namespace safe_compare_detail {
type less_than (line 34) | struct less_than {
method invoke (line 36) | constexpr static bool invoke(const T & t, const U & u){
type less_than<false, true> (line 43) | struct less_than<false, true> {
method invoke (line 45) | constexpr static bool invoke(const T & t, const U & u){
type less_than<true, false> (line 59) | struct less_than<true, false> {
method invoke (line 61) | constexpr static bool invoke(const T & t, const U & u){
type equal (line 114) | struct equal {
method invoke (line 116) | constexpr static bool invoke(const T & t, const U & u){
type equal<false, true> (line 123) | struct equal<false, true> {
method invoke (line 125) | constexpr static bool invoke(const T & t, const U & u){
type equal<true, false> (line 139) | struct equal<true, false> {
method invoke (line 141) | constexpr static bool invoke(const T & t, const U & u){
function equal (line 156) | typename std::enable_if<
function equal (line 168) | typename std::enable_if<
function not_equal (line 177) | constexpr bool not_equal(const T & lhs, const U & rhs) {
FILE: libraries/protocol/custom_authorities/sliced_lists.hxx
type graphene (line 29) | namespace graphene { namespace protocol {
type protocol (line 29) | namespace protocol {
FILE: libraries/protocol/custom_authority.cpp
type graphene (line 30) | namespace graphene { namespace protocol {
type protocol (line 30) | namespace protocol {
function share_type (line 32) | share_type custom_authority_create_operation::calculate_fee(const fe...
function share_type (line 61) | share_type custom_authority_update_operation::calculate_fee(const fe...
FILE: libraries/protocol/fee_schedule.cpp
type graphene (line 26) | namespace graphene { namespace protocol {
type protocol (line 26) | namespace protocol {
function fee_schedule (line 28) | fee_schedule fee_schedule::get_default_impl()
function fee_schedule (line 42) | const fee_schedule& fee_schedule::get_default()
type zero_fee_visitor (line 48) | struct zero_fee_visitor
method result_type (line 53) | result_type operator()( ParamType& op )const
FILE: libraries/protocol/fee_schedule_calc.cpp
type graphene (line 29) | namespace graphene { namespace protocol {
type protocol (line 29) | namespace protocol {
type calc_fee_visitor (line 31) | struct calc_fee_visitor
method calc_fee_visitor (line 37) | calc_fee_visitor( const fee_schedule& p, const operation& op ):par...
method result_type (line 41) | result_type operator()( const OpType& op )const
function asset (line 79) | asset fee_schedule::calculate_fee( const operation& op )const
function asset (line 93) | asset fee_schedule::calculate_fee( const operation& op, const price&...
FILE: libraries/protocol/fee_schedule_set_fee.cpp
type graphene (line 26) | namespace graphene { namespace protocol {
type protocol (line 26) | namespace protocol {
type set_fee_visitor (line 28) | struct set_fee_visitor
method set_fee_visitor (line 34) | explicit set_fee_visitor( const asset& f ):_fee(f){}
function asset (line 43) | asset fee_schedule::set_fee( operation& op, const price& core_exchan...
FILE: libraries/protocol/htlc.cpp
type graphene (line 30) | namespace graphene { namespace protocol {
type protocol (line 30) | namespace protocol {
function share_type (line 37) | share_type htlc_create_operation::calculate_fee( const fee_params_t&...
function share_type (line 53) | share_type htlc_redeem_operation::calculate_fee( const fee_params_t&...
function share_type (line 65) | share_type htlc_extend_operation::calculate_fee( const fee_params_t&...
FILE: libraries/protocol/include/graphene/protocol/account.hpp
type graphene (line 33) | namespace graphene { namespace protocol {
type protocol (line 33) | namespace protocol {
type account_options (line 39) | struct account_options
method is_voting (line 62) | inline bool is_voting() const
method num_committee_voted (line 67) | uint16_t num_committee_voted() const
type account_create_operation (line 81) | struct account_create_operation : public base_operation
type ext (line 83) | struct ext
type fee_params_t (line 91) | struct fee_params_t
method account_id_type (line 115) | account_id_type fee_payer()const { return registrar; }
method get_required_active_authorities (line 119) | void get_required_active_authorities( flat_set<account_id_type>& a...
type account_update_operation (line 136) | struct account_update_operation : public base_operation
type ext (line 138) | struct ext
type fee_params_t (line 145) | struct fee_params_t
method account_id_type (line 164) | account_id_type fee_payer()const { return account; }
method is_owner_update (line 168) | bool is_owner_update()const
method get_required_owner_authorities (line 171) | void get_required_owner_authorities( flat_set<account_id_type>& a ...
method get_required_active_authorities (line 174) | void get_required_active_authorities( flat_set<account_id_type>& a...
type account_whitelist_operation (line 197) | struct account_whitelist_operation : public base_operation
type fee_params_t (line 199) | struct fee_params_t { share_type fee = 300000; }
type account_listing (line 200) | enum account_listing {
method account_id_type (line 218) | account_id_type fee_payer()const { return authorizing_account; }
method validate (line 219) | void validate()const { FC_ASSERT( fee.amount >= 0 ); FC_ASSERT(new...
type account_upgrade_operation (line 235) | struct account_upgrade_operation : public base_operation
type fee_params_t (line 237) | struct fee_params_t {
method account_id_type (line 249) | account_id_type fee_payer()const { return account_to_upgrade; }
type account_transfer_operation (line 267) | struct account_transfer_operation : public base_operation
type fee_params_t (line 269) | struct fee_params_t { uint64_t fee = 500 * GRAPHENE_BLOCKCHAIN_PRE...
method account_id_type (line 276) | account_id_type fee_payer()const { return account_id; }
FILE: libraries/protocol/include/graphene/protocol/address.hpp
type graphene (line 31) | namespace graphene { namespace protocol {
type protocol (line 31) | namespace protocol {
type pts_address (line 32) | struct pts_address
class address (line 44) | class address
method address (line 47) | address(){}
type fc (line 72) | namespace fc
FILE: libraries/protocol/include/graphene/protocol/assert.hpp
type graphene (line 29) | namespace graphene { namespace protocol {
type protocol (line 29) | namespace protocol {
type account_name_eq_lit_predicate (line 34) | struct account_name_eq_lit_predicate
type asset_symbol_eq_lit_predicate (line 49) | struct asset_symbol_eq_lit_predicate
type block_id_predicate (line 69) | struct block_id_predicate
method validate (line 72) | bool validate()const{ return true; }
type assert_operation (line 93) | struct assert_operation : public base_operation
type fee_params_t (line 95) | struct fee_params_t { uint64_t fee = GRAPHENE_BLOCKCHAIN_PRECISION; }
method account_id_type (line 103) | account_id_type fee_payer()const { return fee_paying_account; }
FILE: libraries/protocol/include/graphene/protocol/asset.hpp
type graphene (line 27) | namespace graphene { namespace protocol {
type protocol (line 27) | namespace protocol {
type price (line 29) | struct price
method price (line 110) | explicit price(const asset& _base = asset(), const asset& _quote =...
method price (line 122) | static price unit_price(asset_id_type a = asset_id_type()) { retur...
method price (line 124) | price max()const { return price::max( base.asset_id, quote.asset_i...
method price (line 125) | price min()const { return price::min( base.asset_id, quote.asset_i...
method to_real (line 127) | double to_real()const { return double(base.amount.value)/double(qu...
type asset (line 31) | struct asset
method asset (line 33) | asset( share_type a = 0, asset_id_type id = asset_id_type() )
method asset (line 39) | asset& operator += ( const asset& o )
method asset (line 45) | asset& operator -= ( const asset& o )
method asset (line 51) | asset operator -()const { return asset( -amount, asset_id ); }
method asset (line 80) | asset operator - ( const asset& a, const asset& b )
method asset (line 85) | asset operator + ( const asset& a, const asset& b )
type price (line 108) | struct price
method price (line 110) | explicit price(const asset& _base = asset(), const asset& _quote =...
method price (line 122) | static price unit_price(asset_id_type a = asset_id_type()) { retur...
method price (line 124) | price max()const { return price::max( base.asset_id, quote.asset_i...
method price (line 125) | price min()const { return price::min( base.asset_id, quote.asset_i...
method to_real (line 127) | double to_real()const { return double(base.amount.value)/double(qu...
function price (line 136) | inline price operator~( const price& p ) { return price{p.quote,p.ba...
method price (line 110) | explicit price(const asset& _base = asset(), const asset& _quote =...
method price (line 122) | static price unit_price(asset_id_type a = asset_id_type()) { retur...
method price (line 124) | price max()const { return price::max( base.asset_id, quote.asset_i...
method price (line 125) | price min()const { return price::min( base.asset_id, quote.asset_i...
method to_real (line 127) | double to_real()const { return double(base.amount.value)/double(qu...
function price (line 151) | inline price& operator *= ( price& p, const ratio_type& r )
method price (line 110) | explicit price(const asset& _base = asset(), const asset& _quote =...
method price (line 122) | static price unit_price(asset_id_type a = asset_id_type()) { retur...
method price (line 124) | price max()const { return price::max( base.asset_id, quote.asset_i...
method price (line 125) | price min()const { return price::min( base.asset_id, quote.asset_i...
method to_real (line 127) | double to_real()const { return double(base.amount.value)/double(qu...
function price (line 153) | inline price& operator /= ( price& p, const ratio_type& r )
method price (line 110) | explicit price(const asset& _base = asset(), const asset& _quote =...
method price (line 122) | static price unit_price(asset_id_type a = asset_id_type()) { retur...
method price (line 124) | price max()const { return price::max( base.asset_id, quote.asset_i...
method price (line 125) | price min()const { return price::min( base.asset_id, quote.asset_i...
method to_real (line 127) | double to_real()const { return double(base.amount.value)/double(qu...
type price_feed (line 160) | struct price_feed
method margin_call_params_equal (line 291) | bool margin_call_params_equal( const price_feed& b ) const
FILE: libraries/protocol/include/graphene/protocol/asset_ops.hpp
type graphene (line 29) | namespace graphene { namespace protocol {
type protocol (line 29) | namespace protocol {
type additional_asset_options (line 31) | struct additional_asset_options
type asset_options (line 47) | struct asset_options {
type bitasset_options (line 109) | struct bitasset_options {
type black_swan_response_type (line 112) | enum class black_swan_response_type
type ext (line 139) | struct ext
method black_swan_response_type (line 180) | black_swan_response_type get_black_swan_response_method() const
type asset_create_operation (line 192) | struct asset_create_operation : public base_operation
type fee_params_t (line 194) | struct fee_params_t {
method account_id_type (line 222) | account_id_type fee_payer()const { return issuer; }
type asset_global_settle_operation (line 238) | struct asset_global_settle_operation : public base_operation
type fee_params_t (line 240) | struct fee_params_t { uint64_t fee = 500 * GRAPHENE_BLOCKCHAIN_PRE...
method account_id_type (line 248) | account_id_type fee_payer()const { return issuer; }
type asset_settle_operation (line 267) | struct asset_settle_operation : public base_operation
type fee_params_t (line 269) | struct fee_params_t {
method account_id_type (line 286) | account_id_type fee_payer()const { return account; }
type asset_settle_cancel_operation (line 293) | struct asset_settle_cancel_operation : public base_operation
type fee_params_t (line 295) | struct fee_params_t { }
method asset_settle_cancel_operation (line 297) | asset_settle_cancel_operation() = default;
method asset_settle_cancel_operation (line 298) | asset_settle_cancel_operation( const force_settlement_id_type& fsi...
method account_id_type (line 308) | account_id_type fee_payer()const { return account; }
method validate (line 313) | void validate() const { FC_ASSERT( !"Virtual operation"); }
method share_type (line 315) | share_type calculate_fee(const fee_params_t& params)const
type asset_fund_fee_pool_operation (line 322) | struct asset_fund_fee_pool_operation : public base_operation
type fee_params_t (line 324) | struct fee_params_t { uint64_t fee = GRAPHENE_BLOCKCHAIN_PRECISIO...
method account_id_type (line 332) | account_id_type fee_payer()const { return from_account; }
type asset_update_operation (line 351) | struct asset_update_operation : public base_operation
type ext (line 353) | struct ext
type fee_params_t (line 363) | struct fee_params_t {
method asset_update_operation (line 368) | asset_update_operation(){}
method account_id_type (line 379) | account_id_type fee_payer()const { return issuer; }
type asset_update_bitasset_operation (line 398) | struct asset_update_bitasset_operation : public base_operation
type fee_params_t (line 400) | struct fee_params_t { uint64_t fee = 500 * GRAPHENE_BLOCKCHAIN_PRE...
method account_id_type (line 409) | account_id_type fee_payer()const { return issuer; }
type asset_update_feed_producers_operation (line 430) | struct asset_update_feed_producers_operation : public base_operation
type fee_params_t (line 432) | struct fee_params_t { uint64_t fee = 500 * GRAPHENE_BLOCKCHAIN_PRE...
method account_id_type (line 441) | account_id_type fee_payer()const { return issuer; }
type asset_publish_feed_operation (line 462) | struct asset_publish_feed_operation : public base_operation
type ext (line 464) | struct ext
type fee_params_t (line 470) | struct fee_params_t { uint64_t fee = GRAPHENE_BLOCKCHAIN_PRECISION; }
method account_id_type (line 478) | account_id_type fee_payer()const { return publisher; }
type asset_issue_operation (line 485) | struct asset_issue_operation : public base_operation
type fee_params_t (line 487) | struct fee_params_t {
method account_id_type (line 502) | account_id_type fee_payer()const { return issuer; }
type asset_reserve_operation (line 513) | struct asset_reserve_operation : public base_operation
type fee_params_t (line 515) | struct fee_params_t { uint64_t fee = 20 * GRAPHENE_BLOCKCHAIN_PREC...
method account_id_type (line 522) | account_id_type fee_payer()const { return payer; }
type asset_claim_fees_operation (line 529) | struct asset_claim_fees_operation : public base_operation
type fee_params_t (line 531) | struct fee_params_t {
type additional_options_type (line 535) | struct additional_options_type
method account_id_type (line 551) | account_id_type fee_payer()const { return issuer; }
type asset_update_issuer_operation (line 565) | struct asset_update_issuer_operation : public base_operation
type fee_params_t (line 567) | struct fee_params_t {
method account_id_type (line 577) | account_id_type fee_payer()const { return issuer; }
method get_required_owner_authorities (line 580) | void get_required_owner_authorities( flat_set<account_id_type>& a ...
method get_required_active_authorities (line 583) | void get_required_active_authorities( flat_set<account_id_type>& a...
type asset_claim_pool_operation (line 601) | struct asset_claim_pool_operation : public base_operation
type fee_params_t (line 603) | struct fee_params_t {
method account_id_type (line 613) | account_id_type fee_payer()const { return issuer; }
FILE: libraries/protocol/include/graphene/protocol/authority.hpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
type authority (line 34) | struct authority
method authority (line 36) | authority(){}
method authority (line 38) | authority(uint32_t threshhold, Args... auths)
type classification (line 44) | enum classification
method add_authority (line 52) | void add_authority( const public_key_type& k, weight_type w )
method add_authority (line 56) | void add_authority( const address& k, weight_type w )
method add_authority (line 60) | void add_authority( account_id_type k, weight_type w )
method is_impossible (line 64) | bool is_impossible()const
method add_authorities (line 74) | void add_authorities(AuthType k, weight_type w)
method add_authorities (line 79) | void add_authorities(AuthType k, weight_type w, Args... auths)
method get_keys (line 85) | vector<public_key_type> get_keys() const
method get_addresses (line 93) | vector<address> get_addresses() const
method num_auths (line 111) | uint32_t num_auths()const { return account_auths.size() + key_auth...
method clear (line 112) | void clear() { account_auths.clear(); key_auths.clear(); addre...
method authority (line 114) | static authority null_authority()
FILE: libraries/protocol/include/graphene/protocol/balance.hpp
type graphene (line 29) | namespace graphene { namespace protocol {
type protocol (line 29) | namespace protocol {
type balance_claim_operation (line 40) | struct balance_claim_operation : public base_operation
type fee_params_t (line 42) | struct fee_params_t {}
method account_id_type (line 50) | account_id_type fee_payer()const { return deposit_to_account; }
method share_type (line 51) | share_type calculate_fee(const fee_params_t& )const { return ...
method get_required_authorities (line 53) | void get_required_authorities( vector<authority>& a )const
FILE: libraries/protocol/include/graphene/protocol/base.hpp
type graphene (line 31) | namespace graphene { namespace protocol {
type protocol (line 31) | namespace protocol {
type asset (line 32) | struct asset
type authority (line 33) | struct authority
type void_result (line 86) | struct void_result{}
type generic_operation_result (line 88) | struct generic_operation_result
type generic_exchange_operation_result (line 95) | struct generic_exchange_operation_result
type extendable_operation_result_dtl (line 102) | struct extendable_operation_result_dtl
type base_operation (line 124) | struct base_operation
method share_type (line 128) | share_type calculate_fee(const T& params)const
method get_required_authorities (line 132) | virtual void get_required_authorities( vector<authority>& )const{ ...
method get_required_active_authorities (line 133) | virtual void get_required_active_authorities( flat_set<account_id_...
method get_required_owner_authorities (line 134) | virtual void get_required_owner_authorities( flat_set<account_id_t...
method validate (line 135) | virtual void validate()const{ /* do nothing by default */ }
FILE: libraries/protocol/include/graphene/protocol/block.hpp
type graphene (line 27) | namespace graphene { namespace protocol {
type protocol (line 27) | namespace protocol {
class block_header (line 29) | class block_header
method block_num (line 34) | uint32_t block_num()const { return num_from_i...
class signed_block_header (line 47) | class signed_block_header : public block_header
method signed_block_header (line 57) | signed_block_header() = default;
method signed_block_header (line 58) | explicit signed_block_header( const block_header& header ) : block...
class signed_block (line 64) | class signed_block : public signed_block_header
FILE: libraries/protocol/include/graphene/protocol/buyback.hpp
type graphene (line 28) | namespace graphene { namespace protocol {
type protocol (line 28) | namespace protocol {
type buyback_account_options (line 30) | struct buyback_account_options
FILE: libraries/protocol/include/graphene/protocol/chain_parameters.hpp
type graphene (line 29) | namespace graphene { namespace protocol {
type protocol (line 29) | namespace protocol {
type fee_schedule (line 30) | struct fee_schedule
type htlc_options (line 32) | struct htlc_options
type custom_authority_options_type (line 38) | struct custom_authority_options_type
type chain_parameters (line 46) | struct chain_parameters
method fee_schedule (line 50) | const fee_schedule& get_current_fees() const { FC_ASSERT(current_f...
method fee_schedule (line 51) | fee_schedule& get_mutable_fees() { FC_ASSERT(current_fees); return...
type ext (line 82) | struct ext
FILE: libraries/protocol/include/graphene/protocol/committee_member.hpp
Condensed preview — 569 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (8,336K chars).
[
{
"path": ".gitattributes",
"chars": 105,
"preview": "# Set the default behavior of genesis.json, in case core.autocrlf is set incorrectly\ngenesis.json eol=lf\n"
},
{
"path": ".github/ISSUE_TEMPLATE/bug_report.md",
"chars": 2332,
"preview": "---\nname: Bug Report\nabout: Create a detailed report about a deficiency in the BitShares Core implementation.\n\n---\n\n**In"
},
{
"path": ".github/ISSUE_TEMPLATE/build_error.md",
"chars": 1511,
"preview": "---\nname: Build Error\nabout: Create a detailed report about an error encountered during the BitShares Core build process"
},
{
"path": ".github/ISSUE_TEMPLATE/feature_request.md",
"chars": 2077,
"preview": "---\nname: Feature Request\nabout: Suggest an idea for the BitShares Core Team to evaluate and prioritize for development."
},
{
"path": ".github/dependabot.yml",
"chars": 191,
"preview": "version: 2\nupdates:\n # Maintain dependencies for GitHub Actions\n - package-ecosystem: \"github-actions\"\n directory: "
},
{
"path": ".github/workflows/build-and-test.mac.yml",
"chars": 3007,
"preview": "name: macOS\non: [ push, pull_request ]\nenv:\n CCACHE_COMPRESS: exists means true\n CCACHE_SLOPPINESS: include_file_ctime"
},
{
"path": ".github/workflows/build-and-test.ubuntu-debug.yml",
"chars": 6029,
"preview": "name: Ubuntu Debug\non: [ push, pull_request ]\nenv:\n CCACHE_COMPRESS: exists means true\n CCACHE_SLOPPINESS: include_fil"
},
{
"path": ".github/workflows/build-and-test.ubuntu-release.yml",
"chars": 4957,
"preview": "name: Ubuntu Release\non: [ push, pull_request ]\nenv:\n CCACHE_COMPRESS: exists means true\n CCACHE_SLOPPINESS: include_f"
},
{
"path": ".github/workflows/build-and-test.win.yml",
"chars": 6402,
"preview": "name: Windows MinGW64\non: [ push, pull_request ]\nenv:\n CCACHE_COMPRESS: exists means true\n CCACHE_SLOPPINESS: include_"
},
{
"path": ".github/workflows/build-docker.yml",
"chars": 2347,
"preview": "name: Docker\non: [ push, pull_request ]\njobs:\n docker:\n runs-on: ubuntu-latest\n steps:\n - name: Decide whether"
},
{
"path": ".github/workflows/sonar-scan.yml",
"chars": 8511,
"preview": "name: Scan with SonarScanner\non: [ push, pull_request ]\nenv:\n CCACHE_COMPRESS: exists means true\n CCACHE_SLOPPINESS: i"
},
{
"path": ".gitignore",
"chars": 588,
"preview": "*.a\n*.sw*\n\n*.cmake\nCMakeCache.txt\nCMakeFiles\nMakefile\ncompile_commands.json\nmoc_*\n*.moc\n\ngenesis.json\nhardfork.hpp\n\nlibr"
},
{
"path": ".gitmodules",
"chars": 243,
"preview": "[submodule \"docs\"]\n path = docs\n url = https://github.com/bitshares/bitshares-core.wiki.git\n ignore = dirty\n[su"
},
{
"path": ".mailmap",
"chars": 3799,
"preview": "Alexey Frolov <alexey.frolov@aetsoft.by> <a.frolov@aetsoft.by>\nAlfredo Garcia <oxarbitrage@gmail.com> <oxarbitrage@gmail"
},
{
"path": "CMakeLists.txt",
"chars": 14102,
"preview": "# Defines BitShares library target.\ncmake_minimum_required( VERSION 3.2 FATAL_ERROR )\nproject( BitShares LANGUAGES CXX C"
},
{
"path": "CONTRIBUTORS.txt",
"chars": 3512,
"preview": "Contributors to this repository, in descending order by number of commits. Update with\n head -5 CONTRIBUTORS.txt >contr"
},
{
"path": "Dockerfile",
"chars": 3208,
"preview": "# The image for building\nFROM phusion/baseimage:focal-1.2.0 as build\nENV LANG=en_US.UTF-8\n\n# Install dependencies\nRUN \\\n"
},
{
"path": "Doxyfile",
"chars": 103132,
"preview": "# Doxyfile 1.8.9.1\n\n# This file describes the settings to be used by the documentation system\n# doxygen (www.doxygen.org"
},
{
"path": "LICENSE.txt",
"chars": 1148,
"preview": "Copyright (c) 2015-2023 Cryptonomex Inc. <contact@cryptonomex.com> and\ncontributors (see CONTRIBUTORS.txt)\n\nThe MIT Lice"
},
{
"path": "README-docker.md",
"chars": 3274,
"preview": "# Docker Container\n\nThis repository comes with built-in Dockerfile to support docker\ncontainers. This README serves as d"
},
{
"path": "README.md",
"chars": 25845,
"preview": "BitShares Core\n==============\n\n[BitShares Core](https://github.com/bitshares/bitshares-core) is the BitShares blockchain"
},
{
"path": "docker/bitsharesentry.sh",
"chars": 2956,
"preview": "#!/bin/bash\nBITSHARESD=\"/usr/local/bin/witness_node\"\n\n# For blockchain download\nVERSION=`cat /etc/bitshares/version`\n\n##"
},
{
"path": "docker/default_config.ini",
"chars": 10912,
"preview": "# Endpoint for P2P node to listen on\np2p-endpoint = 0.0.0.0:1776\n\n# P2P nodes to connect to on startup (may specify mult"
},
{
"path": "docker/default_logging.ini",
"chars": 1595,
"preview": "# declare an appender named \"stderr\" that writes messages to the console\n[log.console_appender.stderr]\nstream=std_error\n"
},
{
"path": "libraries/CMakeLists.txt",
"chars": 263,
"preview": "add_subdirectory( fc )\nadd_subdirectory( db )\nadd_subdirectory( chain )\nadd_subdirectory( egenesis )\nadd_subdirectory( n"
},
{
"path": "libraries/README.md",
"chars": 2141,
"preview": "# BitShares Libraries\n\nThe libraries are the core of the project and define everything where applications can build on t"
},
{
"path": "libraries/app/CMakeLists.txt",
"chars": 1325,
"preview": "file(GLOB HEADERS \"include/graphene/app/*.hpp\")\nfile(GLOB EGENESIS_HEADERS \"../egenesis/include/graphene/app/*.hpp\")\n\nad"
},
{
"path": "libraries/app/api.cpp",
"chars": 46192,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/api_objects.cpp",
"chars": 4721,
"preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/application.cpp",
"chars": 65212,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/application_impl.hxx",
"chars": 10975,
"preview": "#pragma once\n\n#include <fc/network/http/websocket.hpp>\n#include <fc/thread/parallel.hpp>\n\n#include <graphene/app/applica"
},
{
"path": "libraries/app/config_util.cpp",
"chars": 15512,
"preview": "/*\n * Copyright (c) 2018 Lubos Ilcik, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free o"
},
{
"path": "libraries/app/database_api.cpp",
"chars": 134606,
"preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/database_api_helper.hxx",
"chars": 3765,
"preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/database_api_impl.hxx",
"chars": 23364,
"preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/include/graphene/app/api.hpp",
"chars": 41751,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/include/graphene/app/api_access.hpp",
"chars": 1977,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/include/graphene/app/api_objects.hpp",
"chars": 8918,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/include/graphene/app/application.hpp",
"chars": 9366,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/include/graphene/app/config_util.hpp",
"chars": 1498,
"preview": "/*\n * Copyright (c) 2018 Lubos Ilcik, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free o"
},
{
"path": "libraries/app/include/graphene/app/database_api.hpp",
"chars": 79092,
"preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/include/graphene/app/plugin.hpp",
"chars": 5718,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/include/graphene/app/util.hpp",
"chars": 2020,
"preview": "/*\n * Copyright (c) 2018 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
},
{
"path": "libraries/app/plugin.cpp",
"chars": 1889,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/app/util.cpp",
"chars": 6171,
"preview": "/*\n * Copyright (c) 2018 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
},
{
"path": "libraries/chain/CMakeLists.txt",
"chars": 3971,
"preview": "\nset_source_files_properties( \"${CMAKE_CURRENT_BINARY_DIR}/include/graphene/chain/hardfork.hpp\" PROPERTIES GENERATED TRU"
},
{
"path": "libraries/chain/account_evaluator.cpp",
"chars": 17008,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/account_object.cpp",
"chars": 14511,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/assert_evaluator.cpp",
"chars": 2725,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/asset_evaluator.cpp",
"chars": 74858,
"preview": "/*\n * Copyright (c) 2015-2018 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby gran"
},
{
"path": "libraries/chain/asset_object.cpp",
"chars": 9774,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/balance_evaluator.cpp",
"chars": 3784,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/block_database.cpp",
"chars": 9412,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/buyback.cpp",
"chars": 2125,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/committee_member_evaluator.cpp",
"chars": 3763,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/confidential_evaluator.cpp",
"chars": 6785,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/credit_offer_evaluator.cpp",
"chars": 20620,
"preview": "/*\n * Copyright (c) 2021 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
},
{
"path": "libraries/chain/custom_authority_evaluator.cpp",
"chars": 9034,
"preview": "/*\n * Copyright (c) 2019 Contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of charge, to any "
},
{
"path": "libraries/chain/database.cpp",
"chars": 1474,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/db_balance.cpp",
"chars": 9272,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/db_block.cpp",
"chars": 37915,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/db_debug.cpp",
"chars": 8217,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/db_genesis.cpp",
"chars": 25650,
"preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/db_getter.cpp",
"chars": 7047,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/db_init.cpp",
"chars": 10292,
"preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/db_maint.cpp",
"chars": 65379,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/db_management.cpp",
"chars": 9833,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/db_market.cpp",
"chars": 134000,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/db_notify.cpp",
"chars": 24216,
"preview": "#include <fc/container/flat.hpp>\n\n#include <graphene/protocol/authority.hpp>\n#include <graphene/protocol/operations.hpp>"
},
{
"path": "libraries/chain/db_update.cpp",
"chars": 38146,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/db_witness_schedule.cpp",
"chars": 5311,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/evaluator.cpp",
"chars": 4990,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/exceptions.cpp",
"chars": 10790,
"preview": "/*\n * Copyright (c) 2019 BitShares Blockchain Foundation, and contributors.\n *\n * The MIT License\n *\n * Permission is he"
},
{
"path": "libraries/chain/fba_object.cpp",
"chars": 4616,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/fork_database.cpp",
"chars": 6486,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/genesis_state.cpp",
"chars": 4413,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/get_config.cpp",
"chars": 7074,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/hardfork.d/000-200-preamble.hf",
"chars": 359,
"preview": "/*****************************************\n * *\n * This file is automatically gene"
},
{
"path": "libraries/chain/hardfork.d/385.hf",
"chars": 156,
"preview": "// #385 October 23 enforce PARENT.CHILD and allow short names\n#ifndef HARDFORK_385_TIME\n#define HARDFORK_385_TIME (fc::t"
},
{
"path": "libraries/chain/hardfork.d/436.hf",
"chars": 168,
"preview": "// #436 Prevent margin call from being triggered unless feed < call price\n#ifndef HARDFORK_436_TIME\n#define HARDFORK_436"
},
{
"path": "libraries/chain/hardfork.d/445.hf",
"chars": 137,
"preview": "// #445 Refund create order fees on cancel\n#ifndef HARDFORK_445_TIME\n#define HARDFORK_445_TIME (fc::time_point_sec( 1450"
},
{
"path": "libraries/chain/hardfork.d/453.hf",
"chars": 157,
"preview": "// #453 Hardfork to retroactively correct referral percentages\n#ifndef HARDFORK_453_TIME\n#define HARDFORK_453_TIME (fc::"
},
{
"path": "libraries/chain/hardfork.d/480.hf",
"chars": 143,
"preview": "// #480 Fix non-BTS MIA core_exchange_rate check\n#ifndef HARDFORK_480_TIME\n#define HARDFORK_480_TIME (fc::time_point_sec"
},
{
"path": "libraries/chain/hardfork.d/483.hf",
"chars": 137,
"preview": "// #483 Operation history numbering change\n#ifndef HARDFORK_483_TIME\n#define HARDFORK_483_TIME (fc::time_point_sec( 1450"
},
{
"path": "libraries/chain/hardfork.d/533.hf",
"chars": 139,
"preview": "// #533 Improve vote counting implementation\n#ifndef HARDFORK_533_TIME\n#define HARDFORK_533_TIME (fc::time_point_sec( 14"
},
{
"path": "libraries/chain/hardfork.d/555.hf",
"chars": 119,
"preview": "// #555 Buyback accounts\n#ifndef HARDFORK_555_TIME\n#define HARDFORK_555_TIME (fc::time_point_sec( 1456250400 ))\n#endif\n"
},
{
"path": "libraries/chain/hardfork.d/563.hf",
"chars": 122,
"preview": "// #563 Stealth fee routing\n#ifndef HARDFORK_563_TIME\n#define HARDFORK_563_TIME (fc::time_point_sec( 1456250400 ))\n#endi"
},
{
"path": "libraries/chain/hardfork.d/607.hf",
"chars": 137,
"preview": "// #607 Disable negative voting on workers\n#ifndef HARDFORK_607_TIME\n#define HARDFORK_607_TIME (fc::time_point_sec( 1458"
},
{
"path": "libraries/chain/hardfork.d/613.hf",
"chars": 130,
"preview": "// #613 Deprecate annual membership\n#ifndef HARDFORK_613_TIME\n#define HARDFORK_613_TIME (fc::time_point_sec( 1458752400 "
},
{
"path": "libraries/chain/hardfork.d/615.hf",
"chars": 185,
"preview": "// #615 Fix price feed expiration check, so websocket server will never spam too much data\n#ifndef HARDFORK_615_TIME\n#de"
},
{
"path": "libraries/chain/hardfork.d/BSIP_40.hf",
"chars": 305,
"preview": "// BSIP 40 (Custom Active Authorities) hardfork check\n#ifndef HARDFORK_BSIP_40_TIME\n// Jan 1 2030, midnight; this is a d"
},
{
"path": "libraries/chain/hardfork.d/BSIP_48_75.hf",
"chars": 402,
"preview": "// hardfork check for\n// - BSIP 48 : new issuer permissions \"lock_max_supply\" and \"disable_new_supply\", precision update"
},
{
"path": "libraries/chain/hardfork.d/BSIP_77.hf",
"chars": 271,
"preview": "// BSIP 77 (\"Initial Collateral Ratio\" (ICR)) hardfork check\n#ifndef HARDFORK_BSIP_77_TIME\n#define HARDFORK_BSIP_77_TIME"
},
{
"path": "libraries/chain/hardfork.d/BSIP_81.hf",
"chars": 201,
"preview": "// BSIP 81 (Simple Maker-Taker Market Fees) hardfork check\n#ifndef HARDFORK_BSIP_81_TIME\n#define HARDFORK_BSIP_81_TIME ("
},
{
"path": "libraries/chain/hardfork.d/BSIP_85.hf",
"chars": 272,
"preview": "// BSIP 85 (Maker order creation fee discount) hardfork check\n#ifndef HARDFORK_BSIP_85_TIME\n#define HARDFORK_BSIP_85_TIM"
},
{
"path": "libraries/chain/hardfork.d/BSIP_86.hf",
"chars": 271,
"preview": "// BSIP 86 (Share market fees to the network) hardfork check\n#ifndef HARDFORK_BSIP_86_TIME\n#define HARDFORK_BSIP_86_TIME"
},
{
"path": "libraries/chain/hardfork.d/CORE_1270.hf",
"chars": 205,
"preview": "// bitshares-core issue #1270 Call price is inconsistent when MCR changed\n#ifndef HARDFORK_CORE_1270_TIME\n#define HARDFO"
},
{
"path": "libraries/chain/hardfork.d/CORE_1465.hf",
"chars": 214,
"preview": "// bitshares-core issue #1465 check max_supply before processing call_order_update\n#ifndef HARDFORK_CORE_1465_TIME\n#defi"
},
{
"path": "libraries/chain/hardfork.d/CORE_1479.hf",
"chars": 202,
"preview": "// bitshares-core issue #1479 nodes crashing on self-approving proposal\n#ifndef HARDFORK_CORE_1479_TIME\n#define HARDFORK"
},
{
"path": "libraries/chain/hardfork.d/CORE_1573.hf",
"chars": 184,
"preview": "// bitshares-core issue #1573 check transaction size\n#ifndef HARDFORK_CORE_1573_TIME\n#define HARDFORK_CORE_1573_TIME (fc"
},
{
"path": "libraries/chain/hardfork.d/CORE_1604.hf",
"chars": 317,
"preview": "// bitshares-core issue #1604 Operation to modify existing limit order\n#ifndef HARDFORK_CORE_1604_TIME\n#define HARDFORK_"
},
{
"path": "libraries/chain/hardfork.d/CORE_1669.hf",
"chars": 221,
"preview": "// bitshares-core issue #1669 Stop using call_price when globally settling\n#ifndef HARDFORK_CORE_1669_TIME\n#define HARDF"
},
{
"path": "libraries/chain/hardfork.d/CORE_1692.hf",
"chars": 211,
"preview": "// bitshares-core issue #1692 validation check of bid_collateral\n#ifndef HARDFORK_CORE_1692_TIME\n#define HARDFORK_CORE_1"
},
{
"path": "libraries/chain/hardfork.d/CORE_1774.hf",
"chars": 189,
"preview": "// #1774 Too restrictive check in market fee sharing\n#ifndef HARDFORK_1774_TIME\n#define HARDFORK_1774_TIME (fc::time_poi"
},
{
"path": "libraries/chain/hardfork.d/CORE_1780.hf",
"chars": 212,
"preview": "// Market fees of settle orders aren't shared to referral program\n#ifndef HARDFORK_CORE_1780_TIME\n#define HARDFORK_CORE_"
},
{
"path": "libraries/chain/hardfork.d/CORE_1800.hf",
"chars": 214,
"preview": "// bitshares-core issue #1800 Fix \"Temp-account market fee sharing\"\n#ifndef HARDFORK_CORE_1800_TIME\n#define HARDFORK_COR"
},
{
"path": "libraries/chain/hardfork.d/CORE_184.hf",
"chars": 213,
"preview": "// bitshares-core issue #184 Fix \"Potential something-for-nothing fill bug\"\n#ifndef HARDFORK_CORE_184_TIME\n#define HARDF"
},
{
"path": "libraries/chain/hardfork.d/CORE_199.hf",
"chars": 221,
"preview": "// bitshares-core #199 Require owner key for change of asset-issuer (new operation)\n#ifndef HARDFORK_CORE_199_TIME\n#defi"
},
{
"path": "libraries/chain/hardfork.d/CORE_210.hf",
"chars": 358,
"preview": "// #210 Check authorities on custom_operation\n#ifndef HARDFORK_CORE_210_TIME\n#define HARDFORK_CORE_210_TIME (fc::time_po"
},
{
"path": "libraries/chain/hardfork.d/CORE_2103.hf",
"chars": 322,
"preview": "// bitshares-core issue #2103 250M BTS supply\n#ifndef HARDFORK_CORE_2103_TIME\n#define HARDFORK_CORE_2103_TIME (fc::time_"
},
{
"path": "libraries/chain/hardfork.d/CORE_214.hf",
"chars": 210,
"preview": "// bitshares-core #214 Proposal cannot contain proposal_update_operation\n#ifndef HARDFORK_CORE_214_TIME\n#define HARDFORK"
},
{
"path": "libraries/chain/hardfork.d/CORE_216.hf",
"chars": 175,
"preview": "// bitshares-core #216 Process to reset a Smartcoin after a Black Swan\n#ifndef HARDFORK_CORE_216_TIME\n#define HARDFORK_C"
},
{
"path": "libraries/chain/hardfork.d/CORE_2262.hf",
"chars": 323,
"preview": "// bitshares-core issue #2262: Remove voting power from liquid BTS and tickets\n#ifndef HARDFORK_CORE_2262_TIME\n#define H"
},
{
"path": "libraries/chain/hardfork.d/CORE_2281.hf",
"chars": 341,
"preview": "// bitshares-core issue #2281 Add option for MPA owners to disable collateral bidding\n#ifndef HARDFORK_CORE_2281_TIME\n#d"
},
{
"path": "libraries/chain/hardfork.d/CORE_2282.hf",
"chars": 345,
"preview": "// bitshares-core issue #2282 Certain bitasset options should still be updatable after GS\n#ifndef HARDFORK_CORE_2282_TIM"
},
{
"path": "libraries/chain/hardfork.d/CORE_2290.hf",
"chars": 353,
"preview": "// bitshares-core issue #2290 Revival of globally-settled assets should depend on ICR but not MCR\n#ifndef HARDFORK_CORE_"
},
{
"path": "libraries/chain/hardfork.d/CORE_2295.hf",
"chars": 321,
"preview": "// bitshares-core issue #2295 Skip asset authorization checks for from_account for override_transfer\n#ifndef HARDFORK_CO"
},
{
"path": "libraries/chain/hardfork.d/CORE_2350.hf",
"chars": 339,
"preview": "// bitshares-core issue #2350 Liquidity pool exchange operation to comply with whitelist and blacklist market settings\n#"
},
{
"path": "libraries/chain/hardfork.d/CORE_2351.hf",
"chars": 272,
"preview": "// bitshares-core issue #2351 No-collateral Funding\n#ifndef HARDFORK_CORE_2351_TIME\n#define HARDFORK_CORE_2351_TIME (fc:"
},
{
"path": "libraries/chain/hardfork.d/CORE_2362.hf",
"chars": 284,
"preview": "// bitshares-core issue #2362 Simple collateralized P2P funding\n#ifndef HARDFORK_CORE_2362_TIME\n#define HARDFORK_CORE_23"
},
{
"path": "libraries/chain/hardfork.d/CORE_2467.hf",
"chars": 325,
"preview": "// bitshares-core issue #2467 Alternative black swan response methods\n#ifndef HARDFORK_CORE_2467_TIME\n#define HARDFORK_C"
},
{
"path": "libraries/chain/hardfork.d/CORE_2481.hf",
"chars": 360,
"preview": "// bitshares-core issue #2481 Match force-settlements with margin calls at normal margin call fill price\n#ifndef HARDFOR"
},
{
"path": "libraries/chain/hardfork.d/CORE_2535.hf",
"chars": 307,
"preview": "// bitshares-core issue #2535 Simple Order-Sends-Order (OSO)\n#ifndef HARDFORK_CORE_2535_TIME\n#define HARDFORK_CORE_2535_"
},
{
"path": "libraries/chain/hardfork.d/CORE_2582.hf",
"chars": 287,
"preview": "// bitshares-core issue #2582 price feed issues\n#ifndef HARDFORK_CORE_2582_TIME\n#define HARDFORK_CORE_2582_TIME (fc::tim"
},
{
"path": "libraries/chain/hardfork.d/CORE_2587.hf",
"chars": 365,
"preview": "// bitshares-core issue #2587 settle more than total debt in individual settlement fund when no sufficient price feeds\n#"
},
{
"path": "libraries/chain/hardfork.d/CORE_2591.hf",
"chars": 363,
"preview": "// bitshares-core issue #2591 Tighter peg when collateral price rises and settlement fund or settlement order exists\n#if"
},
{
"path": "libraries/chain/hardfork.d/CORE_2595.hf",
"chars": 303,
"preview": "// bitshares-core issue #2595 Credit deal auto-repayment\n#ifndef HARDFORK_CORE_2595_TIME\n#define HARDFORK_CORE_2595_TIME"
},
{
"path": "libraries/chain/hardfork.d/CORE_2604.hf",
"chars": 342,
"preview": "// bitshares-core issue #2604 Allow updating liquidity pool fee rates with certain restrictions\n#ifndef HARDFORK_CORE_26"
},
{
"path": "libraries/chain/hardfork.d/CORE_265.hf",
"chars": 328,
"preview": "// bitshares-core issue #265 Account_history plugin: notify all related accounts after a new account is created\n#ifndef "
},
{
"path": "libraries/chain/hardfork.d/CORE_338.hf",
"chars": 229,
"preview": "// bitshares-core issue #338 Fix \"margin call order fills at price of matching limit_order\"\n#ifndef HARDFORK_CORE_338_TI"
},
{
"path": "libraries/chain/hardfork.d/CORE_342.hf",
"chars": 214,
"preview": "// bitshares-core issue #342\n// Mitigate rounding issue when matching orders\n#ifndef HARDFORK_CORE_342_TIME\n#define HARD"
},
{
"path": "libraries/chain/hardfork.d/CORE_343.hf",
"chars": 275,
"preview": "// bitshares-core issue #343\n// Fix \"Inconsistent sorting of call orders between matching against a limit order and a fo"
},
{
"path": "libraries/chain/hardfork.d/CORE_429.hf",
"chars": 163,
"preview": "// bitshares-core #429 rounding issue when creating assets\n#ifndef HARDFORK_CORE_429_TIME\n#define HARDFORK_CORE_429_TIME"
},
{
"path": "libraries/chain/hardfork.d/CORE_453.hf",
"chars": 223,
"preview": "// bitshares-core issue #453 Fix \"Multiple limit order and call order matching issue\"\n#ifndef HARDFORK_CORE_453_TIME\n#de"
},
{
"path": "libraries/chain/hardfork.d/CORE_460.hf",
"chars": 230,
"preview": "// bitshares-core issue #460 Prediction Market price feed should not cause black swan\n#ifndef HARDFORK_CORE_460_TIME\n#de"
},
{
"path": "libraries/chain/hardfork.d/CORE_518.hf",
"chars": 208,
"preview": "// bitshares-core issue #518 Clean up bitasset_data during maintenance\n#ifndef HARDFORK_CORE_518_TIME\n#define HARDFORK_C"
},
{
"path": "libraries/chain/hardfork.d/CORE_583.hf",
"chars": 228,
"preview": "// bitshares-core issue #583 Always allow updating a call order to higher collateral ratio\n#ifndef HARDFORK_CORE_583_TIM"
},
{
"path": "libraries/chain/hardfork.d/CORE_584.hf",
"chars": 296,
"preview": "// bitshares-core issue #584 Owner keys of non-immediately required accounts can not authorize a transaction\n// https://"
},
{
"path": "libraries/chain/hardfork.d/CORE_604.hf",
"chars": 261,
"preview": "// bitshares-core issue #604\n// Implement BSIP 26: refund order creation fee in original paid asset when order is cancel"
},
{
"path": "libraries/chain/hardfork.d/CORE_606.hf",
"chars": 244,
"preview": "// bitshares-core issue #606 Fix \"Undercollateralized short positions should be called regardless of asks\"\n#ifndef HARDF"
},
{
"path": "libraries/chain/hardfork.d/CORE_625.hf",
"chars": 240,
"preview": "// bitshares-core issue #625 Fix \"Potential erratic order matching issue involving margin call orders\"\n#ifndef HARDFORK_"
},
{
"path": "libraries/chain/hardfork.d/CORE_834.hf",
"chars": 216,
"preview": "// bitshares-core issue #834 \"BSIP38: add target CR option to short positions\"\n#ifndef HARDFORK_CORE_834_TIME\n#define HA"
},
{
"path": "libraries/chain/hardfork.d/CORE_868_890.hf",
"chars": 321,
"preview": "// bitshares-core issue #868 Clear price feed data after updated a bitAsset's backing asset ID\n// bitshares-core issue #"
},
{
"path": "libraries/chain/hardfork.d/CORE_922_931.hf",
"chars": 341,
"preview": "// bitshares-core issue #922 Missing checks when updating an asset's bitasset_data\n// bitshares-core issue #931 Changing"
},
{
"path": "libraries/chain/hardfork.d/CORE_935.hf",
"chars": 228,
"preview": "// bitshares-core issue #935 Call check_call_orders not only when settlement_price changed\n#ifndef HARDFORK_CORE_935_TIM"
},
{
"path": "libraries/chain/hardfork.d/CORE_973.hf",
"chars": 287,
"preview": "// bitshares-core issue #973 check asset authorizations for operations\n#ifndef HARDFORK_CORE_973_TIME\n#define HARDFORK_C"
},
{
"path": "libraries/chain/hardfork.d/CORE_BSIP64.hf",
"chars": 190,
"preview": "// bitshares BSIP 64 HTLC modifications\n#ifndef HARDFORK_CORE_BSIP64_TIME\n#define HARDFORK_CORE_BSIP64_TIME (fc::time_po"
},
{
"path": "libraries/chain/hardfork.d/CORE_BSIP74.hf",
"chars": 196,
"preview": "// bitshares-core BSIP 74 add margin call fee\n#ifndef HARDFORK_CORE_BSIP74_TIME\n#define HARDFORK_CORE_BSIP74_TIME (fc::t"
},
{
"path": "libraries/chain/hardfork.d/CORE_BSIP87.hf",
"chars": 214,
"preview": "// bitshares-core BSIP 87: add force-settlement fee percentage:\n#ifndef HARDFORK_CORE_BSIP87_TIME\n#define HARDFORK_CORE_"
},
{
"path": "libraries/chain/hardfork.d/CORE_BSIP_87_74_COLLATFEE.hf",
"chars": 513,
"preview": "// This hardfork enables the extension to asset_claim_fees_operation to claim collateral-denominated fees.\n// These fees"
},
{
"path": "libraries/chain/hardfork.d/LIQUIDITY_POOL.hf",
"chars": 259,
"preview": "// Liquidity pool\n#ifndef HARDFORK_LIQUIDITY_POOL_TIME\n#define HARDFORK_LIQUIDITY_POOL_TIME (fc::time_point_sec( 1601312"
},
{
"path": "libraries/chain/hardfork.d/core-143.hf",
"chars": 144,
"preview": "// #143 Require voted entities to exist\n#ifndef HARDFORK_CORE_143_TIME\n#define HARDFORK_CORE_143_TIME (fc::time_point_se"
},
{
"path": "libraries/chain/hardfork.d/core-1468.hf",
"chars": 154,
"preview": "// HTLC implementation\n#ifndef HARDFORK_CORE_1468_TIME\n#define HARDFORK_CORE_1468_TIME (fc::time_point_sec( 1556028120 )"
},
{
"path": "libraries/chain/htlc_evaluator.cpp",
"chars": 8907,
"preview": "/*\n * Copyright (c) 2018 jmjatlanta and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
},
{
"path": "libraries/chain/include/graphene/chain/account_evaluator.hpp",
"chars": 2510,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/account_object.hpp",
"chars": 21447,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/assert_evaluator.hpp",
"chars": 1626,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/asset_evaluator.hpp",
"chars": 7060,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/asset_object.hpp",
"chars": 25787,
"preview": "/*\n * Copyright (c) 2017 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/balance_evaluator.hpp",
"chars": 1939,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/balance_object.hpp",
"chars": 2758,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/block_database.hpp",
"chars": 2378,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/block_summary_object.hpp",
"chars": 2150,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/budget_record_object.hpp",
"chars": 2705,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/buyback.hpp",
"chars": 1398,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/buyback_object.hpp",
"chars": 2659,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/chain_property_object.hpp",
"chars": 1834,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/committee_member_evaluator.hpp",
"chars": 2471,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/committee_member_object.hpp",
"chars": 3116,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/confidential_evaluator.hpp",
"chars": 2335,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/confidential_object.hpp",
"chars": 2599,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/config.hpp",
"chars": 1546,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/credit_offer_evaluator.hpp",
"chars": 3725,
"preview": "/*\n * Copyright (c) 2021 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
},
{
"path": "libraries/chain/include/graphene/chain/credit_offer_object.hpp",
"chars": 9571,
"preview": "/*\n * Copyright (c) 2021 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
},
{
"path": "libraries/chain/include/graphene/chain/custom_authority_evaluator.hpp",
"chars": 2285,
"preview": "/*\n * Copyright (c) 2019 Contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of charge, to any "
},
{
"path": "libraries/chain/include/graphene/chain/custom_authority_object.hpp",
"chars": 4762,
"preview": "/*\n * Copyright (c) 2019 Contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of charge, to any "
},
{
"path": "libraries/chain/include/graphene/chain/custom_evaluator.hpp",
"chars": 1654,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/database.hpp",
"chars": 43296,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/db_with.hpp",
"chars": 4487,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/evaluator.hpp",
"chars": 7020,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/exceptions.hpp",
"chars": 13084,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/fba_accumulator_id.hpp",
"chars": 1543,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/fba_object.hpp",
"chars": 1999,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/fork_database.hpp",
"chars": 4929,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/genesis_state.hpp",
"chars": 6451,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/get_config.hpp",
"chars": 1308,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/global_property_object.hpp",
"chars": 5327,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/hardfork_visitor.hpp",
"chars": 6422,
"preview": "/*\n * Copyright (c) 2019 Contributors\n *\n * The MIT License\n *\n * Permission is hereby granted, free of charge, to any p"
},
{
"path": "libraries/chain/include/graphene/chain/htlc_evaluator.hpp",
"chars": 2360,
"preview": "/*\n * Copyright (c) 2018 jmjatlanta and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
},
{
"path": "libraries/chain/include/graphene/chain/htlc_object.hpp",
"chars": 4473,
"preview": "/*\n * Copyright (c) 2018 jmjatlanta and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
},
{
"path": "libraries/chain/include/graphene/chain/immutable_chain_parameters.hpp",
"chars": 1738,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/impacted.hpp",
"chars": 1920,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/internal_exceptions.hpp",
"chars": 2395,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/is_authorized_asset.hpp",
"chars": 1898,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/liquidity_pool_evaluator.hpp",
"chars": 4723,
"preview": "/*\n * Copyright (c) 2020 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
},
{
"path": "libraries/chain/include/graphene/chain/liquidity_pool_object.hpp",
"chars": 4635,
"preview": "/*\n * Copyright (c) 2020 Abit More, and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, free of "
},
{
"path": "libraries/chain/include/graphene/chain/market_evaluator.hpp",
"chars": 5168,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/market_object.hpp",
"chars": 13714,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/node_property_object.hpp",
"chars": 2011,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
},
{
"path": "libraries/chain/include/graphene/chain/operation_history_object.hpp",
"chars": 7965,
"preview": "/*\n * Copyright (c) 2015 Cryptonomex, Inc., and contributors.\n *\n * The MIT License\n *\n * Permission is hereby granted, "
}
]
// ... and 369 more files (download for full content)
About this extraction
This page contains the full source code of the bitshares/bitshares-2 GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 569 files (7.6 MB), approximately 2.0M tokens, and a symbol index with 3827 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.