Commit Graph

  • 0468c4710c Transaction: rename (de)serialize to [to/from]Buffer Daniel Cousens 2014-05-08 10:44:35 +1000
  • e033a872c9 Transaction: rename hashTransactionForSignature to hashForSignature Daniel Cousens 2014-05-04 15:03:24 +1000
  • 55681e7e5d Script: use PubKey objects not prebuilt Buffers Daniel Cousens 2014-05-08 13:55:57 +1000
  • 54cc123d31 Address/Script: consistent function ordering Daniel Cousens 2014-05-08 13:28:20 +1000
  • 842b075e75 Address: consistent json formatting Daniel Cousens 2014-05-14 14:38:55 +1000
  • 39d042d058 syncscript: general cleanup Daniel Cousens 2014-05-08 13:23:31 +1000
  • 1e0521f7e5 Merge pull request #178 from bitcoinjs/integration-tests Daniel Cousens 2014-05-14 08:56:08 +1000
  • 8063979d99 fix integration test Wei Lu 2014-05-13 22:01:40 +0800
  • a71685658b add integration build to travis Wei Lu 2014-05-13 21:50:44 +0800
  • b99ed46796 opcodes: rename to opcodes Daniel Cousens 2014-05-13 23:14:07 +1000
  • f9782b7c17 opcodes: remove unused reverseMap Daniel Cousens 2014-05-13 23:12:30 +1000
  • e835a6264d Merge pull request #177 from dcousens/opclean Wei Lu 2014-05-13 19:53:53 +0800
  • 554ba250b9 opcode: less redundant indentation Daniel Cousens 2014-05-10 11:35:53 +1000
  • 1fe8282eda Script: remove redundant opcode.map access Daniel Cousens 2014-05-10 11:35:21 +1000
  • 9cd34f50d5 Merge pull request #176 from dcousens/rename Wei Lu 2014-05-13 16:14:50 +0800
  • 6c0eebe94b tests: use filepaths directly Daniel Cousens 2014-05-13 17:55:53 +1000
  • e27c97a791 ECPubKey/ECKey: separate to two files Daniel Cousens 2014-05-13 16:44:29 +1000
  • 05e0d08098 BufferExt: rename to bufferutils Daniel Cousens 2014-05-13 16:38:13 +1000
  • 7a740c2e7b tests: forces consistent import syntax Daniel Cousens 2014-05-13 16:35:07 +1000
  • 7cac39633c Merge pull request #175 from dcousens/cryptoHmac Wei Lu 2014-05-13 09:46:27 +0800
  • 1840f99c34 Merge pull request #174 from dcousens/hdbipad Wei Lu 2014-05-13 08:46:50 +0800
  • 276a339d60 crypto: HMACSHA512 into crypto and add tests Daniel Cousens 2014-05-10 09:55:55 +1000
  • f70ccc9215 convert: remove hex functions Daniel Cousens 2014-05-10 08:58:24 +1000
  • 614a213d44 Transaction: remove untested hash array support Daniel Cousens 2014-05-10 09:33:02 +1000
  • 063643b4a1 HDWallet: show clearer BIP32 adherence for Master key Daniel Cousens 2014-05-12 09:56:00 +1000
  • 3ed7d78e59 HDWallet: adhere to BIP32 for CKD Daniel Cousens 2014-05-10 09:41:18 +1000
  • 25514d6ac1 HDWallet: remove HmacBytesToBytes Daniel Cousens 2014-05-10 09:41:00 +1000
  • da36003d09 Script: remove sort requirement for multisig Daniel Cousens 2014-05-09 18:03:41 +1000
  • de343b2093 Script: remove Address requirement Daniel Cousens 2014-05-09 18:03:22 +1000
  • 631f7257ef Merge pull request #173 from dcousens/scriptclean Wei Lu 2014-05-09 15:51:20 +0800
  • f18c5e4c1e Script: removes Script.createP2SHMultiSigScriptSig Daniel Cousens 2014-05-09 16:18:35 +1000
  • f8e662e495 Script: rename toScriptHash to getHash and add tests Daniel Cousens 2014-05-09 12:56:51 +1000
  • cace8316e4 Script: extract test data to fixture Daniel Cousens 2014-05-09 12:56:35 +1000
  • 342c55c864 Address: remove circular dependency fix Daniel Cousens 2014-05-09 12:26:38 +1000
  • 48e15b587a Address: remove redundant comments Daniel Cousens 2014-05-09 12:25:24 +1000
  • 708aa03390 Transaction/Script: bitcoin network no longer implied Daniel Cousens 2014-05-06 16:52:31 +1000
  • 4207a0df99 Address: use Address.Error instead Daniel Cousens 2014-05-06 18:33:00 +1000
  • 5e0d38ba54 Address: add Address.*ScriptPubKey and tests Daniel Cousens 2014-05-05 15:31:40 +1000
  • 0822def7e0 Script: add standard Script.create*ScriptPubKey Daniel Cousens 2014-05-05 16:20:54 +1000
  • d0f684844c Script: add toHex, fromHex Daniel Cousens 2014-05-05 14:44:45 +1000
  • 57b8afbdab Network: rename Network to Networks Daniel Cousens 2014-05-05 13:23:22 +1000
  • 929b8d2b62 Script: more consistent input handling Daniel Cousens 2014-05-05 13:07:19 +1000
  • 7ad695e427 Script: fix assertion message grammar Daniel Cousens 2014-05-05 13:04:07 +1000
  • 74e53b49a5 Script/Transaction: remove untested functions Daniel Cousens 2014-05-05 13:05:16 +1000
  • 76323a07d0 Transaction: restrict TxIn/TxOut constructor params Daniel Cousens 2014-05-05 21:19:09 +1000
  • 9a7e291d70 Transaction: fix incorrect outIndex type Daniel Cousens 2014-05-08 08:48:09 +1000
  • bd2a6db260 Merge pull request #172 from dcousens/ext159 Wei Lu 2014-05-08 01:01:44 +0800
  • 63231fb67d Extends test for custom Wallet change addresses Daniel Cousens 2014-05-06 14:10:25 +1000
  • a77846701f Fixes network support for TxOut Daniel Cousens 2014-05-06 14:12:37 +1000
  • 4012b82bec Fixes Transaction.addOutput(Address, Number) Daniel Cousens 2014-05-05 15:48:44 +1000
  • 695eb64a3a Clarifies Transaction.addOutput param documentation Daniel Cousens 2014-05-05 21:17:34 +1000
  • eba08fa761 Fixes indentation for assertions Daniel Cousens 2014-05-06 14:13:00 +1000
  • d65a3c36e2 Merge pull request #159 from williamcotton/master Daniel Cousens 2014-05-06 08:04:02 +1000
  • e59f824c3a move fixture sync script into fixtures folder Wei Lu 2014-05-05 13:46:00 +0800
  • 5deab5188f Merge pull request #170 from dcousens/bufferx Wei Lu 2014-05-05 12:40:51 +0800
  • baa568697b Transaction.deserialize no longer mutates input Daniel Cousens 2014-05-05 08:14:29 +1000
  • 02013beda9 Renames variables to be more verbose Daniel Cousens 2014-05-05 07:44:51 +1000
  • b860daf70b Corrects endianness comments Daniel Cousens 2014-05-03 07:55:47 +1000
  • 87048d3b4e Adds performance notes Daniel Cousens 2014-05-04 08:28:31 +1000
  • 4716eb29bf Removes redundant convert functions Daniel Cousens 2014-05-04 16:37:18 +1000
  • a8cf2fdd9e Changes internal serialization to use Buffers instead Daniel Cousens 2014-05-02 06:36:21 +1000
  • c8bda6dde6 Adds Buffer extensions Daniel Cousens 2014-05-01 19:38:18 +1000
  • 69f88a7404 add integration test script Wei Lu 2014-05-04 14:25:34 +0800
  • 33b73517fe fixes integration test dependency paths Wei Lu 2014-05-04 14:23:40 +0800
  • 10ee5532c3 Serialize now returns a buffer Daniel Cousens 2014-05-02 06:25:57 +1000
  • d17f85f5a6 Changes fakeTxHash to actual hex Daniel Cousens 2014-05-02 06:20:43 +1000
  • 09c6a787d9 Changes sequence number to an actual Number Daniel Cousens 2014-05-02 06:08:45 +1000
  • 752aeae0d3 update integration test descriptions Wei Lu 2014-05-04 13:35:11 +0800
  • 2affeda3f4 Restructure integration and coretests Wei Lu 2014-05-04 13:30:11 +0800
  • 633b8f28d2 Fixes incorrect PubKey hex constant Daniel Cousens 2014-05-04 15:15:22 +1000
  • ba273db70f Merge pull request #162 from sidazhang/master Wei Lu 2014-05-04 13:05:04 +0800
  • 02691098de Stretches test for derive m/0 from xpub Daniel Cousens 2014-05-04 12:13:25 +1000
  • a830e2cded Merge pull request #168 from dcousens/167fix Wei Lu 2014-05-04 10:11:19 +0800
  • ff08c2eec3 Fixes #167 and adds temporary test Daniel Cousens 2014-05-04 11:40:48 +1000
  • e6a9186af3 Removes unnecessary new Buffer Daniel Cousens 2014-05-04 11:58:01 +1000
  • e2e190c766 Variables names made consistent with constructor Daniel Cousens 2014-05-04 11:57:49 +1000
  • bb80eda218 Merge pull request #165 from bitcoinjs/bigi-monkey-patching-no-more Daniel Cousens 2014-05-04 07:39:19 +1000
  • 763e7376e9 Merge pull request #166 from bitcoinjs/remove-isfinite-check Daniel Cousens 2014-05-04 07:28:56 +1000
  • 1e6b283f9a Remove Number.isFinite check on tx input index Wei Lu 2014-05-03 10:19:38 +0800
  • af1f121fd4 upgrade bigi & remove monkey patching Wei Lu 2014-05-03 10:04:54 +0800
  • 39516d5532 Merge pull request #163 from dcousens/wordass Wei Lu 2014-04-30 08:49:05 +0800
  • 8b47d944b9 Merge pull request #164 from coinpunk/altcoinnetwork Daniel Cousens 2014-04-30 08:13:25 +1000
  • 5fd9fe62dc Fix address prefixes, add dogecoin/litecoin BIP32 versions Kyle Drake 2014-04-29 15:07:15 -0700
  • 77747241d4 Fixes exception typo Daniel Cousens 2014-04-30 05:09:49 +1000
  • b09dd73cbe Enforces bytesToWordArray only operates on byte arrays Daniel Cousens 2014-04-30 05:07:41 +1000
  • fe4332bfbd integration tests for scripthash transcations sidazhang 2014-04-26 16:13:03 -0700
  • 953223c818 Merge pull request #160 from bitcoinjs/signScriptSig-test Daniel Cousens 2014-04-26 21:44:11 +1000
  • 70219c877b Fixes signScriptSig test Wei Lu 2014-04-26 13:38:43 +0800
  • 45c1c8350e Merge pull request #154 from dcousens/convrem Wei Lu 2014-04-26 12:27:08 +0800
  • 6833acaf3a Merge pull request #152 from dcousens/p2shsign Wei Lu 2014-04-26 12:26:50 +0800
  • 8f698d19f7 custom changeAddress has full integration test William Cotton 2014-04-25 16:30:36 -0700
  • dfbfdafc94 added tests for createTx testnet and createTx custom changeAddress William Cotton 2014-04-25 13:43:26 -0700
  • 590bb8e1c3 custom changeAddress for wallet.createTx() William Cotton 2014-04-25 12:49:51 -0700
  • 355bc7e227 Merge pull request #151 from dcousens/rfc6979testvectors Kyle Drake 2014-04-25 12:44:50 -0700
  • a9bc42019a fixed issues with testnet and createTx William Cotton 2014-04-25 12:39:30 -0700
  • e40377a471 Removes unused functions from convert Daniel Cousens 2014-04-24 08:44:59 +1000
  • 69c0497038 Renames createInputScript to createPubKeyHashScriptSig Daniel Cousens 2014-04-26 03:58:25 +1000
  • a4e68d142d Adds assertions for types in signScriptSig Daniel Cousens 2014-04-26 03:51:01 +1000
  • 8ad8f6f169 Renames p2shsign to signScriptSig Daniel Cousens 2014-04-26 03:50:41 +1000
  • fbf8211cab Adds tests for TX.prototype.p2shsign Daniel Cousens 2014-04-23 05:35:44 +1000