Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Update neo-boa to integrate with CityOfZion/neo-python#716 #111

Open
wants to merge 6 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions boa_test/tests/boa_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ class BoaTest(WalletFixtureTestCase):

dirname = None

FIXTURE_REMOTE_LOC = 'https://s3.us-east-2.amazonaws.com/cityofzion/fixtures/fixtures_v8.tar.gz'
FIXTURE_REMOTE_LOC = 'https://s3.us-east-2.amazonaws.com/cityofzion/fixtures/fixtures_v9.tar.gz'
FIXTURE_FILENAME = 'fixtures/empty_fixture.tar.gz'

wallet_1_script_hash = UInt160(data=b'S\xefB\xc8\xdf!^\xbeZ|z\xe8\x01\xcb\xc3\xac/\xacI)')

wallet_1_addr = 'APRgMZHZubii29UXF9uFa6sohrsYupNAvx'
wallet_1_addr = 'AJQ6FoaSXDFzA6wLnyZ1nFN7SGSN2oNTc3'
Copy link
Author

@jseagrave21 jseagrave21 Nov 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated the wallet address here because the previous wallet address does not correspond to neo-test1-w.wallet whereas wallet_1_addr does correspond correctly here

wallet_1_addr = 'AJQ6FoaSXDFzA6wLnyZ1nFN7SGSN2oNTc3'


_wallet1 = None

Expand Down Expand Up @@ -48,8 +48,8 @@ class BoaFixtureTest(WalletFixtureTestCase):

dirname = None

FIXTURE_REMOTE_LOC = 'https://s3.us-east-2.amazonaws.com/cityofzion/fixtures/fixtures_v8.tar.gz'
FIXTURE_FILENAME = './fixtures/fixtures_v8.tar.gz'
FIXTURE_REMOTE_LOC = 'https://s3.us-east-2.amazonaws.com/cityofzion/fixtures/fixtures_v9.tar.gz'
FIXTURE_FILENAME = './fixtures/fixtures_v9.tar.gz'

wallet_1_script_hash = UInt160(data=b'\x1c\xc9\xc0\\\xef\xff\xe6\xcd\xd7\xb1\x82\x81j\x91R\xec!\x8d.\xc0')

Expand Down