 # BitShares Core 2.0.181105 Release Notes The [BitShares](https://bitshares.org) Core software has been updated to the [181105 Feature Release](https://github.com/bitshares/bitshares-core/releases/tag/test-2.0.181018). The [Core](https://github.com/bitshares/bitshares-core/) software is used by validation nodes which perform consensus of all transactions on the [BitShares blockchain](https://bitshares-explorer.io). This release includes new features, optimizations, and bug fixes but _does not include any changes to the consensus protocol_. **_No action is required if you do not operate a validation node or the command line interface (CLI) wallet._** Numerous performance improvements have been made to the software that will benefit all operators of validation nodes including block producers, seed nodes, and API nodes, especially those using the Elasticsearch plugin. Documentation for BitShares developers may be now be found at the new [BitShares Developer Portal (https://dev.bitshares.works)](https://dev.bitshares.works). ## Who Should Upgrade? _No upgrade is required_ by any operator of a validation node. Yet many operators will benefit by upgrading. - All operators will benefit from performance improvements ([915](https://github.com/bitshares/bitshares-core/pull/915), [1327](https://github.com/bitshares/bitshares-core/pull/1327), [1359](https://github.com/bitshares/bitshares-core/pull/1359)) and fixes ([1024](https://github.com/bitshares/bitshares-core/pull/1024), [1203](https://github.com/bitshares/bitshares-core/pull/1203), [1286](https://github.com/bitshares/bitshares-core/pull/1286), [1325](https://github.com/bitshares/bitshares-core/pull/1266)). - Operators of block producing nodes will benefit from performance improvements ([1251](https://github.com/bitshares/bitshares-core/pull/1251)), safety measures ([1252](https://github.com/bitshares/bitshares-core/pull/1252)), and fixes ([1266](https://github.com/bitshares/bitshares-core/pull/1266), [1332](https://github.com/bitshares/bitshares-core/pull/1332), [1364](https://github.com/bitshares/bitshares-core/pull/1364)). - Operators of API nodes including Elasticsearch APIs will benefit from improvements to data availability ([1351](https://github.com/bitshares/bitshares-core/pull/1351), [1352](https://github.com/bitshares/bitshares-core/pull/1352)) and performance ([1049](https://github.com/bitshares/bitshares-core/pull/1049), [1271](https://github.com/bitshares/bitshares-core/pull/1271), [1356](https://github.com/bitshares/bitshares-core/pull/1356)). - Users of the command line interface (CLI) wallet will also benefit from improvements ([1195](https://github.com/bitshares/bitshares-core/pull/1195), [1248](https://github.com/bitshares/bitshares-core/pull/1195)). ## Upgrade Process ### Precautions #### Precaution 1 Operators of API nodes that service client software that expect to receive updates about all data on the blockchain by default (such as [BitShares Reference Wallet before 180401](https://github.com/bitshares/bitshares-ui/issues/1338#issuecomment-377791724)), as opposed to narrowly subscribed data, should ensure that their API nodes are configured with the `enable-subscribe-to-all` set to `true` due to [Pull Request 1049](https://github.com/bitshares/bitshares-core/pull/1049). ### How to Upgrade from Source Code #### Obtain the Source Code The source code may be obtained by checking out the [2.0.181105 tag](https://github.com/bitshares/bitshares-core/releases/tag/2.0.181105) Download the source at: - [2.0.181105.zip](https://github.com/bitshares/bitshares-core/archive/2.0.181105.zip) - [2.0.181105.tar.gz](https://github.com/bitshares/bitshares-core/archive/2.0.181105.tar.gz) #### Build the Binaries The binaries may be built by using your pre-existing process, or by following the standard instructions that can be found in the wiki: - [Ubuntu](https://github.com/bitshares/bitshares-core/wiki/BUILD_UBUNTU) - [OS X](https://github.com/bitshares/bitshares-core/wiki/Building-on-OS-X) - [Windows](https://github.com/bitshares/bitshares-core/wiki/BUILD_WIN32) - [Windows Development Environment](https://github.com/bitshares/bitshares-core/wiki/BUILD_WinDevEnv) #### Deploy the Binaries Your standard process for deploying the node software may be used. No additional requirements or precautions will be required to deploy the new release. ### How to Upgrade with Docker The latest Docker image may be found at [BitShares Core Docker page](https://hub.docker.com/r/bitshares/bitshares-core/) and updated with docker pull bitshares/bitshares-core ### CLI Binaries for Windows and Mac A binary of the command line interface (CLI) wallet for Windows is pre-built and available for download here [BitShares-Core-2.0.181105-Windows-x64-cli-tools.zip](https://github.com/bitshares/bitshares-core/releases/download/2.0.181105/BitShares-Core-2.0.181105-Windows-x64-cli-tools.zip). For Mac please download [BitShares-Core-2.0.181105-macOS-cli-tools.tar.gz](https://github.com/bitshares/bitshares-core/releases/download/2.0.181105/BitShares-Core-2.0.181105-macOS-cli-tools.tar.gz). # Changes The changes for [BitShares Core for the 201810 Feature Release](https://github.com/bitshares/bitshares-core/milestone/15?closed=1) are summarized below. ## Core Functionality |Description|Issue|Pull Request| |-|-|-| |Change call_order_update_operation to return order_id|[1269](https://github.com/bitshares/bitshares-core/issues/1269)|[1352](https://github.com/bitshares/bitshares-core/pull/1352)| ## Node Functionality |Description|Issue|Pull Request| |-|-|-| |Segmentation fault when running several witness nodes on the same machine|[377](https://github.com/bitshares/bitshares-core/issues/377)|[1286](https://github.com/bitshares/bitshares-core/pull/1286)| |Performance opt pt 1|[1079](https://github.com/bitshares/bitshares-core/issues/1079)|[1359](https://github.com/bitshares/bitshares-core/pull/1359)| |Log console output during replay to file|[985](https://github.com/bitshares/bitshares-core/issues/985)|[1355](https://github.com/bitshares/bitshares-core/pull/1355), [FC-76](https://github.com/bitshares/bitshares-fc/pull/76)| |Change replay percentage to total block size processed|[1289](https://github.com/bitshares/bitshares-core/issues/1289)|[1335](https://github.com/bitshares/bitshares-core/pull/1335)| |Improve block generation performance|-|[1251](https://github.com/bitshares/bitshares-core/pull/1251)| |Review and backport EOS patch about unsigned_int unpacking|[993](https://github.com/bitshares/bitshares-core/issues/993)|[1267](https://github.com/bitshares/bitshares-core/pull/1267)| |Check and port Steem PR 2692: missing FC typenames|[1217](https://github.com/bitshares/bitshares-core/issues/1217)|[1248](https://github.com/bitshares/bitshares-core/pull/1248)| |witness_node uses two incompatible parsers for config.ini|[149](https://github.com/bitshares/bitshares-core/issues/149)|[1024](https://github.com/bitshares/bitshares-core/pull/1024),[1325](https://github.com/bitshares/bitshares-core/pull/1325)| |db_block.cpp: removed unreachable code|-|[1312](https://github.com/bitshares/bitshares-core/pull/1312)| |Cleanup budget_record_object?|[1139](https://github.com/bitshares/bitshares-core/issues/1139)|[1213](https://github.com/bitshares/bitshares-core/pull/1213)| |Change object_id to more than 32 bit|[1088](https://github.com/bitshares/bitshares-core/issues/1088)|[1267](https://github.com/bitshares/bitshares-core/pull/1267)| |More 32 bit to 64 bit changes|[1206](https://github.com/bitshares/bitshares-core/issues/1206)|[1347](https://github.com/bitshares/bitshares-core/pull/1347), [1374](https://github.com/bitshares/bitshares-core/pull/1374)| |Remove definition of unused `symbol_type`|-|[1235](https://github.com/bitshares/bitshares-core/pull/1235)| |Update application.cpp|-|[1345](https://github.com/bitshares/bitshares-core/pull/1345)| |application.cpp: minor optimization|-|[1327](https://github.com/bitshares/bitshares-core/pull/1327)| |Call order and bitAsset related code refactory|-|[1306](https://github.com/bitshares/bitshares-core/pull/1306)| |Re-add enable-subscribe-notify-all option after GUI issue fixed|[752](https://github.com/bitshares/bitshares-core/issues/752)|[1049](https://github.com/bitshares/bitshares-core/pull/1049)| |When signing a block that updates the signing witness's signing key, use correct signing key|[125](https://github.com/bitshares/bitshares-core/issues/125)|[1203](https://github.com/bitshares/bitshares-core/pull/1203)| |remove unused variable _consecutive_production_enabled|-|[1294](https://github.com/bitshares/bitshares-core/pull/1294)| |Check Steem issue 2658: Not producing block because node didn't wake up within 500ms of the slot time|[1157](https://github.com/bitshares/bitshares-core/issues/1157)|[1266](https://github.com/bitshares/bitshares-core/pull/1266)| |remove verify_account_history_plugin_index()|-|[915](https://github.com/bitshares/bitshares-core/pull/915)| |inconsistent error message for update_asset_issuer|[944](https://github.com/bitshares/bitshares-core/issues/944)|[1255](https://github.com/bitshares/bitshares-core/pull/1255)| |Possible to generate a block that is too large|[1136](https://github.com/bitshares/bitshares-core/issues/1136)|[1252](https://github.com/bitshares/bitshares-core/pull/1252)| |remove duplicated line in network code node.cpp|-|[1231](https://github.com/bitshares/bitshares-core/pull/1231)| |Error while converting value to string|[1392](https://github.com/bitshares/bitshares-core/issues/1392)|[1394](https://github.com/bitshares/bitshares-core/pull/1394),[FC-83](https://github.com/bitshares/bitshares-fc/pull/83)| |Update Sahkan's seed nodes|-|[1404](https://github.com/bitshares/bitshares-core/pull/1404)| ## Node Plugins |Description|Issue|Pull Request| |-|-|-| |Terminate block production loop when shutting down witness plugin|[1314](https://github.com/bitshares/bitshares-core/issues/1314)|[1332](https://github.com/bitshares/bitshares-core/pull/1332), [1364](https://github.com/bitshares/bitshares-core/pull/1364)| |add dascoin adaptor|-|[1356](https://github.com/bitshares/bitshares-core/pull/1356),[1396](https://github.com/bitshares/bitshares-core/pull/1396)| |[ES plugin] Wrong value of additional_data.fill_data.fill_order|[1295](https://github.com/bitshares/bitshares-core/issues/1295)|[1351](https://github.com/bitshares/bitshares-core/pull/1351)| |refine es_objects plugin||[1271](https://github.com/bitshares/bitshares-core/pull/1271)| ## Command Line Interface (CLI) |Description|Issue|Pull Request| |-|-|-| |CLI wallet: avoid directly overwriting wallet file on exit|[1109](https://github.com/bitshares/bitshares-core/issues/1109)|[1195](https://github.com/bitshares/bitshares-core/pull/1195)| |cli_wallet crashes when doing import_key on Mac|[1244](https://github.com/bitshares/bitshares-core/issues/1244)|[1248](https://github.com/bitshares/bitshares-core/pull/1248)| |get to_id from to_account instead of get_account_id()|-|[1242](https://github.com/bitshares/bitshares-core/pull/1242)| |wallet compatibility issue|[1307](https://github.com/bitshares/bitshares-core/issues/1307)|[1323](https://github.com/bitshares/bitshares-core/pull/1323)| ## Build Process |Description|Issue|Pull Request| |-|-|-| |Integrating cURL into cmake|-|[1329](https://github.com/bitshares/bitshares-core/pull/1329), [1336](https://github.com/bitshares/bitshares-core/pull/1336)| |cli_test doesn't compile on Windows due to using 'sys/socket.h'|[1292](https://github.com/bitshares/bitshares-core/issues/1292')|[1305](https://github.com/bitshares/bitshares-core/pull/1305)| |clean old style codes|-|[1250](https://github.com/bitshares/bitshares-core/pull/1250)| ## Unit Tests |Description|Issue|Pull Request| |-|-|-| |Not able to perform testing [100,000 transactions per second]|[1298](https://github.com/bitshares/bitshares-core/issues/1298)|[1337](https://github.com/bitshares/bitshares-core/pull/1337)| |Refactor cli_test|[1192](https://github.com/bitshares/bitshares-core/issues/1192)|[1243](https://github.com/bitshares/bitshares-core/pull/1243)| |Test case failed on chain_test|[1326](https://github.com/bitshares/bitshares-core/issues/1326)|[1346](https://github.com/bitshares/bitshares-core/pull/1346)| ## Documentation |Description|Issue|Pull Request| |-|-|-| |API documentation|[780](https://github.com/bitshares/bitshares-core/issues/780)|[1174](https://github.com/bitshares/bitshares-core/pull/1174)| |Launch BitShares Developer Portal|[1031](https://github.com/bitshares/bitshares-core/issues/1031)|[How-19](https://github.com/bitshares/how.bitshares.works/pull/19), [Dev-41](https://github.com/bitshares/dev.bitshares.works/pull/41)| |add new doc portals to readme|[953](https://github.com/bitshares/bitshares-core/issues/953)|[1358](https://github.com/bitshares/bitshares-core/pull/1358),[1363](https://github.com/bitshares/bitshares-core/pull/1363)| |add readme to plugins|-|[1319](https://github.com/bitshares/bitshares-core/pull/1319)| |LaTeX project for documentation like C++ ISO/IEC|[1288](https://github.com/bitshares/bitshares-core/issues/1288)|-| |Probably wrong comment|[1301](https://github.com/bitshares/bitshares-core/issues/1301)|[1349](https://github.com/bitshares/bitshares-core/pull/1349)| |Create plugin script|-|[1302](https://github.com/bitshares/bitshares-core/pull/1302)| |add new doc portals to readme||[1363](https://github.com/bitshares/bitshares-core/pull/1363)| |Add disk space requirements to readme|-|[1376](https://github.com/bitshares/bitshares-core/pull/1376),[1379](https://github.com/bitshares/bitshares-core/pull/1376)| |Update get_trade_history API docs and coding style|-|[1397](https://github.com/bitshares/bitshares-core/pull/1397)| # Release Contributors @abitmore @botanegg @cogutvalera @cwyyprog Damir from Dascoin @HarukaMa @jmjatlanta @ihla @liondani @OpenLedgerDev @oxarbitrage @pmconrad @RichardWeiYang @ryanRfox @tsugimoto @zhuliting
author | fox |
---|---|
permlink | bitshares-core-release-2-0-181105 |
category | bitshares |
json_metadata | {"tags":["bitshares","busy","graphene","blockchain","cn"],"users":["abitmore","botanegg","cogutvalera","cwyyprog","harukama","jmjatlanta","ihla","liondani","openledgerdev","oxarbitrage","pmconrad","richardweiyang","ryanrfox","tsugimoto","zhuliting"],"image":["https://cdn.steemitimages.com/DQmSSkCY5sBUS1kDYuVYc3jzq7MFVmBhuzrYVBNkdn1XUKs/BitShares%20Logo.png"],"links":["https://bitshares.org","https://github.com/bitshares/bitshares-core/releases/tag/test-2.0.181018","https://github.com/bitshares/bitshares-core/","https://bitshares-explorer.io","https://dev.bitshares.works","https://github.com/bitshares/bitshares-core/pull/915","https://github.com/bitshares/bitshares-core/pull/1327","https://github.com/bitshares/bitshares-core/pull/1359","https://github.com/bitshares/bitshares-core/pull/1024","https://github.com/bitshares/bitshares-core/pull/1203","https://github.com/bitshares/bitshares-core/pull/1286","https://github.com/bitshares/bitshares-core/pull/1266","https://github.com/bitshares/bitshares-core/pull/1251","https://github.com/bitshares/bitshares-core/pull/1252","https://github.com/bitshares/bitshares-core/pull/1332","https://github.com/bitshares/bitshares-core/pull/1364","https://github.com/bitshares/bitshares-core/pull/1351","https://github.com/bitshares/bitshares-core/pull/1352","https://github.com/bitshares/bitshares-core/pull/1049","https://github.com/bitshares/bitshares-core/pull/1271","https://github.com/bitshares/bitshares-core/pull/1356","https://github.com/bitshares/bitshares-core/pull/1195","https://github.com/bitshares/bitshares-ui/issues/1338#issuecomment-377791724","https://github.com/bitshares/bitshares-core/releases/tag/2.0.181105","https://github.com/bitshares/bitshares-core/archive/2.0.181105.zip","https://github.com/bitshares/bitshares-core/archive/2.0.181105.tar.gz","https://github.com/bitshares/bitshares-core/wiki/BUILD_UBUNTU","https://github.com/bitshares/bitshares-core/wiki/Building-on-OS-X","https://github.com/bitshares/bitshares-core/wiki/BUILD_WIN32","https://github.com/bitshares/bitshares-core/wiki/BUILD_WinDevEnv","https://hub.docker.com/r/bitshares/bitshares-core/","https://github.com/bitshares/bitshares-core/releases/download/2.0.181105/BitShares-Core-2.0.181105-Windows-x64-cli-tools.zip","https://github.com/bitshares/bitshares-core/releases/download/2.0.181105/BitShares-Core-2.0.181105-macOS-cli-tools.tar.gz","https://github.com/bitshares/bitshares-core/milestone/15?closed=1","https://github.com/bitshares/bitshares-core/issues/1269","https://github.com/bitshares/bitshares-core/issues/377","https://github.com/bitshares/bitshares-core/issues/1079","https://github.com/bitshares/bitshares-core/issues/985","https://github.com/bitshares/bitshares-core/pull/1355","https://github.com/bitshares/bitshares-fc/pull/76","https://github.com/bitshares/bitshares-core/issues/1289","https://github.com/bitshares/bitshares-core/pull/1335","https://github.com/bitshares/bitshares-core/issues/993","https://github.com/bitshares/bitshares-core/pull/1267","https://github.com/bitshares/bitshares-core/issues/1217","https://github.com/bitshares/bitshares-core/pull/1248","https://github.com/bitshares/bitshares-core/issues/149","https://github.com/bitshares/bitshares-core/pull/1325","https://github.com/bitshares/bitshares-core/pull/1312","https://github.com/bitshares/bitshares-core/issues/1139","https://github.com/bitshares/bitshares-core/pull/1213","https://github.com/bitshares/bitshares-core/issues/1088","https://github.com/bitshares/bitshares-core/issues/1206","https://github.com/bitshares/bitshares-core/pull/1347","https://github.com/bitshares/bitshares-core/pull/1374","https://github.com/bitshares/bitshares-core/pull/1235","https://github.com/bitshares/bitshares-core/pull/1345","https://github.com/bitshares/bitshares-core/pull/1306","https://github.com/bitshares/bitshares-core/issues/752","https://github.com/bitshares/bitshares-core/issues/125","https://github.com/bitshares/bitshares-core/pull/1294","https://github.com/bitshares/bitshares-core/issues/1157","https://github.com/bitshares/bitshares-core/issues/944","https://github.com/bitshares/bitshares-core/pull/1255","https://github.com/bitshares/bitshares-core/issues/1136","https://github.com/bitshares/bitshares-core/pull/1231","https://github.com/bitshares/bitshares-core/issues/1392","https://github.com/bitshares/bitshares-core/pull/1394","https://github.com/bitshares/bitshares-fc/pull/83","https://github.com/bitshares/bitshares-core/pull/1404","https://github.com/bitshares/bitshares-core/issues/1314","https://github.com/bitshares/bitshares-core/pull/1396","https://github.com/bitshares/bitshares-core/issues/1295","https://github.com/bitshares/bitshares-core/issues/1109","https://github.com/bitshares/bitshares-core/issues/1244","https://github.com/bitshares/bitshares-core/pull/1242","https://github.com/bitshares/bitshares-core/issues/1307","https://github.com/bitshares/bitshares-core/pull/1323","https://github.com/bitshares/bitshares-core/pull/1329","https://github.com/bitshares/bitshares-core/pull/1336","https://github.com/bitshares/bitshares-core/issues/1292'","https://github.com/bitshares/bitshares-core/pull/1305","https://github.com/bitshares/bitshares-core/pull/1250","https://github.com/bitshares/bitshares-core/issues/1298","https://github.com/bitshares/bitshares-core/pull/1337","https://github.com/bitshares/bitshares-core/issues/1192","https://github.com/bitshares/bitshares-core/pull/1243","https://github.com/bitshares/bitshares-core/issues/1326","https://github.com/bitshares/bitshares-core/pull/1346","https://github.com/bitshares/bitshares-core/issues/780","https://github.com/bitshares/bitshares-core/pull/1174","https://github.com/bitshares/bitshares-core/issues/1031","https://github.com/bitshares/how.bitshares.works/pull/19","https://github.com/bitshares/dev.bitshares.works/pull/41","https://github.com/bitshares/bitshares-core/issues/953","https://github.com/bitshares/bitshares-core/pull/1358","https://github.com/bitshares/bitshares-core/pull/1363","https://github.com/bitshares/bitshares-core/pull/1319","https://github.com/bitshares/bitshares-core/issues/1288","https://github.com/bitshares/bitshares-core/issues/1301","https://github.com/bitshares/bitshares-core/pull/1349","https://github.com/bitshares/bitshares-core/pull/1302","https://github.com/bitshares/bitshares-core/pull/1376","https://github.com/bitshares/bitshares-core/pull/1397"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-11-05 18:52:30 |
last_update | 2018-11-05 18:52:30 |
depth | 0 |
children | 2 |
last_payout | 2018-11-12 18:52:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 14.295 HBD |
curator_payout_value | 4.569 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14,096 |
author_reputation | 4,135,127,298,299 |
root_title | "BitShares Core Release 2.0.181105" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 74,740,327 |
net_rshares | 17,274,595,737,400 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
erath | 0 | 25,746,615,745 | 100% | ||
wackou | 0 | 6,218,056,111,302 | 100% | ||
friend5 | 0 | 351,530,561,556 | 100% | ||
svk | 0 | 20,798,456,425 | 100% | ||
xeroc | 0 | 635,003,900,056 | 100% | ||
fox | 0 | 23,802,978,356 | 100% | ||
jason | 0 | 460,093,542,833 | 100% | ||
twiceuponatime | 0 | 172,991,834,580 | 100% | ||
indominon | 0 | 7,413,506,869 | 100% | ||
onceuponatime | 0 | 4,390,144,862,257 | 100% | ||
marginal | 0 | 21,859,457,016 | 100% | ||
vault | 0 | 228,174,621,338 | 100% | ||
fractalnode | 0 | 4,238,418,357 | 3% | ||
methodise | 0 | 28,045,635,927 | 100% | ||
ppitonak | 0 | 2,855,381,618 | 100% | ||
jademont | 0 | 409,059,505,929 | 100% | ||
cm-steem | 0 | 579,804,991,919 | 100% | ||
intelliguy | 0 | 34,646,011,915 | 100% | ||
skapaneas | 0 | 0 | 100% | ||
vortac | 0 | 3,324,221,306,960 | 100% | ||
avtzis.petros | 0 | 51,043,495,594 | 100% | ||
sauna | 0 | 179,049,580,031 | 100% | ||
eforucom | 0 | 3,460,093,876 | 1.15% | ||
funkit | 0 | 738,456,896 | 100% | ||
tomosan | 0 | 472,394,678 | 100% | ||
zapata42 | 0 | 2,043,884,192 | 100% | ||
benchfrooser | 0 | 731,551,582 | 100% | ||
scientistnik | 0 | 1,105,241,741 | 100% | ||
itchyfeetdonica | 0 | 37,182,291,607 | 28% | ||
steemitag | 0 | 3,286,593,683 | 10% | ||
magpielover | 0 | 77,252,035 | 100% | ||
acknowledgement | 0 | 763,282,134 | 10% | ||
bangzi | 0 | 3,830,623,173 | 100% | ||
lemesh | 0 | 509,634,082 | 100% | ||
annastella | 0 | 2,211,367,897 | 100% | ||
saiyajin | 0 | 455,096,174 | 100% | ||
wenzip | 0 | 509,162,124 | 100% | ||
borndead02 | 0 | 511,282,808 | 100% | ||
natalliav | 0 | 509,665,938 | 100% | ||
vladser58 | 0 | 509,266,327 | 100% | ||
sergoivika | 0 | 510,494,490 | 100% | ||
igorik | 0 | 511,259,877 | 100% | ||
manyellee | 0 | 509,873,757 | 100% | ||
rommist79 | 0 | 508,547,797 | 100% | ||
dinsipov00 | 0 | 509,051,033 | 100% | ||
xlibanti | 0 | 508,658,316 | 100% | ||
viktorzarubin | 0 | 508,526,717 | 100% | ||
banksyscotch | 0 | 509,780,406 | 100% | ||
cleavageobjects | 0 | 509,444,846 | 100% | ||
soleelephant | 0 | 509,342,132 | 100% | ||
gaws | 0 | 510,054,389 | 100% | ||
crashingin | 0 | 509,331,531 | 100% | ||
floorsopera | 0 | 509,303,123 | 100% | ||
timedouble | 0 | 509,156,996 | 100% | ||
shanysevoy61 | 0 | 509,376,140 | 100% | ||
jamesloydd | 0 | 508,977,622 | 100% | ||
backbonewriter | 0 | 509,632,121 | 100% | ||
appleabsurd | 0 | 509,458,695 | 100% | ||
luffnoisy | 0 | 509,631,025 | 100% | ||
boeingcoffee | 0 | 508,396,169 | 100% | ||
widgeontasks | 0 | 509,295,590 | 100% | ||
seasonedgrade | 0 | 508,373,925 | 100% | ||
polygontackle | 0 | 508,243,222 | 100% | ||
resultgame | 0 | 509,028,196 | 100% | ||
wagglergranted | 0 | 509,306,600 | 100% | ||
chewycareless | 0 | 508,812,372 | 100% | ||
lizakotova | 0 | 509,082,127 | 100% | ||
runaeva23 | 0 | 508,974,636 | 100% | ||
cinnamonclay | 0 | 509,479,647 | 100% | ||
bibslivered | 0 | 508,985,602 | 100% | ||
grantdearg | 0 | 510,548,454 | 100% | ||
aleindium | 0 | 509,706,795 | 100% | ||
somalianfog | 0 | 509,120,012 | 100% | ||
desktopcarrots | 0 | 509,223,672 | 100% | ||
dunbirdderision | 0 | 509,423,531 | 100% | ||
weakshare | 0 | 510,805,409 | 100% | ||
hamacrylic | 0 | 509,266,583 | 100% | ||
templateflask | 0 | 509,761,046 | 100% | ||
trashclub | 0 | 2,159,398,510 | 100% | ||
sweatsavory | 0 | 509,809,025 | 100% | ||
busroasted | 0 | 510,477,833 | 100% | ||
varvenickel | 0 | 509,527,084 | 100% | ||
nideecstatic | 0 | 509,364,701 | 100% | ||
cliveponie | 0 | 510,585,960 | 100% | ||
eatercaper | 0 | 510,496,094 | 100% | ||
crystaleur | 0 | 509,418,165 | 100% | ||
diversityaback | 0 | 509,595,097 | 100% | ||
brokenflywheel | 0 | 510,192,263 | 100% | ||
googoltailored | 0 | 510,213,253 | 100% | ||
muddygrey | 0 | 509,793,298 | 100% | ||
cameramalt | 0 | 510,732,253 | 100% | ||
zombieprivilege | 0 | 510,029,255 | 100% | ||
scalarquestion | 0 | 510,012,750 | 100% | ||
anryper | 0 | 509,571,945 | 100% | ||
fimschell | 0 | 510,582,342 | 100% | ||
byudinkio | 0 | 509,249,513 | 100% | ||
tungstenfurlong | 0 | 509,951,273 | 100% | ||
arkoseduration | 0 | 510,117,984 | 100% | ||
risklek | 0 | 511,603,021 | 100% | ||
estoniancurry | 0 | 511,108,878 | 100% | ||
caterernodes | 0 | 510,414,614 | 100% | ||
shockingextoll | 0 | 511,568,558 | 100% | ||
bananalodge | 0 | 511,530,486 | 100% | ||
dogpulled | 0 | 511,147,610 | 100% | ||
anna151286 | 0 | 512,833,616 | 100% | ||
semyuell | 0 | 511,646,411 | 100% | ||
nlazarev69 | 0 | 511,831,430 | 100% | ||
ivan.siko | 0 | 511,857,921 | 100% | ||
nikproh1985 | 0 | 511,832,061 | 100% | ||
niklitvin | 0 | 512,126,628 | 100% | ||
shaftsboal | 0 | 514,251,324 | 100% | ||
hostlerodd | 0 | 514,326,580 | 100% | ||
bigcongress | 0 | 514,168,803 | 100% | ||
warningapple | 0 | 513,405,432 | 100% | ||
anatoliyleshenko | 0 | 514,454,562 | 100% | ||
effekt.axe | 0 | 513,860,518 | 100% | ||
teqila777 | 0 | 513,589,524 | 100% | ||
crumphume | 0 | 512,617,468 | 100% | ||
traitssnapper | 0 | 513,666,036 | 100% | ||
reiterateabseil | 0 | 514,340,025 | 100% | ||
kingboundless | 0 | 513,816,428 | 100% | ||
flagsencourage | 0 | 513,457,928 | 100% | ||
ownaperture | 0 | 514,217,454 | 100% | ||
windsurferstatic | 0 | 514,214,126 | 100% | ||
nickermemory | 0 | 513,799,389 | 100% | ||
ampereepoch | 0 | 513,409,665 | 100% | ||
biotuamascyha | 0 | 514,271,191 | 100% | ||
sacofitcocomp | 0 | 513,891,493 | 100% | ||
rilityfonid | 0 | 513,707,491 | 100% |
Hi @fox, I'm @checky ! While checking the mentions made in this post I noticed that @botanegg, @cwyyprog, @ihla, @pmconrad and @zhuliting don't exist on Steem. Did you mean to write @<em></em>hla and @<em></em>conrad ? ###### If you found this comment useful, consider upvoting it to help keep this bot running. You can see a list of all available commands by replying with `!help`.
author | checky |
---|---|
permlink | re-fox-bitshares-core-release-2-0-181105 |
category | bitshares |
json_metadata | "{"app":"checky/0.3.2","details":{"botanegg":["> space requirements to readme|-|[1376](https://github.com/bitshares/bitshares-core/pull/1376),[1379](https://github.com/bitshares/bitshares-core/pull/1376)|\n> |Update get_trade_history API docs and coding style|-|[1397](https://github.com/bitshares/bitshares-core/pull/1397)|\n> \n> # Release Contributors\n> @<em></em>abitmore\n> <strong>@<em></em>botanegg</strong>\n> @<em></em>cogutvalera\n> @<em></em>cwyyprog\n> Damir from Dascoin\n> @HarukaMa\n> @<em></em>jmjatlanta\n> @<em></em>ihla\n> @<em></em>liondani\n> @OpenLedgerDev\n> @<em></em>oxarbitrage \n> @<em></em>pmconrad\n> @RichardWeiYang\n> @<em></em>ryanfox\n> @<em></em>tsugimoto\n> @<em></em>zhuliting"],"cwyyprog":["> to readme|-|[1376](https://github.com/bitshares/bitshares-core/pull/1376),[1379](https://github.com/bitshares/bitshares-core/pull/1376)|\n> |Update get_trade_history API docs and coding style|-|[1397](https://github.com/bitshares/bitshares-core/pull/1397)|\n> \n> # Release Contributors\n> @<em></em>abitmore\n> @<em></em>botanegg\n> @<em></em>cogutvalera\n> <strong>@<em></em>cwyyprog</strong>\n> Damir from Dascoin\n> @HarukaMa\n> @<em></em>jmjatlanta\n> @<em></em>ihla\n> @<em></em>liondani\n> @OpenLedgerDev\n> @<em></em>oxarbitrage \n> @<em></em>pmconrad\n> @RichardWeiYang\n> @<em></em>ryanfox\n> @<em></em>tsugimoto\n> @<em></em>zhuliting"],"ihla":["> and coding style|-|[1397](https://github.com/bitshares/bitshares-core/pull/1397)|\n> \n> # Release Contributors\n> @<em></em>abitmore\n> @<em></em>botanegg\n> @<em></em>cogutvalera\n> @<em></em>cwyyprog\n> Damir from Dascoin\n> @HarukaMa\n> @<em></em>jmjatlanta\n> <strong>@<em></em>ihla</strong>\n> @<em></em>liondani\n> @OpenLedgerDev\n> @<em></em>oxarbitrage \n> @<em></em>pmconrad\n> @RichardWeiYang\n> @<em></em>ryanfox\n> @<em></em>tsugimoto\n> @<em></em>zhuliting"],"pmconrad":["> Release Contributors\n> @<em></em>abitmore\n> @<em></em>botanegg\n> @<em></em>cogutvalera\n> @<em></em>cwyyprog\n> Damir from Dascoin\n> @HarukaMa\n> @<em></em>jmjatlanta\n> @<em></em>ihla\n> @<em></em>liondani\n> @OpenLedgerDev\n> @<em></em>oxarbitrage \n> <strong>@<em></em>pmconrad</strong>\n> @RichardWeiYang\n> @<em></em>ryanfox\n> @<em></em>tsugimoto\n> @<em></em>zhuliting"],"zhuliting":["> @<em></em>cogutvalera\n> @<em></em>cwyyprog\n> Damir from Dascoin\n> @HarukaMa\n> @<em></em>jmjatlanta\n> @<em></em>ihla\n> @<em></em>liondani\n> @OpenLedgerDev\n> @<em></em>oxarbitrage \n> @<em></em>pmconrad\n> @RichardWeiYang\n> @<em></em>ryanfox\n> @<em></em>tsugimoto\n> <strong>@<em></em>zhuliting</strong>"]},"format":"markdown","tags":["mentions","bot","checky"]}" |
created | 2018-11-05 18:53:48 |
last_update | 2018-11-05 18:53:48 |
depth | 1 |
children | 1 |
last_payout | 2018-11-12 18:53:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 383 |
author_reputation | 933,802,853,502 |
root_title | "BitShares Core Release 2.0.181105" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,740,390 |
net_rshares | 0 |
It's github accounts, not steemit accounts
author | cm-steem |
---|---|
permlink | re-checky-re-fox-bitshares-core-release-2-0-181105-20181106t122031272z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-11-06 12:20:30 |
last_update | 2018-11-06 12:20:30 |
depth | 2 |
children | 0 |
last_payout | 2018-11-13 12:20:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 58,522,774,254,119 |
root_title | "BitShares Core Release 2.0.181105" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,783,881 |
net_rshares | 27,484,503,643 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
methodise | 0 | 27,484,503,643 | 100% |