Skip to content

Releases: boscore/ibc_plugin_eos

v4.2.0 release notes

08 Aug 05:21
Compare
Choose a tag to compare
  1. New feature. Add logic to support the ibc_plugin automatically push the proxy transactions with relay authority.

v4.1.1 release notes

01 Jul 01:27
Compare
Choose a tag to compare
  1. Fix a bug in function ibc_plugin_impl::chain_checker about the new producer schedule detection when the wtmsig_protocol is activated.

Other

Docker Image: boscore/ibc_plugin_eos:ibc-v4.1.1

v4.1.0 release notes

11 Jun 14:38
Compare
Choose a tag to compare

Change

  1. Change the ibc_core_checker() logic to avoid stuck the whole process in some situations when handling orig_trxs failed.

Others:

The docker image: boscore/ibc_plugin_eos:ibc-v4.1.0

v4.0.2 release notes

23 May 03:42
Compare
Choose a tag to compare

In ibc_plugin

  1. fix a bug in the function get_memo_info(...), enable it to parse memo string correctly.
  2. add more information to dump in function ibc_core_checker(...) to facilitate bug trace.

Others

Docker Image: boscore/ibc_plugin_eos:ibc-v4.0.2

v4.0.1 release notes

08 Apr 09:03
Compare
Choose a tag to compare
  1. fix a bug in ibc_plugin.cpp
    functionchain_plug->chain().fetch_block_by_number(uint32_t num) return type is signed_block_ptr, which may be a null shared_ptr, so it's need to check if it's null or not, in order to cause node crash.

  2. close some message handler function in net_plugin
    As a special plugin node, we need the ibc_plugin node to handle minimize unnecessary transactions to ensure the normal operation of ibc_plugin core functions.
    please look at functionsvoid connection::handle_message( const sync_request_message& msg ) and void connection::handle_message( packed_transaction_ptr trx ) in net_plugin.cpp.

Docker Image: boscore/ibc_plugin_eos:ibc-v4.0.1

v4.0.0 release notes

06 Apr 08:33
Compare
Choose a tag to compare

Add ibc_plugin based on eosio v2.0.4 to better compatibility with eosio v2.0 network.

Docker Image: boscore/ibc_plugin_eos:ibc-v4.0.0

v3.0.0 release notes

15 Mar 14:12
Compare
Choose a tag to compare

Modify according to a new feature of ibc_contracts:v3.0.0, please refer to release notes

Docker Image: boscore/ibc_plugin_eos:ibc-v3.0.0

v2.1.3 release notes

25 Sep 09:44
Compare
Choose a tag to compare
  1. fix a bug, crash when net_plugin catching up blocks with other peers and ibc_plugin is activate.

v2.1.2 release notes

25 Sep 01:41
Compare
Choose a tag to compare
  1. bug fix: make it works well on Ubuntu.
  2. merge eosio v1.8.4

v2.1.0 release notes

23 Sep 06:00
Compare
Choose a tag to compare
  1. Compatible with EOSIO v1.8.x

QA:

  1. how to update from ibc_plugin_eos 1.2.0 to 1.2.1 ?
    refer to https://github.com/boscore/ibc_contracts/blob/master/docs/Upgrade_IBC_with_EOSIO_v1.8.md