Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop' into net-plugin-opt-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Aug 14, 2019
2 parents 40a8be8 + 67e6c0c commit c307597
Show file tree
Hide file tree
Showing 213 changed files with 4 additions and 870 deletions.
4 changes: 0 additions & 4 deletions libraries/chain/abi_serializer.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#include <eosio/chain/abi_serializer.hpp>
#include <eosio/chain/contract_types.hpp>
#include <eosio/chain/authority.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/asset.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#include <eosio/chain/asset.hpp>
#include <boost/rational.hpp>
#include <fc/reflect/variant.hpp>
Expand Down
5 changes: 0 additions & 5 deletions libraries/chain/authorization_manager.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/

#include <eosio/chain/authorization_manager.hpp>
#include <eosio/chain/exceptions.hpp>
#include <eosio/chain/permission_object.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/block.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#include <eosio/chain/block.hpp>

namespace eosio { namespace chain {
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/block_header.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#include <eosio/chain/block.hpp>
#include <eosio/chain/merkle.hpp>
#include <fc/io/raw.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/block_log.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#include <eosio/chain/block_log.hpp>
#include <eosio/chain/exceptions.hpp>
#include <fstream>
Expand Down
5 changes: 0 additions & 5 deletions libraries/chain/chain_config.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/

#include <eosio/chain/chain_config.hpp>
#include <eosio/chain/exceptions.hpp>

Expand Down
5 changes: 0 additions & 5 deletions libraries/chain/chain_id_type.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/

#include <eosio/chain/chain_id_type.hpp>
#include <eosio/chain/exceptions.hpp>

Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/eosio_contract.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#include <eosio/chain/eosio_contract.hpp>
#include <eosio/chain/contract_table_objects.hpp>

Expand Down
5 changes: 0 additions & 5 deletions libraries/chain/genesis_intrinsics.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/

#include <eosio/chain/genesis_intrinsics.hpp>

namespace eosio { namespace chain {
Expand Down
5 changes: 0 additions & 5 deletions libraries/chain/genesis_state.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/

#include <eosio/chain/genesis_state.hpp>

// these are required to serialize a genesis_state
Expand Down
5 changes: 0 additions & 5 deletions libraries/chain/genesis_state_root_key.cpp.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/

#include <eosio/chain/genesis_state.hpp>

namespace eosio { namespace chain {
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/abi_def.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/types.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/abi_serializer.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/abi_def.hpp>
#include <eosio/chain/trace.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/account_object.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/database_utils.hpp>
#include <eosio/chain/authority.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/action.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/types.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/action_receipt.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/types.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/apply_context.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/controller.hpp>
#include <eosio/chain/transaction.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/asset.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/exceptions.hpp>
#include <eosio/chain/types.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/authority.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <chainbase/chainbase.hpp>
#include <eosio/chain/transaction.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/authority_checker.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/types.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/authorization_manager.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/types.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/block_log.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <fc/filesystem.hpp>
#include <eosio/chain/block.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/block_state.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/block_header_state.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/block_summary_object.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/types.hpp>

Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/chain_config.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/types.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/chain_id_type.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <fc/crypto/sha256.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/chain_snapshot.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/exceptions.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/code_object.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/database_utils.hpp>
#include <boost/tuple/tuple_io.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/config.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/wasm_interface.hpp>
#include <fc/time.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/database_utils.hpp>
Expand Down
6 changes: 2 additions & 4 deletions libraries/chain/include/eosio/chain/core_symbol.hpp.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/** @file
* @copyright defined in eos/LICENSE
*
/**
* \warning This file is machine generated. DO NOT EDIT. See core_symbol.hpp.in for changes.
*/

#define CORE_SYMBOL SY(4,${CORE_SYMBOL_NAME})
#define CORE_SYMBOL_NAME "${CORE_SYMBOL_NAME}"
#define CORE_SYMBOL_NAME "${CORE_SYMBOL_NAME}"
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/types.hpp>

Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/database_utils.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/types.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/eosio_contract.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/types.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/exceptions.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <fc/exception/exception.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/fixed_key.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <array>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/config.hpp>
#include <eosio/chain/database_utils.hpp>
Expand Down
5 changes: 0 additions & 5 deletions libraries/chain/include/eosio/chain/genesis_intrinsics.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@

/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <vector>
Expand Down
5 changes: 0 additions & 5 deletions libraries/chain/include/eosio/chain/genesis_state.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@

/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/chain_config.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <fc/uint128.hpp>
#include <fc/array.hpp>
Expand Down
5 changes: 0 additions & 5 deletions libraries/chain/include/eosio/chain/multi_index_includes.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/

#pragma once

#include <boost/multi_index_container.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/parallel_markers.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <boost/range/combine.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/authority.hpp>

Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/permission_object.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/authority.hpp>
#include <eosio/chain/database_utils.hpp>
Expand Down
4 changes: 0 additions & 4 deletions libraries/chain/include/eosio/chain/protocol.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once
#include <eosio/chain/block.hpp>
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/types.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @file
* @copyright defined in eos/LICENSE
*/
#pragma once

#include <eosio/chain/types.hpp>
Expand Down
Loading

0 comments on commit c307597

Please sign in to comment.