Ryan X. Charles
|
4a027e260a
|
Address().fromScript(script)
It is convenient to be able to derive an address directly from a script for
p2sh transactions.
|
10 years ago |
Ryan X. Charles
|
6a26813955
|
p2sh -> scripthash
more appealing and memorable name
|
11 years ago |
Ryan X. Charles
|
bdb8daaf07
|
remove redundant "test." from test names
|
11 years ago |
Ryan X. Charles
|
356ddcfa4e
|
test invalid address
|
11 years ago |
Ryan X. Charles
|
ac47796acd
|
.isValid() is more convenient than .validate()
|
11 years ago |
Ryan X. Charles
|
6b7592d67b
|
add address validation convenience function
|
11 years ago |
Ryan X. Charles
|
f52e679f93
|
refactor address - use "set" function
...intend for this to become standard throughout the lib
|
11 years ago |
Ryan X. Charles
|
7c945cdc01
|
add "compressed" feature to pubkeys
...not just privkeys. since, of course, they can be compressed or uncompressed.
|
11 years ago |
Ryan X. Charles
|
4cff6a41f4
|
remove "(classname): " from tests
...to reduce the burden on writing new code
|
11 years ago |
Ryan X. Charles
|
9cc214cf06
|
capitalize classes in tests
|
11 years ago |
Ryan X. Charles
|
a2512226f8
|
address convenience functions
|
11 years ago |
Ryan X. Charles
|
3871e43dd8
|
make address more consistent with rest of lib
|
11 years ago |
Ryan X. Charles
|
c00f1ebeea
|
standardize capitalization in test describes
|
11 years ago |
Ryan X. Charles
|
862235e57e
|
initial commit
address, base58, base58check, hash all working with tests.
base58check code taken from bitcore.
|
11 years ago |