<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Итоги 25&#x2F;02&#x2F;2018]]></title><description><![CDATA[<p dir="auto">Блок mainnet 740260</p>
<ol>
<li>
<p dir="auto">Завершена библиотека Unity 3D net 4.7 (экспериментальная версия), ведется разработка для Net 3.5 (стабильная версия) <a href="https://github.com/smartholdem/smartholdem-cs" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/smartholdem/smartholdem-cs</a> (в данный момент доступна для интеграции в формате dll для Unity 3D 5)</p>
</li>
<li>
<p dir="auto">Переписана библиотека взаимодействия с blockchain SmartHoldem <a href="https://github.com/smartholdem/smartholdem-js" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/smartholdem/smartholdem-js</a> ветка mainnet теперь основная,</p>
</li>
</ol>
<ul>
<li>добавлены дополнительные типы ассинхронных транзакций,</li>
<li>добавлен новый вид транзакции взаимодействия с sidechain (к примеру DAPPs соц. сеть в рамках проекта SmartNet, bitcoin net итд),</li>
<li>созданы 221 автоматизированных теста в smartholdem-js<br />
в настоящее время новая библиотека проходит тестирование в testnet, по завершении тестирования будет анонсирована в обновлении mainnet</li>
<li>добавлены билды под обычный браузер для использования библиотеки на обычных web-сайта</li>
<li>добавлены автоматизированные тесты <a href="https://travis-ci.org/smartholdem/smartholdem-js" target="_blank" rel="noopener noreferrer nofollow ugc">https://travis-ci.org/smartholdem/smartholdem-js</a></li>
</ul>
<ol start="3">
<li>
<p dir="auto">Доработана библиотека SmartHoldem-RPC (аналог bitcoin daemon) и проходит тестирование в testnet, по завершении тестирования будет отправлена в соотвествующие централизованные биржи.</p>
</li>
<li>
<p dir="auto">Обновлен API, упрощена отправка транзакций в сеть без использования SmartHoldem-RPC.</p>
</li>
</ol>
]]></description><link>https://community.smartholdem.io/topic/231/итоги-25-02-2018</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 15:14:17 GMT</lastBuildDate><atom:link href="https://community.smartholdem.io/topic/231.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Feb 2018 15:27:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Итоги 25&#x2F;02&#x2F;2018 on Tue, 20 Mar 2018 00:53:35 GMT]]></title><description><![CDATA[<p dir="auto">@mkbeh без rpc все работает, гдето ошибка</p>
<p dir="auto">еще один вариант отправки:</p>
<pre><code>curl -k -H "Content-Type: application/json" -X PUT -d '{"secret":"this is a test","amount":10000000,"recipientId":"Sa9JKodiNeM7tbYjxwEhvvG1kBczhQxTN3"}' http://127.0.0.1:6100/api/transactions
</code></pre>
<p dir="auto">В примере отправляется 0.10 STH</p>
<p dir="auto"><strong>!Вместо 127.0.0.1 реальный ip адрес вашей ноды</strong></p>
<p dir="auto">Результат тестирования curl этой транзакции <a href="https://blockexplorer.smartholdem.io/tx/c66ef0023a6458dfee108118175bf948bd7cae502afaf6238d3add2dbc50643c" target="_blank" rel="noopener noreferrer nofollow ugc">тут</a>  все как видите работает</p>
]]></description><link>https://community.smartholdem.io/post/2448</link><guid isPermaLink="true">https://community.smartholdem.io/post/2448</guid><dc:creator><![CDATA[TechnoL0g]]></dc:creator><pubDate>Tue, 20 Mar 2018 00:53:35 GMT</pubDate></item><item><title><![CDATA[Reply to Итоги 25&#x2F;02&#x2F;2018 on Sun, 18 Mar 2018 19:30:06 GMT]]></title><description><![CDATA[<p dir="auto">@mkbeh отправка должна проводиться в одну строку либо с стандартными разделителями / и пропишите порт после ip:6100</p>
<p dir="auto">если в windows тогда использовать двойные кавычки везде и экранирующий символ <code>\</code></p>
<p dir="auto">т.е.</p>
<pre><code>curl -k -X PUT "http://127.0.0.1:6100/api/transactions"
-d '{"secret":"one two three four five six seven eith night ten eleven twelve","amount":100000000,"recipientId":"SaAsydf6342ryuewrtuwerfwer"}' -H "accept: application/json" -H "nethash: fc46bfaf9379121dd6b09f5014595c7b7bd52a0a6d57c5aff790b42a73c76da7" -H "version: 0.0.2" -H "port: 6100"
</code></pre>
<p dir="auto">в целях безопасности подобные операции необходимо выполнять с своей нодой</p>
]]></description><link>https://community.smartholdem.io/post/2430</link><guid isPermaLink="true">https://community.smartholdem.io/post/2430</guid><dc:creator><![CDATA[TechnoL0g]]></dc:creator><pubDate>Sun, 18 Mar 2018 19:30:06 GMT</pubDate></item></channel></rss>