Skip to content

Commit

Permalink
0.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrith committed Dec 11, 2017
1 parent 0ef57fc commit fa58a28
Show file tree
Hide file tree
Showing 91 changed files with 55 additions and 31 deletions.
1 change: 1 addition & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The MIT License (MIT)

Copyright (c) 2009-2016 The Bitcoin Core developers
Copyright (c) 2009-2016 The Mooncoin Core developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
The MIT License (MIT)

Copyright (c) 2009-2016 The Bitcoin Core developers
Copyright (c) 2009-2016 The Mooncoin Core developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ PACKAGE_TARNAME='mooncoin'
PACKAGE_VERSION='0.13.9'
PACKAGE_STRING='Mooncoin Core 0.13.9'
PACKAGE_BUGREPORT='https://github.com/mooncoincore/wallet/issues'
PACKAGE_URL='https://mooncoin.org/'
PACKAGE_URL='https://mooncoin.com/'

ac_unique_file="src/main.cpp"
# Factoring default headers for most tests.
Expand Down Expand Up @@ -1839,7 +1839,7 @@ Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <https://github.com/mooncoincore/wallet/issues>.
Mooncoin Core home page: <https://mooncoin.org/>.
Mooncoin Core home page: <https://mooncoin.com/>.
_ACEOF
ac_status=$?
fi
Expand Down Expand Up @@ -30973,7 +30973,7 @@ Configuration commands:
$config_commands

Report bugs to <https://github.com/mooncoincore/wallet/issues>.
Mooncoin Core home page: <https://mooncoin.org/>."
Mooncoin Core home page: <https://mooncoin.com/>."

_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2016)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Mooncoin Core]])
AC_INIT([Mooncoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/mooncoincore/wallet/issues],[mooncoin],[https://mooncoin.org/])
AC_INIT([Mooncoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/mooncoincore/wallet/issues],[mooncoin],[https://mooncoin.com/])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
2 changes: 1 addition & 1 deletion contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ Test and Verify Tools
Utilities to generate test vectors for the data-driven Mooncoin tests.

### [Verify Binaries](/contrib/verifybinaries) ###
This script attempts to download and verify the signature file SHA256SUMS.asc from mooncoin.org.
This script attempts to download and verify the signature file SHA256SUMS.asc from mooncoin.com.
8 changes: 4 additions & 4 deletions contrib/devtools/split-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ $# -ne 3 ];
then echo "usage: $0 <input> <stripped-binary> <debug-binary>"
fi

/usr/bin/x86_64-w64-mingw32-objcopy --enable-deterministic-archives -p --only-keep-debug $1 $3
/usr/bin/x86_64-w64-mingw32-objcopy --enable-deterministic-archives -p --strip-debug $1 $2
/usr/bin/x86_64-w64-mingw32-strip --enable-deterministic-archives -p -s $2
/usr/bin/x86_64-w64-mingw32-objcopy --enable-deterministic-archives -p --add-gnu-debuglink=$3 $2
/usr/bin/i686-w64-mingw32-objcopy --enable-deterministic-archives -p --only-keep-debug $1 $3
/usr/bin/i686-w64-mingw32-objcopy --enable-deterministic-archives -p --strip-debug $1 $2
/usr/bin/i686-w64-mingw32-strip --enable-deterministic-archives -p -s $2
/usr/bin/i686-w64-mingw32-objcopy --enable-deterministic-archives -p --add-gnu-debuglink=$3 $2
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Mooncoin Core 0.13.2

Setup
---------------------
[Mooncoin Core](http://mooncoin.org/en/download) is the original Mooncoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Mooncoin transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.
[Mooncoin Core](http://mooncoin.com/en/download) is the original Mooncoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Mooncoin transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.

Running
---------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/gitian-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ the same, tested dependencies are used and statically built into the executable.
Multiple developers build the source code by following a specific descriptor
("recipe"), cryptographically sign the result, and upload the resulting signature.
These results are compared and only if they match, the build is accepted and uploaded
to mooncoin.org.
to mooncoin.com.

More independent Gitian builders are needed, which is why this guide exists.
It is preferred you follow these steps yourself instead of using someone else's
Expand Down
2 changes: 1 addition & 1 deletion doc/litecoin-release-notes/release-notes-0.13.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Mooncoin Core version 0.13.2 is now available from:

<https://download.mooncoin.org/mooncoin-0.13.2.1/>
<https://download.mooncoin.com/mooncoin-0.13.2.1/>

This is a new major version release, including new features, various bugfixes and performance improvements, as well as updated translations.
It is recommended to upgrade to this version.
Expand Down
2 changes: 1 addition & 1 deletion doc/release-notes-litecoin.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Mooncoin Core version 0.13.9 is now available from:

<https://download.mooncoin.org/mooncoin-0.13.9/>
<https://download.mooncoin.com/mooncoin-0.13.9/>

This is a new major version release, including new features, various bugfixes and performance improvements, as well as updated translations.
It is recommended to upgrade to this version.
Expand Down
8 changes: 4 additions & 4 deletions doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ The `*-debug*` files generated by the gitian build contain debug symbols
for troubleshooting by developers. It is assumed that anyone that is interested
in debugging can run gitian to generate the files for themselves. To avoid
end-user confusion about which file to pick, as well as save storage
space *do not upload these to the mooncoin.org server, nor put them in the torrent*.
space *do not upload these to the mooncoin.com server, nor put them in the torrent*.

- GPG-sign it, delete the unsigned file:
```
Expand All @@ -235,17 +235,17 @@ rm SHA256SUMS
(the digest algorithm is forced to sha256 to avoid confusion of the `Hash:` header that GPG adds with the SHA256 used for the files)
Note: check that SHA256SUMS itself doesn't end up in SHA256SUMS, which is a spurious/nonsensical entry.

- Upload zips and installers, as well as `SHA256SUMS.asc` from last step, to the mooncoin.org server.
- Upload zips and installers, as well as `SHA256SUMS.asc` from last step, to the mooncoin.com server.

- Update mooncoin.org version
- Update mooncoin.com version

- Announce the release:

- mooncoin-dev mailing list

- Mooncoin Core announcements list https://groups.google.com/forum/#!forum/mooncoin-dev

- blog.mooncoin.org blog post
- blog.mooncoin.com blog post

- mooncointalk.io forum announcement

Expand Down
2 changes: 1 addition & 1 deletion src/config/bitcoin-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
#define PACKAGE_TARNAME "mooncoin"

/* Define to the home page for this package. */
#define PACKAGE_URL "https://mooncoin.org/"
#define PACKAGE_URL "https://mooncoin.com/"

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.13.9"
Expand Down
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ std::string HelpMessage(HelpMessageMode mode)
std::string LicenseInfo()
{
const std::string URL_SOURCE_CODE = "<https://github.com/mooncoincore/wallet>";
const std::string URL_WEBSITE = "<https://mooncoin.org>";
const std::string URL_WEBSITE = "<https://mooncoin.com>";
// todo: remove urls from translations on next change
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2011, COPYRIGHT_YEAR) + " ") + "\n" +
"\n" +
Expand Down
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Copyright (c) 2016-2017 The Mooncoin Core developers (barrystyle https://github.com/mooncoindev)
// Copyright (c) 2016-2017 The Mooncoin Core developers (barrystyle https://github.com/mooncoindev until 0.13.3)
// Copyright (c) 2017 The Mooncoin Core developers (https://github.com/mooncoincore)
//
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
Expand Down
2 changes: 1 addition & 1 deletion src/obj/build.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_SUFFIX 97c08b6-
#define BUILD_SUFFIX 0ef57fc-
2 changes: 1 addition & 1 deletion src/qt/guiconstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static const int MAX_URI_LENGTH = 255;
#define SPINNER_FRAMES 36

#define QAPP_ORG_NAME "Mooncoin"
#define QAPP_ORG_DOMAIN "mooncoin.org"
#define QAPP_ORG_DOMAIN "mooncoin.com"
#define QAPP_APP_NAME_DEFAULT "Mooncoin-Qt"
#define QAPP_APP_NAME_TESTNET "Mooncoin-Qt-testnet"

Expand Down
Binary file modified src/qt/res/icons/about.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/qt/res/icons/about_qt.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/add.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/address-book.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/bitcoin.icns
100755 → 100644
Binary file not shown.
Binary file modified src/qt/res/icons/bitcoin.ico
100755 → 100644
Binary file not shown.
Binary file modified src/qt/res/icons/bitcoin.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/bitcoin_testnet.ico
Binary file not shown.
Binary file modified src/qt/res/icons/bitcoin_testnet.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/chevron.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/clock1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/clock2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/clock3.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/clock4.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/clock5.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/configure.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/connect0.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/connect0_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/qt/res/icons/connect1.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/connect1_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/connect2.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/connect2_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/connect3.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/connect3_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/connect4.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/icons/connect4_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/debugwindow.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/edit.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/icons/editcopy.png
100755 → 100644
Binary file modified src/qt/res/icons/editpaste.png
100755 → 100644
Binary file modified src/qt/res/icons/export.png
100755 → 100644
Empty file modified src/qt/res/icons/eye.png
100755 → 100644
Empty file modified src/qt/res/icons/eye_minus.png
100755 → 100644
Empty file modified src/qt/res/icons/eye_plus.png
100755 → 100644
Binary file modified src/qt/res/icons/filesave.png
100755 → 100644
Empty file modified src/qt/res/icons/fontbigger.png
100755 → 100644
Empty file modified src/qt/res/icons/fontsmaller.png
100755 → 100644
Binary file modified src/qt/res/icons/history.png
100755 → 100644
Empty file modified src/qt/res/icons/info.png
100755 → 100644
Binary file modified src/qt/res/icons/key.png
100755 → 100644
Binary file added src/qt/res/icons/litecoin.icns
Binary file not shown.
Binary file modified src/qt/res/icons/lock_closed.png
100755 → 100644
Binary file modified src/qt/res/icons/lock_open.png
100755 → 100644
Binary file added src/qt/res/icons/mining.png
Binary file added src/qt/res/icons/mining_active.png
Binary file added src/qt/res/icons/mining_inactive.png
Binary file added src/qt/res/icons/notsynced.png
Binary file modified src/qt/res/icons/open.png
100755 → 100644
Binary file modified src/qt/res/icons/overview.png
100755 → 100644
Binary file added src/qt/res/icons/qrcode.png
Binary file modified src/qt/res/icons/quit.png
100755 → 100644
Binary file modified src/qt/res/icons/receive.png
100755 → 100644
Binary file modified src/qt/res/icons/remove.png
100755 → 100644
Binary file modified src/qt/res/icons/send.png
100755 → 100644
Binary file modified src/qt/res/icons/synced.png
100755 → 100644
Binary file added src/qt/res/icons/toolbar.png
Binary file added src/qt/res/icons/toolbar_testnet.png
Binary file modified src/qt/res/icons/transaction0.png
100755 → 100644
Binary file modified src/qt/res/icons/transaction2.png
100755 → 100644
Empty file modified src/qt/res/icons/transaction_abandoned.png
100755 → 100644
Empty file modified src/qt/res/icons/transaction_conflicted.png
100755 → 100644
Binary file modified src/qt/res/icons/tx_inout.png
100755 → 100644
Binary file modified src/qt/res/icons/tx_input.png
100755 → 100644
Binary file modified src/qt/res/icons/tx_mined.png
100755 → 100644
Binary file modified src/qt/res/icons/tx_output.png
100755 → 100644
Empty file modified src/qt/res/icons/verify.png
100755 → 100644
Empty file modified src/qt/res/icons/warning.png
100755 → 100644
Binary file added src/qt/res/images/about.png
Binary file modified src/qt/res/images/splash.png
Binary file added src/qt/res/images/splash_testnet.png
Binary file added src/qt/res/images/wallet_bgcoin.png
2 changes: 1 addition & 1 deletion src/secp256k1/libsecp256k1.pc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoin-mastertest/depends/x86_64-w64-mingw32
prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoinRepo/depends/i686-w64-mingw32
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Expand Down
12 changes: 6 additions & 6 deletions src/secp256k1/src/libsecp256k1-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#define HAVE_UNISTD_H 1

/* Define to 1 if the system has the type `__int128'. */
#define HAVE___INT128 1
/* #undef HAVE___INT128 */

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#define LT_OBJDIR ".libs/"
Expand Down Expand Up @@ -87,7 +87,7 @@
#define STDC_HEADERS 1

/* Define this symbol to enable x86_64 assembly optimizations */
#define USE_ASM_X86_64 1
/* #undef USE_ASM_X86_64 */

/* Define this symbol to use a statically generated ecmult table */
#define USE_ECMULT_STATIC_PRECOMPUTATION 1
Expand All @@ -100,10 +100,10 @@
/* #undef USE_EXTERNAL_ASM */

/* Define this symbol to use the FIELD_10X26 implementation */
/* #undef USE_FIELD_10X26 */
#define USE_FIELD_10X26 1

/* Define this symbol to use the FIELD_5X52 implementation */
#define USE_FIELD_5X52 1
/* #undef USE_FIELD_5X52 */

/* Define this symbol to use the native field inverse implementation */
#define USE_FIELD_INV_BUILTIN 1
Expand All @@ -118,10 +118,10 @@
#define USE_NUM_NONE 1

/* Define this symbol to use the 4x64 scalar implementation */
#define USE_SCALAR_4X64 1
/* #undef USE_SCALAR_4X64 */

/* Define this symbol to use the 8x32 scalar implementation */
/* #undef USE_SCALAR_8X32 */
#define USE_SCALAR_8X32 1

/* Define this symbol to use the native scalar inverse implementation */
#define USE_SCALAR_INV_BUILTIN 1
Expand Down
2 changes: 1 addition & 1 deletion src/univalue/pc/libunivalue-uninstalled.pc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoin-mastertest/depends/x86_64-w64-mingw32
prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoinRepo/depends/i686-w64-mingw32
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Expand Down
2 changes: 1 addition & 1 deletion src/univalue/pc/libunivalue.pc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoin-mastertest/depends/x86_64-w64-mingw32
prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoinRepo/depends/i686-w64-mingw32
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Expand Down

0 comments on commit fa58a28

Please sign in to comment.