Emilio Almansi
|
0030014c2b
|
Revert "Merge pull request #161 from matiu/cash"
This reverts commit 6922d55a3d , reversing
changes made to b5c4f76799 .
|
7 years ago |
matiu
|
fa8e1346e0
|
support bitcoincash: protocolhandler
|
7 years ago |
matiu
|
d5f287fc6b
|
fix uri tests
|
7 years ago |
Braydon Fuller
|
a50fccef4d
|
Changes behavior of `toJSON` to work as expected with `JSON.stringify`
- see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON%28%29_behavior
- Updates CONTRIBUTING with changes to Stardard Methods
- Aliases toJSON for toObject
- Removes all `fromJSON` methods, and many cases replaces with `fromObject`
- Constructors expect an object parsed via `JSON.parse` for JSON input
|
10 years ago |
Yemel Jardi
|
42e2c6c525
|
Implement I5 on URI
|
10 years ago |
Esteban Ordano
|
b5f8188a1f
|
Lint and cover URI completely
|
10 years ago |
Braydon Fuller
|
cddd55afc4
|
URI/Unit: Added toObject method and changed toJSON to return a string
|
10 years ago |
Braydon Fuller
|
1858766627
|
Standardized toJSON, fromJSON, toString and fromString interfaces
|
10 years ago |
Braydon Fuller
|
3b061b057f
|
Address: Added documentation and refactored to accept both a string and network object.
|
10 years ago |
Braydon Fuller
|
d5d88287cd
|
Networks: Consistency of network reference for 'livenet', and removed hardcoded value.
|
10 years ago |
Esteban Ordano
|
3dbb35a708
|
Fixes build, add "mainnet" again and fixes uri
|
10 years ago |
Yemel Jardi
|
9cd9eeba1f
|
convert amout to satoshis
|
10 years ago |
Yemel Jardi
|
c9951be2dc
|
Base URI class and tests
|
10 years ago |