create account

Peak Open Projects - Update #7 by peak.open

View this thread on: hive.blogpeakd.comecency.com
· @peak.open ·
$28.42
Peak Open Projects - Update #7
This is an update on several developments related to Peak Open Projects.

![proposal_cover_7.png](https://files.peakd.com/file/peakd-hive/mozzie5/23uEzLpmsjzuhqsGPsKkkp2QtkmsGFEAsUC2WKmdxAdw5sKPADL9QhorQDDxYUmyghtDd.png)

The code for all projects developed and maintained as part of [our proposal](https://peakd.com/proposals/223) is available here: https://gitlab.com/peakd

*We do our best to open the repositories as soon as we consider the code to be stable enough and we have completed our initial brainstorm on the implementation.*

Some direct links to repositories already available:

* HiveHub.dev: https://gitlab.com/peakd/hivehub.dev
* Hive Node Beacon: https://gitlab.com/peakd/hive-node-beacon
* PeakD Hivemind Plugin: https://gitlab.com/peakd/peakd-hivemind-plugin
* Others coming soon

![div.png](https://files.peakd.com/file/peakd-hive/mozzie5/Eo1vTqKnBVeZz5H2tAZ8uu6um28SesjsB9d59L4bkpSr9UKyVRNYUdT5vRpCDrdGMtT.png)

### Market [HiveHub.dev module]
<sup>Developers: @igormuba, @asgarth. Feedback and suggestions: @jarvie</sup>
<sup>Repository: https://gitlab.com/peakd/hivehub.dev/-/tree/main/src/market</sup>

Our goal for the Hive internal marketplace is to create something that is very intuitive that has several tools to give the interface much more usability. We've been giving constant updates on the internal market while we were working on it in beta, and now it's here! 

While the swap interface is now out of beta we still always appreciate any feedback. The other more advanced modes are still being tested and improved.

You may now use the ``swap`` feature of Hive internal market interface on [HiveHub.Dev](https://hivehub.dev/market).

![Market interface on HiveHub Dev](https://files.peakd.com/file/peakd-hive/mozzie5/23tbCpBNqj74wSdNG2M16npagisHdqYgm2bPZHNsJobT9QAEBpyXZJJ8CgRDDBtyd9uMa.png)

Using the swap interface is pretty straightforward, you just have to login with keychain, fill out and double check the values accordingly and swap -- then you are good to go! You should not have to change slippage but if there is a lot of action on the chain and the transaction fails you may benefit from changing slippage to something higher.

Aside from the easy to use swap interface, there are also other features and data that are already available on the market page:
* Custom price feed for HIVE/USD and HBD/USD
* Last and Next trade ratios
* Setting maximum slippage
* HIVE per HBD and HBD per HIVE ratios
* Order Book Impact

_Note: Other features such as limit order are currently being worked on before we push it to the main HiveHub website._



**<u>Recent activities</u>:**
```
- Market swap made available on HiveHub main website
- Slippage options to guarantee order execution
- Order book [WIP]
- Trading View Chart [WIP]
- Limit orders tab [WIP]
```

---

### Explorer [HiveHub.dev module]
<sup>Developers: @yozen, @asgarth. Feedback and suggestions: @jarvie</sup>
<sup>Repository: https://gitlab.com/peakd/hivehub.dev/-/tree/main/src/explorer</sup>

The Explorer after previous updates has been tweaked to keep up with hardfork 1.26.0 and to ensure that users have a friendly and complete experience, but at the same time as personalized as possible.

We have been working on filters, adding details and info, and trying to improve the visual experience (including for those using small devices). 

![RC details in account header](https://files.peakd.com/file/peakd-hive/yozen/23tRvNFXo3Zh9J32yDesKeDwnUai93rVuU3PhYAQ7J4pAREG39aRQ8fV8myY33ckDPmdD.png)

**<u>Recent activities</u>:**
```
- Added dynamic filters on block page
- Added rendering for RC delegation operations
- Improved account header with usable HP details and RC totals
- Improve layout for small device [WIP] 
- Add filters on account page [WIP]
```

### Sting Messenger Protocol
<sup>Developers: @igormuba, @mirafun. Research and suggestions: @asgarth</sup>

We have started to invite community members to test the system and provide feedback to the programmer and allow for larger group and community chats. If you would like test please let us know. 

We really want other websites, community owners and applications to join the discussion so that they can give feedback about features they would need in the main protocol for when they integrate encrypted messaging into their application.

![progress1.png](https://files.peakd.com/file/peakd-hive/mirafun/23tcJh4p6LBkQEcdbcShUWD3WaFaokXbt3WgQvu8crA9ZDSTSdW4Y6cqLrM5sPaqmTj7F.png)

**<u>Recent activities</u>:**
```
- thread messages [COMPLETE]
- last read notifications per channel [COMPLETE]
- posting image links [COMPLETE]
- loading messages from history [COMPLETE]
- backend support for community channel write permissions based on Hive roles and titles [COMPLETE]
- community private encrypted channels [COMPLETE]
- community search, visit, join, leave community UI [COMPLETE]
- default themes, user themes, theme editor [COMPLETE]
```

### Notification System
<sup>Developers: @muwave, @asgarth. Research and suggestions: @jarvie</sup>

We are mostly complete with the backend and waiting the first projects to integrate. As they do, there may be suggestions or other Hive transaction requests. First project to create a UI is likely to be [PeakMonsters.com](https://peakmonsters.com/). The developer @muwave has moved to the multi-sig project for now.


### Multi-Sig
<sup>Developers: @muwave, @asgarth. Research and suggestions: @jarvie</sup>
We have started a new smaller project that will allow for signing some transactions that require multiple signatures. 

The main idea is to allow to share 1 account between multiple people. Imagine Alice and Bob have a shared account called @peak.double.sig. They can both add @peak.double.sig to their Keychain and use the account **independently**. This can be useful, but both of them have all the power to control the account. They share the account but they don't share the ability to control it, each of them can use it as they see fit.

_What if Alice wants to post something that Bob doesn’t agree with?_ She can do it, since she, as Bob, holds all the keys of the account.

Our project allows Alice and Bob to share the same account, but with equal rights. Decisions must be **made together**. We force this behavior by creating different private keys for Alice and Bob. This way, they can still add @peak.double.sig to their Keychain, but they can’t send a transaction unless the other one agrees. If Alice wants to publish a post, she can create the transaction and put it in our website. From there, she will sign it and a URL will be generated for her to share with Bob. Following the link Bob can review the transaction proposed by Alice and if he decides to sign it, the transaction will be automatically sent.

All of the above can be customized as you see fit: maybe you want to share the account with 3 people instead of 2, or maybe you want your signature to be more important than someone else's.  

We already have a working prototype and will continue to upgrade test and improve.  


![Multi-sig working prototype](https://files.peakd.com/file/peakd-hive/muwave/23tkhyVBKAyHAQ976BgPM54bsJ6oWzhbHSpzPxjmKB9gAF2ctjT9jkaR9DTBCD9ZZzWYx.png)


**<u>Recent activities</u>:**
```
-  Activate multisign [COMPLETE]
-  Sign transactions [COMPLETE]
-  UI [WIP]
```

### Hive Open Stats
<sup>Developers: @borislavzlatanov , @asgarth.</sup>

Some more stats have been added since the last update. The bulk of the work after that has been on the backend infrastructure to be able to deploy the project. More specifically, we have created a Docker container within which the stats app will run (similar setup to some other Hive software being developed). This will make it easier for others to host their own replica of the stats app.

We are eager to finish up this infrastructure work and get back to adding more stats, so that we can have a better overview of what is happening within Hive.

**<u>Recent activities</u>:**
```
-  Daily power-ups [COMPLETE]
-  Daily power-downs [COMPLETE]
-  Daily payouts from the Decentralized Hive Fund (excluding the hbdstabilizer) [COMPLETE]
-  Initial stats frontend interface [COMPLETE]
-  Containerize the app in Docker [COMPLETE]
-  Set up Caddy as a reverse proxy server to direct requests to the app [WIP]
```

### HIVE BEACON

We are creating a new feature to track RC costs after which Hive Stats project will work to keep a history of those costs. We are also adding a new node to Hive Beacon. More about these two updates in the next post.

---

![Selection_298.png](https://files.peakd.com/file/peakd-hive/peakd/w36DQpO7-Selection_298.png)

## How to support the @peakd project

**WORK WITH US**
If you're a project looking to integrate one of these tools message us.
If you're a developer looking for a part time open source project message us.


**WITNESS VOTE**
We have been voted as a top block producer on hive (aka "witness"). You can add your vote for us on the main [witness page](https://peakd.com/witnesses) our "witness" account is @steempeak 

VOTE HERE: https://peakd.com/witnesses

**OPEN PROJECTS PROPOSAL**
You can support our proposal to develop open source tools for the whole Hive community using one of the following links:

- PeakD: https://peakd.com/proposals/223
- Hive.blog: https://wallet.hive.blog/proposals
- Ecency: https://ecency.com/proposals/223
- Or directly on [Hivesigner](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B223%5D&approve=true)

**BENEFICIARY**
You can donate 5% of your Hive Reward Pool earnings to @peakd to help use improve the interface: [Turn on in settings](https://peakd.com/me/settings/general)

**SHARE IDEAS AND FEEDBACK**
We invite you to share and brainstorm some ideas with us:

- Share on posts #HiveLaunchpad or #PeakOpenProjects
- Reach out on [this discord channel](https://discord.gg/qfZDnKqT4a)
- Create a suggestion on our new feature voting site https://feedback.peakd.com -- use category "Peak Open Projects"

---

**The PeakD Team**
_About us: https://peakd.com/about_
[Discord](https://discord.gg/Fy3bca5_) - [Blog](https://peakd.com/@peakd) - [Twitter](https://twitter.com/peakdcom) - [LinkedIn](https://www.linkedin.com/company/peakd/)
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 79 others
πŸ‘Ž  
properties (23)
authorpeak.open
permlinkpeak-open-projects-update-7
categoryhive-139531
json_metadata"{"app":"peakd/2022.10.1","format":"markdown","description":"Updates on several Hive open source projects. Market swap feature is now available on HiveHub.","tags":["hivelaunchpad","peakopenprojects","peakd","peakprojects","proposal","hdf","dev","hive-dev","market","hive"],"users":["igormuba","asgarth.","jarvie","yozen","mirafun.","asgarth","muwave","peak.double.sig.","peak.double.sig","borislavzlatanov"],"image":["https://files.peakd.com/file/peakd-hive/mozzie5/23uEzLpmsjzuhqsGPsKkkp2QtkmsGFEAsUC2WKmdxAdw5sKPADL9QhorQDDxYUmyghtDd.png","https://files.peakd.com/file/peakd-hive/mozzie5/Eo1vTqKnBVeZz5H2tAZ8uu6um28SesjsB9d59L4bkpSr9UKyVRNYUdT5vRpCDrdGMtT.png","https://files.peakd.com/file/peakd-hive/mozzie5/23tbCpBNqj74wSdNG2M16npagisHdqYgm2bPZHNsJobT9QAEBpyXZJJ8CgRDDBtyd9uMa.png","https://files.peakd.com/file/peakd-hive/yozen/23tRvNFXo3Zh9J32yDesKeDwnUai93rVuU3PhYAQ7J4pAREG39aRQ8fV8myY33ckDPmdD.png","https://files.peakd.com/file/peakd-hive/mirafun/23tcJh4p6LBkQEcdbcShUWD3WaFaokXbt3WgQvu8crA9ZDSTSdW4Y6cqLrM5sPaqmTj7F.png","https://files.peakd.com/file/peakd-hive/muwave/23tkhyVBKAyHAQ976BgPM54bsJ6oWzhbHSpzPxjmKB9gAF2ctjT9jkaR9DTBCD9ZZzWYx.png","https://files.peakd.com/file/peakd-hive/peakd/w36DQpO7-Selection_298.png"]}"
created2022-10-18 15:15:21
last_update2022-10-18 15:15:21
depth0
children16
last_payout2022-10-25 15:15:21
cashout_time1969-12-31 23:59:59
total_payout_value14.226 HBD
curator_payout_value14.194 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10,209
author_reputation86,016,337,806,421
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,573,473
net_rshares46,872,997,375,622
author_curate_reward""
vote details (144)
@arcange ·
Dear @peak.open, sorry to jump in a bit off-topic.<br>May I ask you to review and support the new proposal (https://peakd.com/me/proposals/240) so I can continue to improve and maintain this service?<br>You can support the new proposal (#240) on [Peakd](https://peakd.com/me/proposals/240), [Ecency](https://ecency.com/proposals/240), [Hive.blog](https://wallet.hive.blog/proposals) or [using HiveSigner](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22240%22%5D&approve=true).<br><br>Thank you!
properties (22)
authorarcange
permlinknotify-peakopen-20221031151439
categoryhive-139531
json_metadata""
created2022-10-31 15:14:39
last_update2022-10-31 15:14:39
depth1
children0
last_payout2022-11-07 15:14: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_length516
author_reputation1,146,608,602,483,196
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,941,836
net_rshares0
@badbitch ·
$0.28
Would like to see the trading volume on the swap interface
πŸ‘  
properties (23)
authorbadbitch
permlinkre-peakopen-rjyl80
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.10.1"}
created2022-10-18 17:14:33
last_update2022-10-18 17:14:33
depth1
children0
last_payout2022-10-25 17:14:33
cashout_time1969-12-31 23:59:59
total_payout_value0.142 HBD
curator_payout_value0.142 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation335,849,012,769,687
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,576,530
net_rshares470,188,353,404
author_curate_reward""
vote details (1)
@mangowambo ·
$0.11
can someone maybe explain what's the difference from the Notification System
is or what is the main goal of it? don't we have already a hive based chat that peakd.com uses? (BeeChat)
πŸ‘  
properties (23)
authormangowambo
permlinkre-peakopen-rjz1wk
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.10.1"}
created2022-10-18 23:14:39
last_update2022-10-18 23:14:39
depth1
children1
last_payout2022-10-25 23:14:39
cashout_time1969-12-31 23:59:59
total_payout_value0.054 HBD
curator_payout_value0.054 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length182
author_reputation251,559,688,271
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,584,145
net_rshares179,532,641,656
author_curate_reward""
vote details (1)
@muwave ·
The main goal is to have a notification system built on the blockchain that supports layer 2 (like Splinterlands) and that is fully customizable by the user. This means that you can set it up to send you security alerts if someone tries to change your keys or you can even use it to be notified when someone sends you more than 15 SPS. You are in complete control and receive only the notifications you are actually interested in. You can think of it as the Friday discord bot, but it's build on the blockchain and can be integrated in any website.
πŸ‘  
properties (23)
authormuwave
permlinkre-mangowambo-rk01it
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.10.1"}
created2022-10-19 12:04:12
last_update2022-10-19 12:04:12
depth2
children0
last_payout2022-10-26 12:04: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_length548
author_reputation8,772,891,660
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,596,546
net_rshares139,406,173
author_curate_reward""
vote details (1)
@pnc ·
$0.42
Great to see Hive Peak Open Project unfold. Will join for testing and feedback. 
πŸ‘  
properties (23)
authorpnc
permlinkre-peakopen-20221018t221148291z
categoryhive-139531
json_metadata{"tags":["hivelaunchpad","peakopenprojects","peakd","peakprojects","proposal","hdf","dev","hive-dev","market","hive"],"app":"ecency/3.0.28-vision","format":"markdown+html"}
created2022-10-19 02:11:48
last_update2022-10-19 02:11:48
depth1
children0
last_payout2022-10-26 02:11:48
cashout_time1969-12-31 23:59:59
total_payout_value0.208 HBD
curator_payout_value0.208 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation31,743,007,487,651
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,586,381
net_rshares680,894,582,934
author_curate_reward""
vote details (1)
@poshtoken ·
$0.08
https://twitter.com/1468626746106789889/status/1584618836447629312
<sub> The rewards earned on this comment will go directly to the people( @iviaxpow3r ) sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
πŸ‘  
properties (23)
authorposhtoken
permlinkre-peakopen-peak-open-projects-update-739374
categoryhive-139531
json_metadata"{"app":"Poshtoken 0.0.1","payoutToUser":["iviaxpow3r"]}"
created2022-10-24 18:53:03
last_update2022-10-24 18:53:03
depth1
children0
last_payout2022-10-31 18:53:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.080 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length269
author_reputation5,301,647,448,776,104
root_title"Peak Open Projects - Update #7"
beneficiaries
0.
accountreward.app
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id117,743,887
net_rshares258,368,651,568
author_curate_reward""
vote details (1)
@steevc ·
$0.46
Great to see all this development going on. I use peakd all the time and love it.
πŸ‘  
properties (23)
authorsteevc
permlinkre-peakopen-rjyp1f
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.10.1"}
created2022-10-18 18:36:51
last_update2022-10-18 18:36:51
depth1
children0
last_payout2022-10-25 18:36:51
cashout_time1969-12-31 23:59:59
total_payout_value0.228 HBD
curator_payout_value0.227 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation1,378,013,192,442,570
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,578,434
net_rshares749,741,584,924
author_curate_reward""
vote details (1)
@stickupboys ·
$0.13
Good work, all looks cool!
πŸ‘  
properties (23)
authorstickupboys
permlinkre-peakopen-rjz4bf
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.10.1"}
created2022-10-19 00:06:51
last_update2022-10-19 00:06:51
depth1
children0
last_payout2022-10-26 00:06:51
cashout_time1969-12-31 23:59:59
total_payout_value0.065 HBD
curator_payout_value0.065 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation488,826,399,102,779
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,584,827
net_rshares215,235,304,651
author_curate_reward""
vote details (1)
@stickupboys ·
yo your discord link does not work!
properties (22)
authorstickupboys
permlinkre-peakopen-rjz4dx
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.10.1"}
created2022-10-19 00:08:21
last_update2022-10-19 00:08:21
depth1
children2
last_payout2022-10-26 00:08: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_length35
author_reputation488,826,399,102,779
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,584,837
net_rshares0
@mozzie5 ·
oops sorry for that! can you try this instead? https://discord.com/invite/Fy3bca5

Thanks!
properties (22)
authormozzie5
permlinkre-stickupboys-rk08y0
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.10.1"}
created2022-10-19 14:44:24
last_update2022-10-19 14:44:24
depth2
children1
last_payout2022-10-26 14:44:24
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_reputation21,648,632,295,678
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,600,406
net_rshares0
@stickupboys ·
Awesome! Keep up the good work
properties (22)
authorstickupboys
permlinkre-mozzie5-rk0eds
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.10.1"}
created2022-10-19 16:41:54
last_update2022-10-19 16:41:54
depth3
children0
last_payout2022-10-26 16:41: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_length30
author_reputation488,826,399,102,779
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,603,458
net_rshares0
@tobetada ·
@tipu curate
properties (22)
authortobetada
permlinkre-peakopen-rjyro7
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.10.1"}
created2022-10-18 19:33:36
last_update2022-10-18 19:33:36
depth1
children1
last_payout2022-10-25 19:33: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_length12
author_reputation597,301,191,547,360
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,579,594
net_rshares0
@tipu ·
<a href="https://tipu.online/hive_curator?tobetada" target="_blank">Upvoted  &#128076;</a> (Mana: 7/47) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
properties (22)
authortipu
permlinkre-re-peakopen-rjyro7-20221018t193340z
categoryhive-139531
json_metadata"{"app": "beem/0.24.26"}"
created2022-10-18 19:33:39
last_update2022-10-18 19:33:39
depth2
children0
last_payout2022-10-25 19:33: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_length215
author_reputation55,913,510,651,708
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,579,596
net_rshares0
@tydynrain ·
$0.58
Fantastic work y'all! I can't wait to see the changes once they are rolled out! I'd love to help test Sting messaging. πŸ™ πŸ’š 
πŸ‘  ,
properties (23)
authortydynrain
permlinkre-peakopen-20221018t7911770z
categoryhive-139531
json_metadata{"tags":["hive-139531","hivelaunchpad","peakopenprojects","peakd","peakprojects","proposal","hdf","dev","hive-dev","market","hive"],"app":"ecency/3.0.34-mobile","format":"markdown+html"}
created2022-10-18 17:09:12
last_update2022-10-18 17:09:12
depth1
children2
last_payout2022-10-25 17:09:12
cashout_time1969-12-31 23:59:59
total_payout_value0.289 HBD
curator_payout_value0.289 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length123
author_reputation201,470,507,133,244
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,576,402
net_rshares954,223,547,899
author_curate_reward""
vote details (2)
@peakd ·
jump onto the discord 
properties (22)
authorpeakd
permlinkre-tydynrain-rk27q1
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.10.1"}
created2022-10-20 16:13:18
last_update2022-10-20 16:13:18
depth2
children1
last_payout2022-10-27 16:13: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_length23
author_reputation314,626,685,946,846
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,631,045
net_rshares0
@tydynrain ·
OK, will do! Thank you! πŸ™ πŸ’š 
properties (22)
authortydynrain
permlinkre-peakd-20221020t711550z
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"ecency/3.0.34-mobile","format":"markdown+html"}
created2022-10-20 17:11:54
last_update2022-10-20 17:11:54
depth3
children0
last_payout2022-10-27 17:11: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_length28
author_reputation201,470,507,133,244
root_title"Peak Open Projects - Update #7"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,632,181
net_rshares0