Ryan X. Charles
|
4a027e260a
|
Address().fromScript(script)
It is convenient to be able to derive an address directly from a script for
p2sh transactions.
|
2014-09-12 17:49:01 -07:00 |
Ryan X. Charles
|
6a26813955
|
p2sh -> scripthash
more appealing and memorable name
|
2014-09-01 12:06:18 -07:00 |
Ryan X. Charles
|
80625fdbef
|
move static isValid next to instance isValid
...to be easier for developers to parse and distinguish
|
2014-08-28 20:27:45 -07:00 |
Ryan X. Charles
|
356ddcfa4e
|
test invalid address
|
2014-08-28 17:32:08 -07:00 |
Ryan X. Charles
|
ac47796acd
|
.isValid() is more convenient than .validate()
|
2014-08-28 17:30:32 -07:00 |
Ryan X. Charles
|
6b7592d67b
|
add address validation convenience function
|
2014-08-28 15:22:03 -07:00 |
Ryan X. Charles
|
f52e679f93
|
refactor address - use "set" function
...intend for this to become standard throughout the lib
|
2014-08-28 15:18:48 -07:00 |
Ryan X. Charles
|
7c945cdc01
|
add "compressed" feature to pubkeys
...not just privkeys. since, of course, they can be compressed or uncompressed.
|
2014-08-22 17:43:22 -07:00 |
Ryan X. Charles
|
6176ad4a98
|
verify signed messages
...and fix bug where i (recover param) was stored incorrectly
|
2014-08-22 16:15:44 -07:00 |
Ryan X. Charles
|
15f9a99e65
|
message signing
|
2014-08-21 15:50:38 -07:00 |
Ryan X. Charles
|
e6d89a76d7
|
use standard language - hash -> hashbuf
|
2014-08-21 14:00:18 -07:00 |
Ryan X. Charles
|
4cff6a41f4
|
remove "(classname): " from tests
...to reduce the burden on writing new code
|
2014-08-20 13:03:07 -07:00 |
Ryan X. Charles
|
a2512226f8
|
address convenience functions
|
2014-08-13 18:00:41 -04:00 |
Ryan X. Charles
|
3871e43dd8
|
make address more consistent with rest of lib
|
2014-08-09 20:26:03 -07:00 |
Ryan X. Charles
|
862235e57e
|
initial commit
address, base58, base58check, hash all working with tests.
base58check code taken from bitcore.
|
2014-08-06 18:25:45 -07:00 |