Raise Bitcoin, Particl and Monero versions.

This commit is contained in:
tecnovert
2021-06-25 23:02:54 +02:00
parent c1039c425d
commit 398ef268a6
3 changed files with 39 additions and 23 deletions

View File

@@ -41,11 +41,11 @@ else:
FILE_EXT = 'tar.gz'
known_coins = {
'particl': ('0.21.0.2', 'rc1'),
'particl': ('0.21.1.2', ''),
'litecoin': ('0.18.1', ''),
'bitcoin': ('0.21.0', ''),
'bitcoin': ('0.21.1', ''),
'namecoin': ('0.18.0', ''),
'monero': ('0.17.1.9', ''),
'monero': ('0.17.2.0', ''),
}
logger = logging.getLogger()
@@ -60,7 +60,7 @@ BASE_XMR_WALLET_PORT = int(os.getenv('BASE_XMR_WALLET_PORT', 29998))
XMR_WALLET_RPC_HOST = os.getenv('XMR_WALLET_RPC_HOST', '127.0.0.1')
XMR_WALLET_RPC_USER = os.getenv('XMR_WALLET_RPC_USER', 'xmr_wallet_user')
XMR_WALLET_RPC_PWD = os.getenv('XMR_WALLET_RPC_PWD', 'xmr_wallet_pwd')
XMR_SITE_COMMIT = 'd27c1eee9fe0e8daa011d07baae8b67dd2b62a04' # Lock hashes.txt to monero version
XMR_SITE_COMMIT = 'b86dac8b74e3e8663f8f468c19c2fea6ec523b62' # Lock hashes.txt to monero version
DEFAULT_XMR_RESTORE_HEIGHT = 2245107