Daniel Cousens
4c6385e0d2
integration: use ScriptPubKey for Address
11 years ago
Daniel Cousens
2b563ec55a
integration: fix invalid use of network object
11 years ago
Daniel Cousens
326cda63c0
integration: use Script.getHash
11 years ago
Daniel Cousens
c9f9d86cb4
integration: stop async tests causing wrong balance
11 years ago
Kyle Drake
4e3cb6762b
fix for hash160 in integration test
11 years ago
Daniel Cousens
0468c4710c
Transaction: rename (de)serialize to [to/from]Buffer
11 years ago
Daniel Cousens
55681e7e5d
Script: use PubKey objects not prebuilt Buffers
11 years ago
Wei Lu
8063979d99
fix integration test
11 years ago
Daniel Cousens
6c0eebe94b
tests: use filepaths directly
After a long IRC discussion, it was decided that the use of direct
filepaths instead of the module is a more pure form of testing ,
although it may provide less overall coverage than the mixed integration
style imports used previously.
This will need to be remedied by further integration testing in
/test/integration.
11 years ago
Daniel Cousens
57b8afbdab
Network: rename Network to Networks
This change removes the most common ambiguities.
As the network module is not representative of a class, the lower case
has been used.
11 years ago
Wei Lu
33b73517fe
fixes integration test dependency paths
11 years ago
Wei Lu
752aeae0d3
update integration test descriptions
11 years ago
Wei Lu
2affeda3f4
Restructure integration and coretests
Also update test script to pick up only tests directly under /test
11 years ago