Commit Graph

26 Commits

Author SHA1 Message Date
Ryan X. Charles c19fb7a3ce Merge remote-tracking branch 'matiu/feature/support-soop-browser'
Conflicts:
	Script.js
	ScriptInterpreter.js
	Transaction.js
	test/testdata.js

...conflicts resolved by taking Manuel's changes, and then manually including
Matias's changes on those same files. The conflicts resulted from differences
in indentation, which is because Matias' changes unindendented all the code
that had been but is not now inside a function.
2014-03-08 19:30:21 -05:00
Matias Alejo Garcia c0c325dabd all classes working with soop and test passing 2014-03-05 16:11:16 -03:00
Manuel Araoz ade6f36c34 basic Transaction test working 2014-03-05 09:56:42 -03:00
Manuel Araoz 6755b84fbf Transaction new tests not working 2014-03-05 09:56:42 -03:00
Manuel Araoz 1c9b89f4f3 reverted some unwanted changes 2014-02-18 17:58:16 -03:00
Manuel Araoz e0233f02dd fix Buffer.concat use 2014-02-18 16:03:44 -03:00
Manuel Araoz 966b8988e1 fix reverse buffertools use 2014-02-18 16:03:44 -03:00
Manuel Araoz d96181898a fixed concat references 2014-02-18 16:03:44 -03:00
Manuel Araoz d2e7c7fc19 fix buffertools in Transaction 2014-02-18 16:03:43 -03:00
Manuel Araoz cdf53d1fc5 migrating to buffertools best practices 2014-02-18 16:03:43 -03:00
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