create account

How the Gravity Protocol Team Implements a Security Development Lifecycle by gravity-protocol

View this thread on: hive.blogpeakd.comecency.com
· @gravity-protocol · (edited)
$412.32
How the Gravity Protocol Team Implements a Security Development Lifecycle
https://photos-3.dropbox.com/t/2/AAC4K6TWtZ_6LCdf0Sz4J0ZqEW_VVtZzAPGaVhWkNYyeXg/12/358396003/jpeg/32x32/3/1528434000/0/2/gravity-15_security.jpg/EL-hiwMY_rdHIAIoAg/_2UdS_u7I6zq1hExm4FeU7UkgApADjRp_mxLlII_l1M?dl=0&size=1280x960&size_mode=3

## Ensuring the security of a blockchain network

Recent security incidents with the [DAO](https://www.coindesk.com/dao-attacked-code-issue-leads-60-million-ether-theft/), [Ethereum Krypton 51% attack](https://cryptohustle.com/krypton-recovers-from-a-new-type-of-51-network-attack), and “epic” vulnerabilities discovered in EOS  by Chinese security researchers at [Qihoo 360](http://blogs.360.cn/blog/eos-node-remote-code-execution-vulnerability/) (luckily [fixed](https://github.com/EOSIO/eos/issues/3498)) once again tell us that security concerns are paramount for open blockchain networks supported by communities.
First of all, we need to understand – “What is security?” The CIA security triad model, composed of three areas; **(1) Confidentiality, (2) Integrity and (3) Availability** will be referenced throughout this paper.

**According to the National Institute of Standards and Technology (NIST):**

* **Confidentiality** refers to [“The property that sensitive information is not disclosed to unauthorized individuals, entities, or processes”](http://nvlpubs.nist.gov/nistpubs/ir/2013/NIST.IR.7298r2.pdf);
* **Integrity** is defined as the [“guarding against improper information modification or destruction, and includes ensuring information non-repudiation and authenticity”](http://nvlpubs.nist.gov/nistpubs/ir/2013/NIST.IR.7298r2.pdf).
* **Availability** references the concept of [“ensuring timely and reliable access to and use of information”](http://nvlpubs.nist.gov/nistpubs/ir/2013/NIST.IR.7298r2.pdf)

What does it take to ensure security in your software system? It means that your engineering team has a certain level of maturity and implements rigorous Secure Software Development Lifecycle ([S-SDLC](https://resources.sei.cmu.edu/asset_files/WhitePaper/2013_019_001_297287.pdf)). 

The S-SDLC process ensures that security assurance activities such as code review, architecture analysis, and attack modelling, are an integral part of the development effort. The main advantages of pursuing a Secure SDLC approach with regards to an open blockchain are:

* Increased quality and security of software as security is a continuous concern.
* Awareness of security considerations by stakeholders and the community.
* Early detection of flaws and vulnerabilities in the system.
* Overall reduction of intrinsic business risks for the community.

Since Gravity Protocol is an open blockchain offering [solutions](https://steemit.com/blockchain/@gravity-protocol/gravity-ecosystem-participants) for small and medium businesses, secure software is our highest priority.

### The Gravity Protocol team follows a development process similar to Microsoft Security Development Lifecycle ([SDL](https://www.microsoft.com/en-us/sdl/default.aspx)), which comprises the following stages:

**1) Training:** We have experienced engineers on board, all of which are masters of secure design, threat modeling, secure coding, and security testing best practices.

**2) Requirements:** We’ve established security requirements and performed security and privacy risk assessment. The following types of attacks were identified:

* 51% Attacks.
* DDoS Attacks.
* Attacks through gaining profit from fake activity.

The first type of  attacks is only [theoretically possible](https://www.reddit.com/r/ethereum/comments/854zmo/how_does_pos_prevent_a_51_attack/) for PoS consensus algorithms in general and for our DPoI algorithm in particular.  The second type of attacks is more or less addressed by blockchain architecture. We will focus on the third, which is specific to Gravity Protocol since it implements the [Adaptive Emission feature](https://steemit.com/blockchain/@gravity-protocol/adaptive-emission-making-blockchain-economy-real). In our view, Adaptive Emission is one more way to incentivize network participants’ activity. The scenario for “fake activity attack” is as follows:  

**There exists a chance that a user or a group of users begin to imitate activity, e.g. by passing one coin between several affiliated accounts and gaining the profit from the dynamic emission.**

**3. Design:** Gravity Protocol is a fork of the Graphene platform, which has proven to be secure in various implementations. As for a“fake activity attack”, a preventive measure that can be taken is by regulating the cost of transactions. At the same time, it should be highlighted that DPoI consensus algorithm (used by Gravity Protocol) already has some necessary features to protect the system against imitated activity. In particular, the algorithm takes into account both the transactional activity index for each client and their stake volume. Discovering clusters in a transaction graph is another means of managing affiliated accounts in such a way as to protect the network against fraudulent activity.

**4) Implementation:** Our engineering team performs rigorous static analysis and security checks prior to compilation.

**5) Verification:** The verification of Gravity Protocol software starts with the modelling of various attack scenarios with modules of DPoI and Dynamic Emission calculation. This modelling is performed by our mathematician **Alexey Prokopov** and data scientist **Svetlana Ivina**. The results of this modelling will be published soon, (see our upcoming publications). Our team designed an extensive bundle of automatic tests, which run on our private testnet prior to deployment to public testnet. We also introduce gamification to our verification process and very soon we will announce **The Battle of the Bots** in our testnet. This game is targeted at discovering security breaches in our software.

**6) Release:** To provide Final Security Review we asked Qiwi Blockchain Technologies for an independent audit of our network. We are going to reveal main highlights of this audit in an upcoming publication.

**7) Response:** Gravity Protocol software implements extensive logging and monitoring to enable the prompt discovery of potential attackers. We provide detailed instructions for individuals running our nodes about how to run/backup/resync the nodes.

**We hope that our efforts and focus on the creation of a quality and secure software will help us in building great community and establish firm ground for an ecosystem of valuable services and applications for small and medium businesses.**

*by Alexander Lesnevsky*

# 📢 Gravity Launches Public Testnet

[Come to our testnet and break our toys!](https://steemit.com/blockchain/@gravity-protocol/break-our-net-gravity-launches-public-testnet)
[Gravity Testnet Instructions Set](https://steemit.com/blockchain/@gravity-protocol/gravity-testnet-instructions-set)

# Want to join our team? 

[Gravity Protocol is hiring!](https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-needs-you)

# See the previous articles

[Gravity Protocol Intro](https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-intro)
[Gravity Protocol Roadmap](https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-roadmap)
[A Deeper Look Into Dan Larimer’s radio](https://steemit.com/blockchain/@gravity-protocol/a-deeper-look-into-dan-larimer-s-radio-analogy-to-explain-index-of-importance)
[Gravity Protocol initial distribution](https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-initial-distribution-including-airdrops)
[Adaptive Emission: Making Blockchain Economy Real](https://steemit.com/blockchain/@gravity-protocol/adaptive-emission-making-blockchain-economy-real)
[Gravity IPFS: Off-chain Data Storage](https://steemit.com/blockchain/@gravity-protocol/gravity-ipfs-off-chain-data-storage)
[Gravity: Ecosystem Participants](https://steemit.com/blockchain/@gravity-protocol/gravity-ecosystem-participants)
[Gravity: Stablecoin Solutions](https://steemit.com/blockchain/@gravity-protocol/gravity-stablecoin-solutions)

# Follow Us

Website: http://gravity.io
BitsharesTalk: https://bitsharestalk.org/index.php?board=122.0 
Bitcointalk: https://bitcointalk.org/index.php?topic=4189531.0
Telegram channel: https://t.me/gravityprotocol
Telegram dev chat: https://t.me/gravity_protocol
Blog: https://steemit.com/@gravity-protocol
Blog: https://medium.com/@gravityprotocol
Twitter: https://twitter.com/protocolgravity
Discord: https://discord.gg/bcavmUg
Linkedin: https://www.linkedin.com/company/gravity-foundation/
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 934 others
👎  ,
properties (23)
authorgravity-protocol
permlinkhow-the-gravity-protocol-team-implements-a-security-development-lifecycle
categoryblockchain
json_metadata{"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"links":["https://www.coindesk.com/dao-attacked-code-issue-leads-60-million-ether-theft/","https://cryptohustle.com/krypton-recovers-from-a-new-type-of-51-network-attack","http://blogs.360.cn/blog/eos-node-remote-code-execution-vulnerability/","https://github.com/EOSIO/eos/issues/3498","http://nvlpubs.nist.gov/nistpubs/ir/2013/NIST.IR.7298r2.pdf","https://resources.sei.cmu.edu/asset_files/WhitePaper/2013_019_001_297287.pdf","https://steemit.com/blockchain/@gravity-protocol/gravity-ecosystem-participants","https://www.microsoft.com/en-us/sdl/default.aspx","https://www.reddit.com/r/ethereum/comments/854zmo/how_does_pos_prevent_a_51_attack/","https://steemit.com/blockchain/@gravity-protocol/adaptive-emission-making-blockchain-economy-real","https://steemit.com/blockchain/@gravity-protocol/break-our-net-gravity-launches-public-testnet","https://steemit.com/blockchain/@gravity-protocol/gravity-testnet-instructions-set","https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-needs-you","https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-intro","https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-roadmap","https://steemit.com/blockchain/@gravity-protocol/a-deeper-look-into-dan-larimer-s-radio-analogy-to-explain-index-of-importance","https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-initial-distribution-including-airdrops","https://steemit.com/blockchain/@gravity-protocol/gravity-ipfs-off-chain-data-storage","https://steemit.com/blockchain/@gravity-protocol/gravity-stablecoin-solutions","http://gravity.io","https://bitsharestalk.org/index.php?board=122.0","https://bitcointalk.org/index.php?topic=4189531.0","https://t.me/gravityprotocol","https://t.me/gravity_protocol","https://steemit.com/@gravity-protocol","https://medium.com/@gravityprotocol","https://twitter.com/protocolgravity","https://discord.gg/bcavmUg","https://www.linkedin.com/company/gravity-foundation/"],"app":"steemit/0.1","format":"markdown","image":["https://photos-3.dropbox.com/t/2/AAC4K6TWtZ_6LCdf0Sz4J0ZqEW_VVtZzAPGaVhWkNYyeXg/12/358396003/jpeg/32x32/3/1528434000/0/2/gravity-15_security.jpg/EL-hiwMY_rdHIAIoAg/_2UdS_u7I6zq1hExm4FeU7UkgApADjRp_mxLlII_l1M?dl=0&size=1280x960&size_mode=3"]}
created2018-06-08 00:10:24
last_update2018-06-08 00:12:18
depth0
children25
last_payout2018-06-15 00:10:24
cashout_time1969-12-31 23:59:59
total_payout_value312.384 HBD
curator_payout_value99.935 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,576
author_reputation47,454,528,144,099
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,765,043
net_rshares152,851,993,446,720
author_curate_reward""
vote details (1000)
@alelerdici ·
Dear users of Reddit, I want to recommend you MassCoinApp - the best application for real traders.
It will help you to check the rate of cryptocurrency in desktop mode with real comfort.

Link to read full info and download: masscoinapp.com
👎  ,
properties (23)
authoralelerdici
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180610t164302608z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-10 16:43:12
last_update2018-06-10 16:43:12
depth1
children1
last_payout2018-06-17 16:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length240
author_reputation-790,378,343,619
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,165,346
net_rshares-74,334,119,192
author_curate_reward""
vote details (2)
@abusereports ·
$0.92
@alelerdici you're on the @abusereports naughty list!<br><br>**Bad Steemian! Bad!**
👍  ,
properties (23)
authorabusereports
permlinkabusereports-re-alelerdicire-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180610t164302608z
categoryblockchain
json_metadata""
created2018-06-10 16:43:21
last_update2018-06-10 16:43:21
depth2
children0
last_payout2018-06-17 16:43:21
cashout_time1969-12-31 23:59:59
total_payout_value0.691 HBD
curator_payout_value0.227 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation199,407,425,243,286
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,165,364
net_rshares348,227,134,837
author_curate_reward""
vote details (2)
@anealireki ·
Want to start trading with comfort?
https://masscoinapp.com/ - the best thing for it.
Read the description on the main page!
properties (22)
authoranealireki
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180609t114433599z
categoryblockchain
json_metadata{"tags":["blockchain"],"links":["https://masscoinapp.com/"],"app":"steemit/0.1"}
created2018-06-09 15:44:36
last_update2018-06-09 15:44:36
depth1
children0
last_payout2018-06-16 15:44:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length124
author_reputation-789,520,197,712
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,010,218
net_rshares0
@arcange ·
Congratulations @gravity-protocol!
Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20180608) in the following categories:

* Upvotes - Ranked 2 with 1100 upvotes
* Pending payout - Ranked 4 with $ 570,07
properties (22)
authorarcange
permlinkre-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t180047000z
categoryblockchain
json_metadata""
created2018-06-09 16:04:06
last_update2018-06-09 16:04:06
depth1
children0
last_payout2018-06-16 16:04:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length265
author_reputation1,146,606,639,109,506
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,012,688
net_rshares0
@ayubkarimi587 ·
This service is necessary for all cryptos, security is the most important issue regarding cryptocurrency.
properties (22)
authorayubkarimi587
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t173502988z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-08 17:35:06
last_update2018-06-08 17:35:06
depth1
children0
last_payout2018-06-15 17:35:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation14,560,825,721
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,879,767
net_rshares0
@bastasie ·
Thanks for sharing, taking care of security seemlessly is very important
properties (22)
authorbastasie
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t183723236z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-08 18:37:27
last_update2018-06-08 18:37:27
depth1
children0
last_payout2018-06-15 18:37:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation137,556,012
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,887,068
net_rshares0
@boomerang ·
This post has received a 82.66 % upvote from @boomerang.
properties (22)
authorboomerang
permlinkre-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t021449
categoryblockchain
json_metadata""
created2018-06-08 02:14:51
last_update2018-06-08 02:14:51
depth1
children0
last_payout2018-06-15 02:14:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation1,273,205,827,891
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,777,516
net_rshares0
@drhushchak ·
Share pls

https://steemit.com/privacy/@drhushchak/an-investment-in-bitcoin-private-why-should-you
properties (22)
authordrhushchak
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180609t113120170z
categoryblockchain
json_metadata{"tags":["blockchain"],"links":["https://steemit.com/privacy/@drhushchak/an-investment-in-bitcoin-private-why-should-you"],"app":"steemit/0.1"}
created2018-06-09 11:31:21
last_update2018-06-09 11:31:21
depth1
children0
last_payout2018-06-16 11:31:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation201,959,927
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,979,876
net_rshares0
@eddyc ·
Information well put, hope it attracts new sympathizers, after all security is the future.

Success!
properties (22)
authoreddyc
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t192825064z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-08 19:28:42
last_update2018-06-08 19:28:42
depth1
children0
last_payout2018-06-15 19:28:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation16,199,081,849
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,892,726
net_rshares0
@geovanny1000 ·
NO SE SI LOS DEMÁS LEYERON LO QUE ESCRIBES... PERO YO  QUIERO FORMAR PARTE DE ESTE EQUIPO...PERO QUIERO QUE ME AYUDEN... QUIERO APRENDER...
https://images.cooltext.com/5156511.gif
properties (22)
authorgeovanny1000
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t031654597z
categoryblockchain
json_metadata{"tags":["blockchain"],"image":["https://images.cooltext.com/5156511.gif"],"app":"steemit/0.1"}
created2018-06-08 20:14:51
last_update2018-06-08 20:14:51
depth1
children0
last_payout2018-06-15 20:14:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length179
author_reputation58,512,038,636
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,897,631
net_rshares0
@jfitmisc · (edited)
$0.22
You spelled out well your value, add solution. I hope your method is super effective against attacks. Have you tried to court the EOS team to use your service?
<blockquote>
51% Attacks.
DDoS Attacks.
Attacks through gaining profit from fake activity
</blockquote>

These are probably the most important issues you outlined. 51% attacks have happened as you mentioned on Ethereum back in the day and are still possible, hell maybe one day if a supercomputer big enough could possibly do it to Bitcoin. It's crazy the fake spending that was done on Zcash. I'm sure with your method you could of prevented these. Thanks for the share!
👍  ,
properties (23)
authorjfitmisc
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t020856090z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-08 02:08:54
last_update2018-06-08 02:09:21
depth1
children1
last_payout2018-06-15 02:08:54
cashout_time1969-12-31 23:59:59
total_payout_value0.210 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length631
author_reputation2,942,417,868,522
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,776,887
net_rshares83,525,275,876
author_curate_reward""
vote details (2)
@gravity-protocol ·
Thank you! Graphene-based chains are not susceptible to this type of attack (51% Attacks).
properties (22)
authorgravity-protocol
permlinkre-jfitmisc-re-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180609t203833278z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-09 20:38:36
last_update2018-06-09 20:38:36
depth2
children0
last_payout2018-06-16 20:38:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation47,454,528,144,099
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,045,152
net_rshares0
@lebey1 ·
$0.11
I think your gravity team are on to something great and pleasant..  It's cool and nice.   I have utmost belief that's your method will work..  I just wanna ask if some from Nigeria can be employed also  to work with gravity protocol @gravity-protocol
👍  ,
properties (23)
authorlebey1
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t084309881z
categoryblockchain
json_metadata{"tags":["blockchain"],"users":["gravity-protocol"],"app":"steemit/0.1"}
created2018-06-08 08:43:18
last_update2018-06-08 08:43:18
depth1
children2
last_payout2018-06-15 08:43:18
cashout_time1969-12-31 23:59:59
total_payout_value0.086 HBD
curator_payout_value0.026 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length250
author_reputation89,357,875,535,318
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,817,786
net_rshares41,481,284,367
author_curate_reward""
vote details (2)
@gravity-protocol ·
https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-needs-you
And we're announcing a referral program soon.
👍  
properties (23)
authorgravity-protocol
permlinkre-lebey1-re-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180609t204043810z
categoryblockchain
json_metadata{"tags":["blockchain"],"links":["https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-needs-you"],"app":"steemit/0.1"}
created2018-06-09 20:40:45
last_update2018-06-09 20:40:45
depth2
children1
last_payout2018-06-16 20:40:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation47,454,528,144,099
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,045,451
net_rshares170,984,956
author_curate_reward""
vote details (1)
@lebey1 ·
That's cool
👍  ,
properties (23)
authorlebey1
permlinkre-gravity-protocol-re-lebey1-re-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180610t004532633z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-10 00:45:36
last_update2018-06-10 00:45:36
depth3
children0
last_payout2018-06-17 00:45:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation89,357,875,535,318
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,069,651
net_rshares653,397,203
author_curate_reward""
vote details (2)
@masterplayer ·
Super content waiting for next posts, great to read and watching greetings
properties (22)
authormasterplayer
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180609t125849865z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-09 12:58:48
last_update2018-06-09 12:58:48
depth1
children0
last_payout2018-06-16 12:58:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation3,861,585,887
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,989,747
net_rshares0
@matze187 ·
an very interestinng projeckt.
wish them some luck!
👍  
properties (23)
authormatze187
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t143926174z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-08 14:39:27
last_update2018-06-08 14:39:27
depth1
children0
last_payout2018-06-15 14:39:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation193,678,173
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,857,616
net_rshares347,546,386
author_curate_reward""
vote details (1)
@naconc ·
This is an interesting topic, Excellent, THANKS for sharing!
properties (22)
authornaconc
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t015209288z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-08 01:51:03
last_update2018-06-08 01:51:03
depth1
children0
last_payout2018-06-15 01:51:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation48,184,043,660
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,775,090
net_rshares0
@petertomas ·
$0.11
I always stop by here my friend, for your publications to learn from you and the way you do the post ... Thanks for such a good contribution, from #venezuela support your work my friend ... greetings <3
@gravity-protocol
👍  
properties (23)
authorpetertomas
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t025613790z
categoryblockchain
json_metadata{"tags":["blockchain","venezuela"],"users":["gravity-protocol"],"app":"steemit/0.1"}
created2018-06-08 02:25:12
last_update2018-06-08 02:25:12
depth1
children1
last_payout2018-06-15 02:25:12
cashout_time1969-12-31 23:59:59
total_payout_value0.083 HBD
curator_payout_value0.026 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length220
author_reputation101,466,805,085
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,778,581
net_rshares40,564,242,117
author_curate_reward""
vote details (1)
@gravity-protocol · (edited)
Thank you for your attention.
properties (22)
authorgravity-protocol
permlinkre-petertomas-re-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180609t204252933z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-09 20:42:54
last_update2018-06-09 20:43:45
depth2
children0
last_payout2018-06-16 20:42:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation47,454,528,144,099
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,045,701
net_rshares0
@saraheasy ·
Security is  most important of life
properties (22)
authorsaraheasy
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t070040512z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-08 07:00:39
last_update2018-06-08 07:00:39
depth1
children0
last_payout2018-06-15 07:00:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation578,359,268,473
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,806,809
net_rshares0
@sumeet5 ·
very intrested topic
properties (22)
authorsumeet5
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t091524800z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-08 09:15:33
last_update2018-06-08 09:15:33
depth1
children0
last_payout2018-06-15 09:15:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation0
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,821,115
net_rshares0
@teenovision ·
If your methods can prevent the hackers than nothing like it so many people are invested security is a big concern
properties (22)
authorteenovision
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t031157304z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-08 03:12:21
last_update2018-06-08 03:12:21
depth1
children0
last_payout2018-06-15 03:12:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length114
author_reputation1,282,682,099,259
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,783,185
net_rshares0
@upmewhale ·
re-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t031327276z
You got a 58.82% upvote from @upmewhale courtesy of @gravity-protocol!

Earn 100% earning payout by delegating SP to @upmewhale. Visit http://www.upmewhale.com for details!
properties (22)
authorupmewhale
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t031327276z
categoryblockchain
json_metadata{"app":"postpromoter/2.0.0"}
created2018-06-08 03:13:27
last_update2018-06-08 03:13:27
depth1
children0
last_payout2018-06-15 03:13:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length173
author_reputation28,704,887,249,463
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,783,332
net_rshares0
@yhonpulvirenti ·
Muy interesante información. Excelente
👍  
properties (23)
authoryhonpulvirenti
permlinkre-gravity-protocol-how-the-gravity-protocol-team-implements-a-security-development-lifecycle-20180608t045832244z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-08 04:59:18
last_update2018-06-08 04:59:18
depth1
children0
last_payout2018-06-15 04:59:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation3,669,399,295
root_title"How the Gravity Protocol Team Implements a Security Development Lifecycle"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,793,909
net_rshares454,257,331
author_curate_reward""
vote details (1)