peerplays_migrated/libraries/chain/include/graphene/chain/protocol
Daniel Larimer be65c277c9 Implement and Test Confidential Transactions
This checkin contains a fully functional confidential transaction
integration with passing unit tests.
2015-07-22 14:45:13 -04:00
..
account.hpp Active key is not required when owner key present 2015-07-16 16:09:32 -04:00
address.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
assert.hpp Issue #157 - TAPOS Refinements 2015-07-14 17:28:26 -04:00
asset.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
asset_ops.hpp operation_tests.cpp: Implement reserve_asset_test 2015-07-17 15:54:18 -04:00
authority.hpp Implement and Test Confidential Transactions 2015-07-22 14:45:13 -04:00
balance.hpp fix balance claim authority requirements 2015-07-09 15:28:39 -04:00
base.hpp Adding extension points #141 2015-07-09 17:29:30 -04:00
block.hpp Rename delegate_signature->witness_signature #147 2015-07-09 18:11:52 -04:00
chain_parameters.hpp #169 - Removing Bulk Discounts 2015-07-17 22:07:07 -04:00
committee_member.hpp Rename bad references to delegate -> committee member; #147 2015-07-13 16:08:17 -04:00
confidential.hpp Implement and Test Confidential Transactions 2015-07-22 14:45:13 -04:00
config.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
custom.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
fee_schedule.hpp adding checkpoints #121 to database 2015-07-09 14:09:21 -04:00
market.hpp Adding extension points #141 2015-07-09 17:29:30 -04:00
memo.hpp Refactored chain library 2015-07-08 16:39:23 -04:00
operations.hpp Implement and Test Confidential Transactions 2015-07-22 14:45:13 -04:00
proposal.hpp Rename bad references to genesis account -> committee account; #147 2015-07-13 16:08:16 -04:00
protocol.hpp Progress on #144 - refactoring fee schedule 2015-07-08 18:45:53 -04:00
README.md Refactored chain library 2015-07-08 16:39:23 -04:00
transaction.hpp Refactor full account subscriptions 2015-07-21 15:19:52 -04:00
transfer.hpp Adding extension points #141 2015-07-09 17:29:30 -04:00
types.hpp Implement and Test Confidential Transactions 2015-07-22 14:45:13 -04:00
vesting.hpp Progress on #144 - refactoring fee schedule 2015-07-08 18:45:53 -04:00
withdraw_permission.hpp Progress on #144 - refactoring fee schedule 2015-07-08 18:45:53 -04:00
witness.hpp Move witness pay to VBO, update test #142 2015-07-15 12:36:26 -04:00
worker.hpp Merge branch 'master' into fee_refactor 2015-07-09 08:43:45 -04:00

Protocol Definition

The classes declared in these headers provide the complete definition of the Graphene protocol and are organized according to feature. Nothing in this directory should depend upon anything other than fc or other types defined in the protocol directory.

To be more specific, implementation details such as the objects defined in the object database should not be required here.