mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-29 12:15:22 +08:00
port subdomain redirect to this branch; remove the old subdomain registrar
This commit is contained in:
@@ -65,7 +65,6 @@ def start_subdomain_registrar():
|
|||||||
env['BLOCKSTACK_TEST_CLIENT_RPC_PORT'] = os.environ.get('BLOCKSTACK_TEST_CLIENT_RPC_PORT')
|
env['BLOCKSTACK_TEST_CLIENT_RPC_PORT'] = os.environ.get('BLOCKSTACK_TEST_CLIENT_RPC_PORT')
|
||||||
|
|
||||||
SUBDOMAIN_PROC = Popen(['node', SUBDOMAIN_REGISTRAR_LOCATION], env = env)
|
SUBDOMAIN_PROC = Popen(['node', SUBDOMAIN_REGISTRAR_LOCATION], env = env)
|
||||||
testlib.add_cleanup(lambda: SUBDOMAIN_PROC.kill())
|
|
||||||
|
|
||||||
|
|
||||||
def scenario( wallets, **kw ):
|
def scenario( wallets, **kw ):
|
||||||
@@ -134,6 +133,7 @@ def scenario( wallets, **kw ):
|
|||||||
print json.dumps(name_info)
|
print json.dumps(name_info)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
SUBDOMAIN_PROC.kill()
|
||||||
|
|
||||||
def check( state_engine ):
|
def check( state_engine ):
|
||||||
|
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -36,8 +36,7 @@ setup(
|
|||||||
description='Name registrations on the Bitcoin blockchain with external storage',
|
description='Name registrations on the Bitcoin blockchain with external storage',
|
||||||
keywords='blockchain bitcoin btc cryptocurrency name key value store data',
|
keywords='blockchain bitcoin btc cryptocurrency name key value store data',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=['bin/blockstack-server', 'bin/blockstack-core', 'bin/blockstack-snapshots',
|
scripts=['bin/blockstack-server', 'bin/blockstack-core', 'bin/blockstack-snapshots'],
|
||||||
'bin/blockstack-subdomain-registrar'],
|
|
||||||
download_url='https://github.com/blockstack/blockstore/archive/master.zip',
|
download_url='https://github.com/blockstack/blockstore/archive/master.zip',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user