Skip to content

Releases: raicoincommunity/Raicoin

V1.7.0

08 Mar 15:09
2033f47
Compare
Choose a tag to compare

[UPDATE]

  • Fix OOM killed error
  • Fix crash caused by websocket client

[NEW FEATURE]

  • rai_token, the Interpreter of Raicoin Tokenize Subsystem (RTS)

V1.6.0

08 Nov 15:52
78174ea
Compare
Choose a tag to compare

[NEW FEATURES]

  • Raicoin dApp framework
  • dApp rai_alias
  • rai_node_gateway.py

[UPDATE]

  • Fix rai_wallet crash on MacOS
  • Start node with the configured IP address
  • Fix printing of irrelevant errors
  • Fix address sanitizer bugs

Live release v1.5

14 Mar 15:11
c626027
Compare
Choose a tag to compare

Changes:

  1. Support ws/wss protocol between rai_node and rai_wallet_server.py
  2. Performance optimization for all components
  3. Update cacert.pem
  4. Bug fix

Live release v1.4

23 Nov 12:16
c1a78d1
Compare
Choose a tag to compare

New features:

  1. Start node by secret key of vanity address
./rai_node --daemon --raw_key
#then paste the secret key in the next line and input Enter
  1. Delegator list
    (1) In node's config file, set 'enable_delegator_list' to 'true'
    (2) Get delegator list by RPC api
curl -d '{"action":"delegator_list", "representative":"rai_xxxxxx", "count":1000}' http://127.0.0.1:7176
  1. Richlist
    (1) In node's config file, set 'enable_rich_list' to 'true'
    (2) Get rich list by RPC api
curl -d '{"action":"richlist", "count": 100}' http://127.0.0.1:7176

Live release v1.3

24 Oct 10:04
736bd82
Compare
Choose a tag to compare
  1. rai_wallet: macOS version first release, use server timestamp, bug fix.
  2. rai_node: bug fix.
  3. rai_wallet_server: add 'current_timestamp' api.
  4. rai_wallet_rpc: support block query by height, bug fix.

Live trial release v1.2

14 Sep 05:00
8ca6098
Compare
Choose a tag to compare
  1. rai_wallet: auto receive, create block manually
  2. rai_node: performance optimization, new rpc apis
  3. add rai_wallet_server.py to release package

This version is used for the trial operation of the live network. If there are no irreversible fatal bugs, it will operate as the main network. Otherwise, we reserve the right to reset the network.

Live trial release v1.1

19 Aug 13:26
633c87b
Compare
Choose a tag to compare
  1. Add rpc for rai_wallet app.
  2. Security enhancement.

This version is used for the trial operation of the live network. If there are no irreversible fatal bugs, it will operate as the main network. Otherwise, we reserve the right to reset the network.

Live trial release v1.0

30 Jul 17:10
1e92c70
Compare
Choose a tag to compare

This version is used for the trial operation of the live network. If there are no irreversible fatal bugs, it will operate as the main network. Otherwise, we reserve the right to reset the network.

Beta release v0.4

01 Jul 07:31
0885670
Compare
Choose a tag to compare
Beta release v0.4 Pre-release
Pre-release

Add logo
bugfix

Beta release v0.3

16 Jun 07:14
5964f11
Compare
Choose a tag to compare
Beta release v0.3 Pre-release
Pre-release

New features:

block extensions module
sub_account extension
note extension