optimize utxos transmission
This commit is contained in:
parent
8679b4eb8c
commit
d4df5258fe
4 changed files with 227 additions and 251 deletions
41
util/build_bitcore.js
Executable file
41
util/build_bitcore.js
Executable file
|
|
@ -0,0 +1,41 @@
|
|||
var modules = [
|
||||
'lib/Address',
|
||||
'lib/AuthMessage',
|
||||
'lib/Base58',
|
||||
'lib/HierarchicalKey',
|
||||
'lib/BIP21',
|
||||
'lib/Deserialize',
|
||||
'lib/ECIES',
|
||||
'lib/Message',
|
||||
'lib/Opcode',
|
||||
'lib/PayPro',
|
||||
'lib/PrivateKey',
|
||||
'lib/Key',
|
||||
'lib/Point',
|
||||
'lib/SIN',
|
||||
'lib/SINKey',
|
||||
'lib/Script',
|
||||
'lib/SecureRandom',
|
||||
'lib/sjcl',
|
||||
'lib/Transaction',
|
||||
'lib/TransactionBuilder',
|
||||
'lib/Wallet',
|
||||
'lib/WalletKey',
|
||||
'patches/Buffers.monkey',
|
||||
'patches/Number.monkey',
|
||||
'config',
|
||||
'const',
|
||||
'networks',
|
||||
'util/log',
|
||||
'util/util',
|
||||
'util/EncodedData',
|
||||
'util/VersionedData',
|
||||
];
|
||||
|
||||
|
||||
var cmd = 'node browser/build.js -s '
|
||||
|
||||
cmd = cmd + modules.join(',');
|
||||
|
||||
|
||||
console.log(cmd);
|
||||
Loading…
Add table
Add a link
Reference in a new issue