Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
justfortest2 committed Apr 6, 2020
1 parent 538fff4 commit 816219d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ set( CMAKE_CXX_STANDARD 17 )
set( CMAKE_CXX_EXTENSIONS ON )
set( CXX_STANDARD_REQUIRED ON)

set(VERSION_MAJOR 2)
set(VERSION_MAJOR 4)
set(VERSION_MINOR 0)
set(VERSION_PATCH 4)
set(VERSION_PATCH 0)
#set(VERSION_SUFFIX rc3)

if(VERSION_SUFFIX)
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
ibc_plugin_eos
-------------
### IBC related softwares' version description
There are three IBC related softwares, [ibc_contracts](https://github.com/boscore/ibc_contracts),
[ibc_plugin_eos](https://github.com/boscore/ibc_plugin_eos)
and [ibc_plugin_bos](https://github.com/boscore/ibc_plugin_bos),
There are currently multiple major versions for all these three software repositories and between major versions maybe incompatible,
so the three repositories need to use the correct major version number to coordinate their work.
For specific compatibility combinations, please refer to [README.md](https://github.com/boscore/ibc_contracts#ibc-related-softwares-version-description)


### Notes
:warning:**The nodeos(build/program/nodeos/nodeos) build by this repository, can neither run as a block producer node nor as a api node**,
Expand All @@ -9,3 +17,5 @@ we add `chain_plug->chain().abort_block()` and `chain_plug->chain().drop_all_una
recursively, and these transactions are sequentially dependent, so the ibc relay node's read mode must be "speculative",
but it's very important that, when read contracts table state, ibc_plugin must read data in "read only mode",
these two needs are conflicting, so we add above two functions to reach the goal.


0 comments on commit 816219d

Please sign in to comment.