Releases: raicoincommunity/Raicoin
Releases · raicoincommunity/Raicoin
V1.7.0
V1.6.0
Live release v1.5
Changes:
- Support ws/wss protocol between rai_node and rai_wallet_server.py
- Performance optimization for all components
- Update cacert.pem
- Bug fix
Live release v1.4
New features:
- 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
- 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
- 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
- rai_wallet: macOS version first release, use server timestamp, bug fix.
- rai_node: bug fix.
- rai_wallet_server: add 'current_timestamp' api.
- rai_wallet_rpc: support block query by height, bug fix.
Live trial release v1.2
- rai_wallet: auto receive, create block manually
- rai_node: performance optimization, new rpc apis
- 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
- Add rpc for rai_wallet app.
- 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
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
Add logo
bugfix
Beta release v0.3
New features:
block extensions module
sub_account extension
note extension