Browse Source

update post

master
onryo 4 months ago
parent
commit
0180a84948
  1. 13
      hush-community-grant-lucretius/index.html
  2. 2
      index.html

13
hush-community-grant-lucretius/index.html

@ -9,7 +9,7 @@
/>
<link rel="shortcut icon" href="../favicon_hush_x256.ico" />
<link rel="stylesheet" href="../css/style.css?=v2" />
<title>Hush Community Grant</title>
<title>Hush Community Grant #0</title>
</head>
<body>
@ -156,19 +156,20 @@
<section class="section-default">
<article class="blog-post-item2">
<h2>Hush Community Grant #0</h2>
<p>We are thrilled to announce that <a href="https://git.hush.is/lucretius">lucretius</a> has been granted with 10800 HUSH for its work on the latest SilentDragonLite releases. It includes Instant HushChat that has mempool integration, notes automation that guarantees instant messaging experience and various bug fixes.</p>
<p>For the last 3 months Hush Team was focusing on the most important release for Hush Lite wallet called SilentDragonLite, in the past SilentDragonLite didn't have an ability to read mempool transactions (transactions not yet confirmed in the blockchain) hence Instant HushChat messaging wasn't possible. Every Hush message sent via HushChat is a transaction, for this reason, if Alice sends a message to Bob, Bob's Lite client needs to know how to read mempool transactions.</p>
<p>We are thrilled to announce that lucretius was granted with 10800 HUSH for its work on the latest SilentDragonLite releases. It includes Instant HushChat that has mempool integration, notes automation that guarantees instant messaging experience and various bug fixes.</p>
<p>For the last 3 months Hush Team has been focusing on the most important releases related to SilentDragonLite, in the past SilentDragonLite didn't have an ability to read mempool transactions (transactions not yet confirmed in the blockchain) hence Instant HushChat messaging wasn't possible. Every Hush message sent via HushChat is a transaction, for this reason, if Alice sends a message to Bob, Bob's Lite client needs to know how to read mempool transactions.</p>
<p>Mempool integration was introduced by lucretius in <a href="https://git.hush.is/hush/SilentDragonLite/pulls/126">#126</a>.</p>
<p>However it wasn't enough. Usually, if not always, users tend to create new wallets to use HushChat, we found that if a user has one address with no history and just one deposit (one unspent output) only one message can be sent instantly while the second message can be delivered after the first being confirmed, so there is an unspent output to spend. For this reason, we introduced Hush Notes that are automatically generated during SDL usage. Hush Notes divide one unspent output into 7 additional outputs, this way it is possible to send messages in bulk. Notes automation code was merged in <a href="https://git.hush.is/hush/SilentDragonLite/pulls/139">#139</a>.</p>
<p>However it wasn't enough. Usually, if not always, users tend to create new wallets for HushChat, we found that if a user has one address with no history and just one deposit (one unspent output) only one message can be sent instantly while the second message can be delivered after the first being confirmed, so there is an unspent output to spend. For this reason, we introduced Hush Notes that are automatically generated during SDL usage. Hush Notes divide one unspent output into 7 additional outputs, this way it is possible to send messages in bulk.</p>
<p>Notes automation code was merged in <a href="https://git.hush.is/hush/SilentDragonLite/pulls/139">#139</a>.</p>
<img src="../graphics/features/hushchat0.png" width="1300" alt="HushChat dialog">
<p>The next step was is to make sure notes automation was used only when users deal with HushChat, SilentDragonLite can be used for storing funds without interacting with HushChat at all, therefore, starting from <a href="https://git.hush.is/hush/SilentDragonLite/pulls/146">#146</a> notes are created when users send a Contact Request or use HushChat messaging.</p>
<p>The next step was to make sure notes automation are used only when users deal with HushChat, SilentDragonLite can be used for storing funds without interacting with HushChat at all, therefore, starting from <a href="https://git.hush.is/hush/SilentDragonLite/pulls/146">#146</a> notes are created when users send a Contact Request or use HushChat messaging.</p>
<p>Bug fixes and features:</p>
<ul>
<li>Add Sticky Server and Note Automation as GUI checkbox in the settings: <a href="https://git.hush.is/hush/SilentDragonLite/pulls/145">#145</a></li>
<li>Fix for the getRandomServer() function: <a href="https://git.hush.is/hush/SilentDragonLite/issues/144">#144</a></li>
<li>Add custom Fee: <a href="https://git.hush.is/hush/SilentDragonLite/pulls/146">#146</a></li>
</ul>
<p>It is good to mention that lucretius has never asked Hush Team for any payments for the work done and currently tasks in progress, the contribution was purely voluntary, Hush Team decided to grant 10800 HUSH using the Founder Reward fund.
<p>It is worth noting that lucretius has never asked Hush Team for payments for the work done and current tasks in progress, the contribution is purely voluntary, Hush Team decided to grant 10800 HUSH using the Founder Reward fund.
<div class="blog-links"> <span class="date">Jan 26, 2024</span>
</div>

2
index.html

@ -145,7 +145,7 @@
<h2>Hush Community Grant #0</h2>
<p>We are thrilled to announce that lucretius has been granted with 10800 HUSH for its work on the latest SilentDragonLite releases. It includes Instant HushChat that has mempool integration, notes automation that guarantees instant messaging experience and various bug fixes.</p>
<div class="blog-links">
<a href="hush-community-grant-lucretius/index.html">read more</a> <span class="date">Jan 26, 2024</span>
<a href="https://blog.hush.is/hush-community-grant-lucretius">read more</a> <span class="date">Jan 26, 2024</span>
</div>
</article>

Loading…
Cancel
Save