port subdomain redirect to this branch; remove the old subdomain registrar

This commit is contained in:
Jude Nelson
2018-04-30 16:05:10 -04:00
parent 367d217da5
commit f8b66f576d
2 changed files with 2 additions and 3 deletions

View File

@@ -65,7 +65,6 @@ def start_subdomain_registrar():
env['BLOCKSTACK_TEST_CLIENT_RPC_PORT'] = os.environ.get('BLOCKSTACK_TEST_CLIENT_RPC_PORT')
SUBDOMAIN_PROC = Popen(['node', SUBDOMAIN_REGISTRAR_LOCATION], env = env)
testlib.add_cleanup(lambda: SUBDOMAIN_PROC.kill())
def scenario( wallets, **kw ):
@@ -134,6 +133,7 @@ def scenario( wallets, **kw ):
print json.dumps(name_info)
return False
SUBDOMAIN_PROC.kill()
def check( state_engine ):

View File

@@ -36,8 +36,7 @@ setup(
description='Name registrations on the Bitcoin blockchain with external storage',
keywords='blockchain bitcoin btc cryptocurrency name key value store data',
packages=find_packages(),
scripts=['bin/blockstack-server', 'bin/blockstack-core', 'bin/blockstack-snapshots',
'bin/blockstack-subdomain-registrar'],
scripts=['bin/blockstack-server', 'bin/blockstack-core', 'bin/blockstack-snapshots'],
download_url='https://github.com/blockstack/blockstore/archive/master.zip',
zip_safe=False,
include_package_data=True,