Ryan X. Charles
92f6d1e529
remove "use strict" which is causing problems.
...
"use strict" enforces good js. We should go through and carefully add "use
strict" throughout bitcore and fix all problems that are found along the way.
2014-02-05 15:16:24 -05:00
Manuel Araoz
b509732aa3
bignum in browser
2014-02-04 16:37:05 -03:00
Jeff Garzik
a2bd73f568
Merge pull request #16 from jgarzik/tx-fromobj
...
Transaction: add fromObj() method
2014-01-11 07:25:20 -08:00
Jeff Garzik
c4970d1084
Transaction: add fromObj() method, for importing textual JSON representation
2014-01-10 23:27:24 -05:00
Manuel Araoz
22a5aea9f6
make transactions calculate their hash on parse
2014-01-10 14:12:23 -03:00
Manuel Araoz
b3f36c3e72
various small changes to bitcore
2014-01-08 15:25:49 -03:00
Ryan X. Charles
4508c14556
Export transaction constants for use in cosign
2014-01-05 23:04:27 -05:00
Ryan X. Charles
c966d713d7
fix bufferput: Put() -> new Put()
2013-12-09 22:43:26 -05:00
Stephen Pair
467f0779f7
Merge branch 'master' of https://github.com/gasteve/node-libcoin
...
Conflicts:
util/util.js
2013-10-31 12:44:22 -04:00
Stephen Pair
f9e86a5e83
rework logging, remove some unused code
2013-10-31 12:40:06 -04:00
Jeff Garzik
f7afb9a91a
Transaction: helper to return parsed-out list of inputs
2013-09-23 09:28:21 -04:00
Jeff Garzik
30fc37d07e
Add Sign.Transaction() helper, for transaction signing including P2SH
2013-08-30 14:40:01 -04:00
Jeff Garzik
32859a8da8
Transaction: prefer to directly use a Buffer, where possible
2013-08-16 01:45:55 -04:00
Jeff Garzik
8e1200c728
Block, Transaction: de-serialize via BinaryParser
2013-08-02 14:40:56 -04:00
Stephen Pair
ebddafcaa7
some more stuff...not complete yet
2013-07-09 17:45:21 -04:00
Stephen Pair
56a20ef25d
bunch of interim (broken) stuff
2013-07-09 14:45:52 -04:00