Releases: Remmeauth/remprotocol
Releases · Remmeauth/remprotocol
0.4.3
0.4.2
0.4.1
Remnode
- Merged EOSIO v2.0.3 changes (#142)
System contracts:
- Delegating bandwidth does not update the power of the vote and the date it was cast (#138)
- Voting for no producers does not brake the vote power value (#139)
- Account creation fee is now dynamically set to either $0.5 (based on decentralized oracle) or min_account_stake (100 REM by default). Whichever is less. (#140)
Thank you
0.4.0
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
Thank you
0.3.1
renamed to remprotocol
0.3.0
Merged v2.0.0-rc3
0.2.2
Improved attribute validation (#109) * fix numeric attribute decoding * fix attribute test * add type checks in setattr * fix remcli set attribute * fix remcli * fix attribute tests * add Double type * update attribute test * fixed tests * fixed tests * updated test
0.2.1
fixed vote maturity displaying (#94) * fixed vote maturity displaying * fixed ident; scaled votes precision 4 --> 8 * ident * refactoring * review
0.2.0
Release 0.2.0
0.1.3
disabled rex and name bid actions (#86) * added check guards that disallows rex and name bidding actions