Manuel Araoz
|
4fba778a2a
|
remove gulp submodules
|
10 years ago |
Manuel Araoz
|
c53e00f307
|
revert dep change
|
10 years ago |
Manuel Araoz
|
6434d6ca87
|
use gulp-bitcore for gulp
|
10 years ago |
Manuel Araoz
|
149b7fafed
|
new error system with no code generation
|
10 years ago |
Manuel Aráoz
|
dac8cdf0aa
|
Merge pull request #943 from eordano/modularize/paymentprotocol
Drop payment protocol submodule
|
10 years ago |
Manuel Aráoz
|
eeb94ee727
|
Merge pull request #949 from eordano/fix/multipleTxin
When creating a Transaction, don't allow the user to repeat an utxo
|
10 years ago |
Manuel Aráoz
|
a22bb6f62c
|
Merge pull request #942 from eordano/fix/937
Use satoshisBN internally
|
10 years ago |
Manuel Aráoz
|
906ba7cc0f
|
Merge pull request #947 from elichai/patch-1
Added mempool request
|
10 years ago |
Esteban Ordano
|
f3663e26d6
|
Don't add the same input twice
|
10 years ago |
Elichai Turkel
|
b827e36e13
|
Added mempool request
I added `GetMempool` function that sends an 'mempool' request.
the answer will come in 'inv' message.
|
10 years ago |
Braydon Fuller
|
8089b0c765
|
Merge pull request #945 from eordano/fix/addressInstantiate
Add alternative to create an Address
|
10 years ago |
Esteban Ordano
|
41191a285f
|
Add alternative to create an Address
* When by error one has two instances of an address, an address
can't be instantiated from the other
|
10 years ago |
Esteban Ordano
|
ca1d8e9eeb
|
Drop payment protocol submodule
|
10 years ago |
Esteban Ordano
|
8d68e9cb02
|
Use satoshisBN internally
|
10 years ago |
Esteban Ordano
|
e72d11f14e
|
Merge pull request #939 from maraoz/remove/ecies/docs
Remove ECIES docs from main repo
|
10 years ago |
Manuel Araoz
|
0e96ee7938
|
remove ECIES from doc guide index
|
10 years ago |
Manuel Araoz
|
2edae5564e
|
remove ECIES docs
|
10 years ago |
Manuel Aráoz
|
50a868cb8c
|
Merge pull request #917 from eordano/transaction/updates
Changes to internal transaction and address
|
10 years ago |
Manuel Aráoz
|
6c3640ebcf
|
Merge pull request #936 from eordano/modularize/rpc
Drop all rpc code/docs
|
10 years ago |
Manuel Aráoz
|
7c87305943
|
Merge pull request #935 from eordano/feature/outputinspect
Add inspect method to output
|
10 years ago |
Esteban Ordano
|
4fba2bc86c
|
Drop all rpc code/docs
|
10 years ago |
Esteban Ordano
|
bdeac4e67d
|
Add inspect method to output
|
10 years ago |
Esteban Ordano
|
26e688ae06
|
Add .toScriptHashOut() to scripts
- Also sort gulpfile dependencies
|
10 years ago |
Manuel Aráoz
|
f6cc8c695b
|
Merge pull request #916 from eordano/dusterror
Don't allow serialization if dust amounts are detected
|
10 years ago |
Esteban Ordano
|
69b38acfab
|
Merge pull request #924 from braydonf/add/publickey-getid
Added getID to PublicKey
|
10 years ago |
Braydon Fuller
|
84cc1a0042
|
Indicate internal use of getID with an underscore.
|
10 years ago |
Braydon Fuller
|
81fa162a7f
|
Fix .jshintrc and add missing semis
|
10 years ago |
Braydon Fuller
|
b38f7fa319
|
Added getID to PublicKey
- Tests in BloomFilter in [bitcoin core](https://github.com/bitcoin/bitcoin/blob/master/src/test/bloom_tests.cpp#L85) use the CPubKey.GetID as input into the BloomFilter
- The hash is calculated when generating an Address however the hash itself is not currently available
|
10 years ago |
Braydon Fuller
|
3b4aaff44d
|
Merge pull request #921 from maraoz/remove/zuul
remove zuul from travis
|
10 years ago |
Manuel Araoz
|
fd88637a31
|
remove zuul from travis
|
10 years ago |
Esteban Ordano
|
0f73c3f7a3
|
Throw error if dust amount is detected
|
10 years ago |
Esteban Ordano
|
d99d1c9cc2
|
Add tests for serialization roundtrip of inputs
|
10 years ago |
Esteban Ordano
|
ff82ccec71
|
Return undefined instead of a null signature
|
10 years ago |
Esteban Ordano
|
dc6ff32290
|
Make serialization roundtrip recover info about inputs
|
10 years ago |
Manuel Aráoz
|
ce7a9d33c6
|
Merge pull request #918 from eordano/test/coverage/addchange
Improve test coverage
|
10 years ago |
Braydon Fuller
|
44cde37c43
|
Merge pull request #910 from maraoz/add/zuul
Adding zuul for multi-browser continuous integration
|
10 years ago |
Esteban Ordano
|
d053599fd2
|
Improve test coverage
|
10 years ago |
Esteban Ordano
|
1a30be3aa5
|
Merge pull request #913 from braydonf/feature/messages-for-modules
Export messages so that they can be extended from another module.
|
10 years ago |
Yemel Jardi
|
5f59fd0d05
|
Merge pull request #903 from eordano/fix/addchange
Add `change` when serializing transaction
|
10 years ago |
Esteban Ordano
|
fe86abc093
|
Add `change` when serializing transaction
|
10 years ago |
Esteban Ordano
|
c98f4dd8e5
|
Merge pull request #911 from yemel/fix/enumerate-properties
Use defineImmutable helper
|
10 years ago |
Esteban Ordano
|
f25aa8a8dc
|
Merge pull request #914 from braydonf/adjust-jshint-multiline
Adjust .jshintrc to allow multiline EOL escaping
|
10 years ago |
Esteban Ordano
|
499979a8a4
|
Merge pull request #915 from thofmann/master
Add version member to bitcore object
|
10 years ago |
Trevin Hofmann
|
53a9a80e0d
|
Add version member to bitcore object
var bitcore = require('bitcore');
console.log(bitcore.version);
// prints 'v0.8.6'
|
10 years ago |
Braydon Fuller
|
66ed950343
|
Adjust .jshintrc to allow multiline EOL escaping
|
10 years ago |
Manuel Araoz
|
a996b465fc
|
add saucelabs badge
|
10 years ago |
Manuel Araoz
|
05c7f641c1
|
add saucelabs badge
|
10 years ago |
Manuel Araoz
|
27f8370186
|
set specific zuul platforms
|
10 years ago |
Manuel Araoz
|
1851263232
|
add platforms for zuul
|
10 years ago |
Yemel Jardi
|
e57d02c03c
|
Use define immutable helper
|
10 years ago |