Skip to content

Commit

Permalink
Merge pull request EOSIO#75 from vchengsong/develop
Browse files Browse the repository at this point in the history
Fill history commits of develop branch
  • Loading branch information
vonhenry authored Apr 10, 2019
2 parents 56f84e5 + 57791f9 commit b626a36
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
3 changes: 2 additions & 1 deletion Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,5 @@ The `blocks` data are stored under `--data-dir` by default, and the wallet files

### About MongoDB Plugin

Currently, the mongodb plugin is disabled in `config.ini` by default, you have to change it manually in `config.ini` or you can mount a `config.ini` file to `/opt/eosio/bin/data-dir/config.ini` in the docker-compose file.
Currently, the mongodb plugin is disabled in `config.ini` by default, you have to change it manually in `config.ini` or you can mount a `config.ini` file to `/opt/eosio/bin/data-dir/config.ini` in the docker-compose file.

11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ As BOS continues to develop, developer rewards will be appropriately adjusted to
## Start
1. Build from code : `bash ./eosio_build.sh -s BOS`
2. Docker Style,check [Docker](./Docker/README.md)
3. Mac OS X Brew install and uninstall
#### Mac OS X Brew Install
```sh
$ brew tap boscore/bos
$ brew install bos
```
#### Mac OS X Brew Uninstall
```sh
$ brew remove bos
```

## BOSCore Workflow
BOSCore encourage community developer actively participate in contributing the code, members should follow the workflow below.
Expand All @@ -55,3 +45,4 @@ BOSCore bases on EOSIO, so you can also referer:

[EOSIO Developer Portal](https://developers.eos.io).


11 changes: 1 addition & 10 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ BOS链的代码完全由社区贡献并维护,每个生态参与者都可以
## 开始
1. 源码直接编译: `bash ./eosio_build.sh -s BOS`
2. Docker方式部署,参看 [Docker](./Docker/README.md)
3. Mac OS X Brew 安装 和 卸载
#### Mac OS X Brew 安装
```sh
$ brew tap boscore/bos
$ brew install bos
```
#### Mac OS X Brew 卸载
```sh
$ brew remove bos
```

## BOSCore 开发流程
BOSCore 鼓励社区开发者参与代码贡献,社区成员应当遵循以下工作流:
Expand All @@ -55,3 +45,4 @@ BOSCore是基于EOSIO技术的扩展,所以EOSIO的相关资料也可以参考

[EOSIO 开发者门户](https://developers.eos.io).


1 change: 1 addition & 0 deletions libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1945,6 +1945,7 @@ void controller::abort_block() {

boost::asio::thread_pool& controller::get_thread_pool() {
return my->thread_pool;

}

std::future<block_state_ptr> controller::create_block_state_future( const signed_block_ptr& b ) {
Expand Down

0 comments on commit b626a36

Please sign in to comment.