Releases: boscore/ibc_plugin_eos
v4.2.0 release notes
- New feature. Add logic to support the ibc_plugin automatically push the proxy transactions with relay authority.
v4.1.1 release notes
- 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
Change
- Change the
ibc_core_checker()
logic to avoid stuck the whole process in some situations when handlingorig_trxs
failed.
Others:
The docker image: boscore/ibc_plugin_eos:ibc-v4.1.0
v4.0.2 release notes
In ibc_plugin
- fix a bug in the function
get_memo_info(...)
, enable it to parse memo string correctly. - 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
-
fix a bug in ibc_plugin.cpp
functionchain_plug->chain().fetch_block_by_number(uint32_t num)
return type issigned_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. -
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 )
andvoid 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
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
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
- fix a bug, crash when net_plugin catching up blocks with other peers and ibc_plugin is activate.
v2.1.2 release notes
- bug fix: make it works well on Ubuntu.
- merge eosio v1.8.4
v2.1.0 release notes
- Compatible with EOSIO v1.8.x
QA:
- 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