Merge beatrice only changes into develop
Merge beatrice only changes into develop
This commit is contained in:
commit
abe17869f3
9 changed files with 13 additions and 9 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
include:
|
include:
|
||||||
- template: Code-Quality.gitlab-ci.yml
|
- template: Code-Quality.gitlab-ci.yml
|
||||||
|
- template: Dependency-Scanning.gitlab-ci.yml
|
||||||
|
- template: License-Scanning.gitlab-ci.yml
|
||||||
|
- template: SAST.gitlab-ci.yml
|
||||||
|
- template: Secret-Detection.gitlab-ci.yml
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@ WORKDIR /peerplays-core
|
||||||
# Compile Peerplays
|
# Compile Peerplays
|
||||||
RUN \
|
RUN \
|
||||||
BOOST_ROOT=$HOME/boost_1_67_0 && \
|
BOOST_ROOT=$HOME/boost_1_67_0 && \
|
||||||
|
git submodule sync --recursive && \
|
||||||
git submodule update --init --recursive && \
|
git submodule update --init --recursive && \
|
||||||
mkdir build && \
|
mkdir build && \
|
||||||
mkdir build/release && \
|
mkdir build/release && \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// 5050_1 HARDFORK Thursday, 16 April 2020 19:00:00 GMT
|
// 5050_1 HARDFORK Wednesday, 15 April 2020 20:00:00 GMT
|
||||||
#ifndef HARDFORK_5050_1_TIME
|
#ifndef HARDFORK_5050_1_TIME
|
||||||
#define HARDFORK_5050_1_TIME (fc::time_point_sec( 1587063600 ))
|
#define HARDFORK_5050_1_TIME (fc::time_point_sec( 1586980800 ))
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// NFT HARDFORK Wednesday, 20-May-20 00:00:00 UTC
|
// NFT HARDFORK Sat, 15-Aug-20 00:00:00 UTC
|
||||||
#ifndef HARDFORK_NFT_TIME
|
#ifndef HARDFORK_NFT_TIME
|
||||||
#define HARDFORK_NFT_TIME (fc::time_point_sec( 1589932800 ))
|
#define HARDFORK_NFT_TIME (fc::time_point_sec( 1597449600 ))
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -146,4 +146,3 @@ FC_REFLECT( graphene::chain::nft_mint_operation, (fee) (payer) (nft_metadata_id)
|
||||||
FC_REFLECT( graphene::chain::nft_safe_transfer_from_operation, (fee) (operator_) (from) (to) (token_id) (data) (extensions) )
|
FC_REFLECT( graphene::chain::nft_safe_transfer_from_operation, (fee) (operator_) (from) (to) (token_id) (data) (extensions) )
|
||||||
FC_REFLECT( graphene::chain::nft_approve_operation, (fee) (operator_) (approved) (token_id) (extensions) )
|
FC_REFLECT( graphene::chain::nft_approve_operation, (fee) (operator_) (approved) (token_id) (extensions) )
|
||||||
FC_REFLECT( graphene::chain::nft_set_approval_for_all_operation, (fee) (owner) (operator_) (approved) (extensions) )
|
FC_REFLECT( graphene::chain::nft_set_approval_for_all_operation, (fee) (owner) (operator_) (approved) (extensions) )
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue