Skip to content

Releases: Remmeauth/remprotocol

0.4.3

31 Jul 12:17
578996c
Compare
Choose a tag to compare

Remnode

  • Merged EOSIO v2.0.7 changes (#150)

0.4.2

30 Apr 10:24
c121335
Compare
Choose a tag to compare

Remnode

  • Merged EOSIO v2.0.5 changes (#147)

0.4.1

18 Feb 14:15
72dadef
Compare
Choose a tag to compare

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

04 Feb 18:13
4af8003
Compare
Choose a tag to compare

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

30 Dec 15:04
10ac554
Compare
Choose a tag to compare
renamed to remprotocol

0.3.0

29 Dec 12:39
649c670
Compare
Choose a tag to compare

Merged v2.0.0-rc3

0.2.2

13 Dec 17:47
Compare
Choose a tag to compare
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

31 Oct 17:59
93ebfbe
Compare
Choose a tag to compare
fixed vote maturity displaying (#94)

* fixed vote maturity displaying

* fixed ident; scaled votes precision 4 --> 8

* ident

* refactoring

* review

0.2.0

31 Oct 15:18
Compare
Choose a tag to compare
Release 0.2.0

0.1.3

25 Oct 14:20
1d1d00d
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
disabled rex and name bid actions (#86)

* added check guards that disallows rex and name bidding actions