peerplays_migrated/libraries
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
..
app Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
chain Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
db Ref #1506: Move ID types from db to protocol 2020-08-23 14:37:02 -05:00
egenesis Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
fc@69ebbf4ba4 Replace fc::uint128 with boost::multiprecision::uint128_t 2020-08-23 14:16:41 -05:00
net Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
plugins Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00
protocol Ref #1506: Move ID types from db to protocol 2020-08-23 14:37:02 -05:00
utilities Merge Elasticplugin, snapshot plugin and graphene updates to beatrice (#304) 2020-03-09 18:28:13 +05:30
wallet Ref #1506: Add object_downcast_t 2020-08-23 14:37:02 -05:00
CMakeLists.txt Ref #1506: Isolate chain/protocol to its own library 2020-08-23 14:37:00 -05:00