peerplays_migrated/libraries/chain/include/graphene/chain
sierra19XX 6514f8fadd
NFT Marketplace HRP Beatrice Merge (#371)
* private-key option update

* ppy marketplace 1 - add evaluators and objects

* NFT object and basic operations

* ci: update .gitlab-ci.yml

* ci: update .gitlab-ci.yml

* NFT evaluators and basic tests, no evaluator checks

* Evaluator checks in place

* ppy marketplace 2 - batch sale, offer_object escrow

* Database API

* Wallet API

* NFT metadata implemented

* Fix NFT tests

* Database API for NFT metadata and enumerables

* ppy marketplace 4 - Add tests NFT+Marketplace

* ppy marketplace 5 - Add revenue split

* ppy marketplace 6 - Remove unnecessary files

* ppy marketplace 7 - Add db, wallet changes and some NFT fixes

* ppy marketplace 8 - Add pagination for list APIs

* ci: update .gitlab-ci.yml

* New DB API, list all NFTs, list NFTs by owner

* Marketplace + NFT + RBAC (#368)

* rbac1 - evaluators and op validators added
* rbac2 - op_type hf checks
* rbac3 - tx auth verify changes
* Update .gitlab-ci.yml
* rbac4 - basic op tests
* rbac5 - clear expired and deleted permission linked auths
* rbac6 - more tests
* rbac7 - more tests
* rbac8 - more tests
* rbac9 - wallet and db api changes
* rbac10 - db api changes for required signature fetch
* rbac11 - add db_api tests
* rbac12 - add missing code for key auths

Co-authored-by: Roshan Syed <roshan.syed.rs@gmail.com>
Co-authored-by: sierra19XX <15652887+sierra19XX@users.noreply.github.com>

* Fix nft_get_token_uri returning empty string

* Fix nft_mint_evaluator to save token_uri

* Fix cli_wallet to properly pass metadata id for nft_create

* ppy marketplace 9 - FC_REFLECT offer create op

* Add stricter checks to NFTs

* GPOS2 HF - Handle rolling period on missing blocks (#369)

* Mainnet chain halt 5050 Issue (#370)

* Unlisting offers, add result in offer history object

* Reverting genesis.json wrong commit

* Add non-transferable non-sellable properties to NFTs

* Review comments - change variable names, use scoped enums

* nft_metadata_update changes

* NFT HF checks and op fee addition changes

* NFT make revenue_split integer from double

* revenue_split condition check allow zero or above

* Peerplays Marketplace + NFT (#367)

* ppy marketplace 1 - add evaluators and objects

* NFT object and basic operations

* ci: update .gitlab-ci.yml

* ci: update .gitlab-ci.yml

* NFT evaluators and basic tests, no evaluator checks

* Evaluator checks in place

* ppy marketplace 2 - batch sale, offer_object escrow

* Database API

* Wallet API

* NFT metadata implemented

* Fix NFT tests

* Database API for NFT metadata and enumerables

* ppy marketplace 4 - Add tests NFT+Marketplace

* ppy marketplace 5 - Add revenue split

* ppy marketplace 6 - Remove unnecessary files

* ppy marketplace 7 - Add db, wallet changes and some NFT fixes

* ppy marketplace 8 - Add pagination for list APIs

* New DB API, list all NFTs, list NFTs by owner

* Marketplace + NFT + RBAC (#368)

* rbac1 - evaluators and op validators added
* rbac2 - op_type hf checks
* rbac3 - tx auth verify changes
* Update .gitlab-ci.yml
* rbac4 - basic op tests
* rbac5 - clear expired and deleted permission linked auths
* rbac6 - more tests
* rbac7 - more tests
* rbac8 - more tests
* rbac9 - wallet and db api changes
* rbac10 - db api changes for required signature fetch
* rbac11 - add db_api tests
* rbac12 - add missing code for key auths

Co-authored-by: Roshan Syed <roshan.syed.rs@gmail.com>
Co-authored-by: sierra19XX <15652887+sierra19XX@users.noreply.github.com>

* Fix nft_get_token_uri returning empty string

* Fix nft_mint_evaluator to save token_uri

* Fix cli_wallet to properly pass metadata id for nft_create

* ppy marketplace 9 - FC_REFLECT offer create op

* Add stricter checks to NFTs

* Unlisting offers, add result in offer history object

* Reverting genesis.json wrong commit

* Add non-transferable non-sellable properties to NFTs

* Review comments - change variable names, use scoped enums

* nft_metadata_update changes

* NFT HF checks and op fee addition changes

* NFT make revenue_split integer from double

* revenue_split condition check allow zero or above

Co-authored-by: Srdjan Obucina <obucinac@gmail.com>
Co-authored-by: Roshan Syed <roshan.syed.rs@gmail.com>
Co-authored-by: obucina <11353193+obucina@users.noreply.github.com>

* Beatrice NFT HF

Co-authored-by: pbattu123 <43043205+pbattu123@users.noreply.github.com>
Co-authored-by: pbattu123 <p.battu@pbsa.info>
Co-authored-by: Srdjan Obucina <obucinac@gmail.com>
Co-authored-by: Roshan Syed <roshan.syed.rs@gmail.com>
Co-authored-by: obucina <11353193+obucina@users.noreply.github.com>
2020-08-11 01:42:59 +10:00
..
protocol NFT Marketplace HRP Beatrice Merge (#371) 2020-08-11 01:42:59 +10:00
account_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
account_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
affiliate_payout.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
assert_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
asset_evaluator.hpp Added new lottery_asset_create_operation 2019-08-09 13:01:57 -04:00
asset_object.hpp update variable type to uint64 2020-04-10 09:39:09 -03:00
balance_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
balance_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
betting_market_evaluator.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
betting_market_object.hpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
block_database.hpp Externalize serialization of blocks, tx, ops 2019-11-29 14:10:40 +03:00
block_summary_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
budget_record_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
buyback.hpp inital 2017-05-25 12:13:59 +03:00
buyback_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
chain_property_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
committee_member_evaluator.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
committee_member_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
confidential_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
confidential_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
config.hpp NFT Marketplace HRP Beatrice Merge (#371) 2020-08-11 01:42:59 +10:00
custom_account_authority_evaluator.hpp NFT Marketplace HRP Beatrice Merge (#371) 2020-08-11 01:42:59 +10:00
custom_account_authority_object.hpp NFT Marketplace HRP Beatrice Merge (#371) 2020-08-11 01:42:59 +10:00
custom_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
custom_permission_evaluator.hpp NFT Marketplace HRP Beatrice Merge (#371) 2020-08-11 01:42:59 +10:00
custom_permission_object.hpp NFT Marketplace HRP Beatrice Merge (#371) 2020-08-11 01:42:59 +10:00
database.hpp NFT Marketplace HRP Beatrice Merge (#371) 2020-08-11 01:42:59 +10:00
db_with.hpp inital 2017-05-25 12:13:59 +03:00
evaluator.hpp inital 2017-05-25 12:13:59 +03:00
event_evaluator.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
event_group_evaluator.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
event_group_object.hpp revert master changes that were brought in previous commit 2019-08-22 09:54:52 -03:00
event_object.hpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
exceptions.hpp Port plugin sanitization code 2019-12-03 15:17:45 +05:30
fba_accumulator_id.hpp inital 2017-05-25 12:13:59 +03:00
fba_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
fork_database.hpp check witness signature before adding block to fork db 2019-11-29 16:08:23 +05:30
game_object.hpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
genesis_state.hpp Externalized serialization in protocol library 2019-11-29 14:10:40 +03:00
get_config.hpp inital 2017-05-25 12:13:59 +03:00
global_betting_statistics_object.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
global_property_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
immutable_chain_parameters.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
impacted.hpp Merge pull request #1073 from xiangxn/merge-impacted 2019-12-31 00:22:51 +03:00
internal_exceptions.hpp inital 2017-05-25 12:13:59 +03:00
is_authorized_asset.hpp inital 2017-05-25 12:13:59 +03:00
lottery_evaluator.hpp lottery end implemented 2017-12-06 10:40:52 +03:00
market_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
market_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
match_object.hpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
nft_evaluator.hpp NFT Marketplace HRP Beatrice Merge (#371) 2020-08-11 01:42:59 +10:00
nft_object.hpp NFT Marketplace HRP Beatrice Merge (#371) 2020-08-11 01:42:59 +10:00
node_property_object.hpp inital 2017-05-25 12:13:59 +03:00
offer_evaluator.hpp NFT Marketplace HRP Beatrice Merge (#371) 2020-08-11 01:42:59 +10:00
offer_object.hpp NFT Marketplace HRP Beatrice Merge (#371) 2020-08-11 01:42:59 +10:00
operation_history_object.hpp Merge pull request #444 from oxarbitrage/elasticsearch 2019-12-30 21:09:24 +03:00
proposal_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
proposal_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
pts_address.hpp Externalized serialization in protocol library 2019-11-29 14:10:40 +03:00
rock_paper_scissors.hpp inital 2017-05-25 12:13:59 +03:00
special_authority.hpp inital 2017-05-25 12:13:59 +03:00
special_authority_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
sport_evaluator.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
sport_object.hpp Merged beatrice into 5050 2019-07-30 11:43:31 -04:00
tournament_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
tournament_object.hpp Adapt to variant API with max_depth argument 2019-08-28 15:42:21 +02:00
transaction_evaluation_state.hpp inital 2017-05-25 12:13:59 +03:00
transaction_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
transfer_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
vesting_balance_evaluator.hpp merge gpos to develop (#186) 2019-10-17 22:09:44 +05:30
vesting_balance_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
vote_count.hpp inital 2017-05-25 12:13:59 +03:00
withdraw_permission_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
withdraw_permission_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
witness_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
witness_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
witness_schedule_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00
witness_scheduler.hpp inital 2017-05-25 12:13:59 +03:00
witness_scheduler_rng.hpp inital 2017-05-25 12:13:59 +03:00
worker_evaluator.hpp inital 2017-05-25 12:13:59 +03:00
worker_object.hpp Externalized db objects 2019-11-29 14:10:40 +03:00