peerplays_migrated/libraries/protocol
Nathan Hourt f076bb2586
Ref #1506: Move ID types from db to protocol
The ID types, object_id and object_id_type, were defined in the db
library, and the protocol library depends on db to get these types.
Technically, the ID types are defined by the protocol and used by the
database, and not vice versa. Therefore these types should be in the
protocol library, and db should depend on protocol to get them.

This commit makes it so.
2020-08-23 14:37:02 -05:00
..
include/graphene/protocol Ref #1506: Move ID types from db to protocol 2020-08-23 14:37:02 -05:00
account.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
address.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
assert.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
asset.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
asset_ops.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
authority.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
betting_market.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
block.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
chain_parameters.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
CMakeLists.txt Ref #1506: Move ID types from db to protocol 2020-08-23 14:37:02 -05:00
committee_member.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
competitor.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
confidential.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
custom.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
custom_account_authority.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
custom_permission.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
event.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
event_group.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
fee_schedule.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
lottery_ops.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
market.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
memo.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
nft.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
offer.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
operations.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
proposal.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
pts_address.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
small_ops.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
special_authority.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
sport.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
tournament.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
transaction.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
transfer.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
types.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
vote.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
withdraw_permission.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
witness.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
worker.cpp Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00