Skip to content

Releases: alexdovzhanyn/elixium_node

1.2.0

19 Apr 02:45
1c03b5c
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release
Merge pull request #2 from ElixiumNetwork/implement-pico

Implement Pico

v1.1.3

18 Mar 18:57
4d4668f
Compare
Choose a tag to compare
  • Updated config.toml with new seed IP addresses for testnet
  • Introduced a new unit of measuring Elixium tokens -- Ions, which are 1/10,000,000 of a token. Transactions are now denominated in ions.

v1.1.2

13 Dec 22:36
cd43a55
Compare
Choose a tag to compare
  • Fixed an issue where forks wouldn't resolve when a fork occurred at index 0
  • Removed dependency on bootstrapping server, instead allowing a set of peers to be defined in config from which other peers will be discovered

v1.1.1

09 Dec 20:31
e1eabb0
Compare
Choose a tag to compare
  • Fixes issue where peers wouldn't properly authenticate and would get stuck in limbo
  • Adds option to change how many maximum inbound/outbound connections to have
  • Adds functionality to ask peers for a reconnection port in case of connection interruption

v1.1.0

08 Dec 00:10
29cc012
Compare
Choose a tag to compare
  • Changes node config to use a config.toml file
  • Fixes runnable executable
  • Adds file logging
  • Updates to latest elixium core version

v1.0.1

06 Dec 22:40
395de20
Compare
Choose a tag to compare
  • Fix issue where node would crash when receiving a transaction
  • Adds usage instructions

v1.0.0

06 Dec 16:40
ca47557
Compare
Choose a tag to compare

Initial full node release