create account

BitShares Core Release 2.0.181105 by fox

View this thread on: hive.blogpeakd.comecency.com
· @fox ·
$18.86
BitShares Core Release 2.0.181105
![BitShares Logo.png](https://cdn.steemitimages.com/DQmSSkCY5sBUS1kDYuVYc3jzq7MFVmBhuzrYVBNkdn1XUKs/BitShares%20Logo.png)
# 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
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 65 others
properties (23)
authorfox
permlinkbitshares-core-release-2-0-181105
categorybitshares
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"}
created2018-11-05 18:52:30
last_update2018-11-05 18:52:30
depth0
children2
last_payout2018-11-12 18:52:30
cashout_time1969-12-31 23:59:59
total_payout_value14.295 HBD
curator_payout_value4.569 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14,096
author_reputation4,135,127,298,299
root_title"BitShares Core Release 2.0.181105"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id74,740,327
net_rshares17,274,595,737,400
author_curate_reward""
vote details (129)
@checky ·
Possible wrong mentions found
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`.
properties (22)
authorchecky
permlinkre-fox-bitshares-core-release-2-0-181105
categorybitshares
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"]}"
created2018-11-05 18:53:48
last_update2018-11-05 18:53:48
depth1
children1
last_payout2018-11-12 18:53: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_length383
author_reputation933,802,853,502
root_title"BitShares Core Release 2.0.181105"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,740,390
net_rshares0
@cm-steem ·
$0.03
It's github accounts, not steemit accounts
👍  
properties (23)
authorcm-steem
permlinkre-checky-re-fox-bitshares-core-release-2-0-181105-20181106t122031272z
categorybitshares
json_metadata{"tags":["bitshares"],"app":"steemit/0.1"}
created2018-11-06 12:20:30
last_update2018-11-06 12:20:30
depth2
children0
last_payout2018-11-13 12:20:30
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation58,522,774,254,119
root_title"BitShares Core Release 2.0.181105"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,783,881
net_rshares27,484,503,643
author_curate_reward""
vote details (1)