From b0b479f9cddf627ca32850a14870afd3a96ef5a7 Mon Sep 17 00:00:00 2001 From: vonhenry Date: Mon, 23 Sep 2019 13:49:03 +0800 Subject: [PATCH] update README.md --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index 801c0d50c..835dcac88 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,6 @@ ibc_plugin_eos ----- -### Build -:large_blue_circle:**You have to modify a file in FC before compiling this repo**, modify file `libraries/fc/include/fc/io/raw.hpp`, -in funciton `template inline void unpack( Stream& s, signed_int& vi )`, - -replace line ` vi.value= (v>>1) ^ (~(v&1)+1ull);` with -``` - vi.value = ((v>>1) ^ (v>>31)) + (v&0x01); - vi.value = v&0x01 ? vi.value : -vi.value; - vi.value = -vi.value; -``` -then run: -``` -./scripts/eosio_build.sh -``` - -:warning:There are a lot of updates in eosio version 1.8, and this version of ibc plugin may be unstable and easy to crash. -If you encounter such a situation, you need to use a monitor script to monitor the running status of the ibc plugin nodes. -We will continue to improve the IBC plugin to make it run more stable on eosio version 1.8. ### IBC related softwares' version description @@ -34,7 +16,7 @@ compatible combination one: |----------------|---------------| | ibc_contracts | master | | ibc_plugin_eos | master(for eosio v1.8.x)/ibc_v2.x.x_branch(for eosio 1.7.x and early version) | -| ibc_plugin_bos | master 2 | +| ibc_plugin_bos | master | compatible combination two: