Yemel Jardi
f78ebeb46c
Refactor HDPrivateKey path validation
10 years ago
Yemel Jardi
884cae7349
Fix another typo
10 years ago
Yemel Jardi
bb3064d336
fix typo
10 years ago
Yemel Jardi
2aa5c65945
Add validations to derivation path
10 years ago
Yemel Jardi
754add30df
Merge pull request #884 from bip32JP/master
Fixed deterministicK() to match python-ecdsa
10 years ago
bip32JP
bc6f592daa
fix tests
fix tests to match python-ecdsa
10 years ago
bip32JP
95bfb18849
Fix the error loop.
I added a similar badrs function to python-ecdsa and compared the results.
The 1 badrs (aka forcing it to loop once) gave me a different value. It turns out you missed one of the `v = hmac_k(v)` steps during the loop.
Adding one extra `v = hmac_k(v)` in each loop makes it match up with python-ecdsa perfectly (I even tried up to badrs = 30 and it was fine.
10 years ago
Yemel Jardi
9a5193d8e9
Merge pull request #873 from eordano/fix/isFullySigned
transaction: better errors for signature methods
10 years ago
Yemel Jardi
0adcba7145
Merge pull request #874 from eordano/fix/noUndefinedNetwork
Add default network to PublicKey
10 years ago
Yemel Jardi
379405396e
Merge pull request #875 from eordano/fix/honorPublicKeyNetwork
Honor publicKey.network on create multisig address
10 years ago
Esteban Ordano
901d836231
Add default network to PublicKey
Closes #871
10 years ago
Esteban Ordano
5ef9975ac5
Honor publicKey.network on create multisig address
Closes #870
10 years ago
Esteban Ordano
dbf47ef78f
transaction: better errors for signature methods
Closes #868
10 years ago
Braydon Fuller
e4a8fe4d95
Merge pull request #867 from yemel/fix/testnet-private
Fix creation of a randomn testnet private key
10 years ago
Yemel Jardi
dfc32e6712
Fix typo and remove unnecessary test
10 years ago
Yemel Jardi
d5f76e8517
Fix creation of a randomn testnet private key
10 years ago
Yemel Jardi
6d1c5d39a3
Merge pull request #864 from eordano/feature/getAddress
Add toAddress(network) functionality to scripts
10 years ago
Esteban Ordano
f74c7f3929
Simplify script to address method
10 years ago
Esteban Ordano
ffca4cfb6f
Fixes Script test case for coverage and style
10 years ago
Esteban Ordano
c1a1571535
Fix JSDoc for script
10 years ago
Esteban Ordano
d688222769
Add toAddress(network) functionality to scripts
10 years ago
Yemel Jardi
89cc27c3a8
Merge pull request #862 from braydonf/docs/browser-builds
Docs: Added documentation about building a browser bundle. Closes #716
10 years ago
Yemel Jardi
98fe6b2abd
Merge pull request #863 from eordano/feature/getData
Add getData functionality to script
10 years ago
Esteban Ordano
dc92bdd474
Add getData functionality to script
10 years ago
Braydon Fuller
c17f8897e7
Docs: Added documentation about building a browser bundle.
10 years ago
Esteban Ordano
4428eb9eff
Merge pull request #859 from yemel/feature/fiat-units
Add from/to fiat methods on Unit class
10 years ago
Yemel Jardi
14a2ba5a66
Merge pull request #861 from braydonf/docs/contributing-docs
Added documentation to the contributing file, and adjusted formatting of section headings.
10 years ago
Braydon Fuller
50894bba6b
Added documentation to the contributing file, and adjusted formatting of section headings.
10 years ago
Yemel Jardi
d922a625b9
Rename toFiat() to atRate()
10 years ago
Yemel Jardi
168d87185c
Update bitcore guide
10 years ago
Yemel Jardi
e7839d9ba2
Add from/to Fiat methods to Unit class
10 years ago
Esteban Ordano
6e88efbe51
Merge pull request #858 from braydonf/docs/header-titles
Fixed capitalization in headers
10 years ago
Esteban Ordano
a1556c2cce
Merge pull request #857 from braydonf/docs/spelling-typos-and-misc
Fixed spelling mistakes, typos, and other documentation adjustments.
10 years ago
Braydon Fuller
47cb6f377d
Fixed capitalization in headers
10 years ago
Braydon Fuller
affd024838
Fixed spelling mistakes, typos, and other documentation adjustments.
10 years ago
Yemel Jardi
fb45446f29
Merge pull request #856 from eordano/fix/bower.json
Add better ignores to bower.json
10 years ago
Braydon Fuller
5e9737166a
Merge pull request #855 from eordano/contributing/test4
contributing: Add T4, test data in JSON files
10 years ago
Esteban Ordano
cdfcc265e4
contributing: Add T4, test data in JSON files
10 years ago
Esteban Ordano
3a7905a635
fix(bower.json): Add better ignores
10 years ago
Esteban Ordano
ea3ccb19c1
readme: Update images, gh-pages branch was deleted
10 years ago
Manuel Araoz
1915e6081f
Bump package version to 0.8.5
10 years ago
Esteban Ordano
386a6de652
Merge pull request #854 from maraoz/fix/releaser
fix releaser script
10 years ago
Manuel Araoz
0914624860
fix releaser script
10 years ago
Manuel Araoz
ec31f0c781
Bump package version to 0.8.4
10 years ago
Manuel Araoz
e179c5406a
Bump package version to 0.8.3
10 years ago
Esteban Ordano
88de3a9445
Merge pull request #853 from maraoz/fix/gulpfile
fix remote reference in gulpfile.js
10 years ago
Manuel Araoz
3a6e3a9ba0
fix remote reference in gulpfile.js
10 years ago
Esteban Ordano
9f37ee88b6
Merge pull request #849 from maraoz/automate/release
Automate release process
10 years ago
Manuel Araoz
d4a1930506
automate release process
10 years ago
Manuel Aráoz
41b512b7c5
Merge pull request #847 from eordano/fix/apitolib
Change API for library
10 years ago