Skip to content

Commit

Permalink
Update README, rename release binaries and bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
argoneum committed Apr 24, 2020
1 parent fbcf45b commit d64cde9
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 9 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
Argoneum Core version 1.4.1.0
==============================

This release includes the following minor changes:
- changed BIP44 coin code to a registered one
- added natural sort of masternode list by IP address
- renamed distributed Linux binary releases

BIP44 code changes the HD wallet address chain. If you used an HD wallet with
some mnemonic, this change will invalidate all your addresses, unfortunately.
The same mnemonic will generate other addresses. So it is recommended to
move all your coins from old addresses (using old version) to new addresses
(generated by new version) and reinstall your masternodes. This is a painful
but necessary change in order to register other coin services officially.

WARNING: using new version with old HD wallet will NOT recreate the same
wallet by mnemonic. Do not forget to transfer coins if you use HD
wallet.

Now masternodes can be sorted by their IP in numeric order, not lexical one.
So address 123.2.3.4 will follow 5.2.3.4, not vice versa.

Finally, this version renames binary releases using proper architecture
dependant names for linux.

If you do not use HD wallet, you do not have to update to this release.


Argoneum Core staging tree 1.4.0.0
==================================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 4)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2020)
Expand Down
7 changes: 1 addition & 6 deletions contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "argoneum-linux-1.4.0.0"
name: "argoneum-linux-1.4.1.0"
enable_cache: true
suites:
- "bionic"
Expand Down Expand Up @@ -220,8 +220,3 @@ script: |
rm -rf ccache
popd
fi
#mv ${OUTDIR}/${DISTNAME}-x86_64-*-debug.tar.gz ${OUTDIR}/${DISTNAME}-linux64-debug.tar.gz
#mv ${OUTDIR}/${DISTNAME}-i686-*-debug.tar.gz ${OUTDIR}/${DISTNAME}-linux32-debug.tar.gz
mv ${OUTDIR}/${DISTNAME}-x86_64-*.tar.gz ${OUTDIR}/${DISTNAME}-linux64.tar.gz
mv ${OUTDIR}/${DISTNAME}-i686-*.tar.gz ${OUTDIR}/${DISTNAME}-linux32.tar.gz
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "argoneum-osx-1.4.0.0"
name: "argoneum-osx-1.4.1.0"
enable_cache: true
suites:
- "bionic"
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "argoneum-win-1.4.0.0"
name: "argoneum-win-1.4.1.0"
enable_cache: true
suites:
- "bionic"
Expand Down

0 comments on commit d64cde9

Please sign in to comment.