0.4.0
·
802 commits
to develop
since this release
Remnode
- Merged EOSIO v2.0.1 changes (#134)
- Account creation fee is now dynamically set in USD equivalent (#127)
- Swap plugin now uses https without WebSockets (#133)
- Stability fixes in swap plugin (#133)
- last_update timestamp fixes in oracle plugin (#135)
System contracts:
- Fixed a bug that prevented account creation when creation fee is set below 100 REM (#119)
- When BP claims the reward, the memo shows how many blocks were missed by the claiming BP in the closing cycle (#120)
- Swap contract now tracks approvals only from top25 bps (#122)
- Repeated swap approvals from bps now result in a failed transaction and excluded from account history (#122)
- Fixed a bug that caused the global table to have incorrect last_schedule field for one round after schedule changes (#126)
Updating remnode from the previous versions
Swap plugin now expects a regular https endpoint in the config file instead of wss. In your config.ini file, replace
eth-wss-provider
option with eth-https-provider
. In the case of Infura, the endpoint has to be https, without wss.
eth-https-provider = https://ropsten.infura.io/v3/000yourkeyhere000