Skip to content

Releases: aeonix/aeon-legacy

Phoenix (0.9.14.0)

07 Oct 23:05
Compare
Choose a tag to compare

This optional enhancement release adds one new feature and one feature from upstream (Monero). The release is fully compatible and contains no significant bug fixes. As such the previous daemon and/or wallet can be used interchangeably with this one if the new features are not needed.

The --restricted-rpc daemon option (ported from Monero by LesPristy) disables some unsafe RPC requests for use with public nodes

The --fee-multiplier simplewallet option increases all fees by a factor of 1 (default; unchanged) to 100 (recommended: 2 or 3). This can assist in getting urgent transactions confirmed when there is a tx pool backlog. May also be used when creating mixin 0 transactions to bid for the one available tx slot per block (a 0 mixin with a fee multiplier of 2 may still be less expensive and/or confirm faster than a mixin 2 with a fee multiplier of 1, depending on the details of the transaction and network conditions).

Additional changes:
README cleanup (xmr-eric)
Fix for incorrect hash rate displayed by daemon diff command
Added instructions for manual cmake to README

Phoenix (0.9.13.0)

30 Sep 10:03
Compare
Choose a tag to compare

The maintenance release is recommended, especially for users of the RPC wallet.

In addition, anyone operating an important node or mining (solo mining or operating a pool; not relevant to pool client miners) should review the new deployment notes.

Numerous portability and compilation fixes (stoffu, appveyor)
RPC wallet exception handling for improved reliability (upstream from XMR/QCN, sammy007)
Added deployment notes in README

Windows binaries (md5 checksum)

aeond.exe (2c6a896c3f4fdf778d51a91c9768ca01)
simplewallet.exe (be00bfafad1f7bb2e2381df0db47b4d6)

Phoenix (0.9.12.0)

23 Apr 07:43
Compare
Choose a tag to compare

This maintenance release is recommended for all nodes, but is not urgent.

A future update (not yet scheduled) will begin enforcing the minimum relay fee equal to the current default fee, so nodes that have not yet updated to a minimum of 0.9.12.0 will then be disconnected and banned.

Fixes some Windows build issues
Add option to disable blockchain auto-save (useful to reduce swapping on low-memory nodes)
Prioritize transactions by fee/byte
Disable relay of transactions with legacy fee lower than current default

Phoenix (0.9.11.0)

05 Apr 07:09
Compare
Choose a tag to compare

This highly recommended release resolves a deadlock issue introduced in 0.9.9.0 which caused the daemon to occasionally hang. All users are advised to update.

Phoenix (0.9.10.0)

04 Apr 05:00
Compare
Choose a tag to compare

This minor release addresses some possible causes for poor performance and lockups seen in 0.9.9.0. In addition it fixes a build problem on some versions of Mac OS X.

Fix for possible deadlock
Reduce unnecessary lock holding
Mac build fix from upstream (@radfish from monero)

Phoenix (0.9.9.0)

29 Mar 11:06
Compare
Choose a tag to compare

This maintenance release is highly recommended for all AEON users.

Includes reliability and stability fixes
Updates embedded miniupupc with latest upstream fixes
Resolves build issues with newer compiler/platform versions (some from Monero upstream)

Phoenix (0.9.8.0)

04 Mar 09:23
Compare
Choose a tag to compare

This mandatory hard fork release corrects a problem which allowed a recent block to enter the chain data store despite a missing transaction.
Also contains additional bug fixes from Monero (credit moneromooo and warptangent)

All nodes will require resyncing after installing this update. In addition any blocks that are part of the invalid chain starting at height 798358 will be rejected.

Nodes continuing to advertise the invalid blocks will be dropped and eventually banned. This may initially produce a high volume of error messages.

Wallet rescan may be necessary to recover coins spent in the invalid chain. Wallet rescan after resync is highly recommended in any case. To rescan, rename or move the wallet.bin file and start the wallet normally.

Phoenix (0.9.7.1)

24 Feb 00:23
Compare
Choose a tag to compare

This is a necessary point release of AEON Phoenix and is a strongly, strongly recommended update.

Includes preliminary code for support for ringct (not yet functional or enabled)
Include upstream fixes
Performance improvement on non-Intel platforms

Known issue: coretests (and possibly other unit tests) fails to compile, as was the case in previous versions. This can be safely ignored. As long as a non-parallel build is used (do NOT use make -j), this error will occur after the wallet and daemon binaries are already built.

Phoenix (0.9.6.0)

05 Nov 07:41
Compare
Choose a tag to compare

Fix mixin output selection to match wallet output selection
Slightly reduce wallet maximum tx size; should speed up confirmation rate especially for split transactions

Phoenix (0.9.5.0)

09 Oct 22:09
Compare
Choose a tag to compare

SECURITY: Fix upnp buffer overflow
Fix compile error with gcc 5.1.0
Fix node unblocking message formatting
Code clean ups