Commit Graph

1031 Commits

Author SHA1 Message Date
Braydon Fuller ba2fdc1620 Fix jsdoc for transactionOutputHandler 2015-08-10 13:04:34 -04:00
Braydon Fuller 16f7ffa784 Process incoming transactions for the Address Module
- Transaction events are emitted when an address matches subscribers
- The Address Module listens for incoming transactions from the daemon
2015-08-07 16:49:45 -04:00
Braydon Fuller 333ea5360e Merge pull request #112 from kleetus/git_version
Git versions
2015-08-07 13:42:05 -04:00
Chris Kleeschulte 0307919544 Merge pull request #110 from braydonf/txsignal
Fix bug with transaction message processing
2015-08-07 12:51:18 -04:00
Chris Kleeschulte 83d6876376 Git versions
- using --branch with Git version < 2.x will not work
- doing things the "hard" way
2015-08-07 12:46:23 -04:00
Braydon Fuller 682f3999ec Fix bug with transaction message processing
- Copy the message so that the message can be later processed
- Connect at the front to be able to scan but not seek
- Emit event after process message and accept to mempool
- Include node buffer, hash and mempool status of the transaction in result
2015-08-07 11:05:04 -04:00
Patrick Nagurny 348d1fc198 Merge pull request #109 from braydonf/metadata
Speed up syncing by delaying saving metadata every 30 seconds.
2015-08-06 17:55:36 -04:00
Braydon Fuller 50981b713a Speed up syncing by delaying saving metadata every 30 seconds. 2015-08-06 17:53:10 -04:00
Braydon Fuller fdba8e86e4 Merge pull request #108 from kleetus/fedora
Fedora
2015-08-06 17:37:05 -04:00
Chris Kleeschulte 544341c6d1 Merge pull request #106 from braydonf/signed-releases
Included command to package and sign releases.
2015-08-06 17:23:45 -04:00
Braydon Fuller 4dad90138b Merge pull request #107 from pnagurny/bug/daemon-error
Fix uncaught exception handling
2015-08-06 17:22:15 -04:00
Chris Kleeschulte 1a873d00fe Fixed shamus call to write patch file. 2015-08-06 17:18:22 -04:00
Patrick Nagurny c2b062f535 fix uncaught exception handling 2015-08-06 17:14:14 -04:00
Chris Kleeschulte afa51fdabc Added Fedora to README and added a check for shasum. 2015-08-06 16:55:00 -04:00
Braydon Fuller 555601573d Include keys and docs for verifying signatures. 2015-08-06 16:41:25 -04:00
Braydon Fuller 757c9d6524 Included command to package and sign releases. 2015-08-06 16:17:03 -04:00
Braydon Fuller d5e389fbd3 Merge pull request #94 from kleetus/node-pre-gyp
Binary distributions
2015-08-06 15:02:58 -04:00
Chris Kleeschulte 2fee4b2404 Fixed wording in RELEASE.md 2015-08-06 14:57:54 -04:00
Chris Kleeschulte 2a576eae62 Added automake to the install directions. On Mint Linux, automake isn't part of auto tools package for some reason. 2015-08-06 13:56:39 -04:00
Braydon Fuller 4a2dcddaa9 Remove binding dependency in get-tarball-name 2015-08-06 13:48:02 -04:00
Chris Kleeschulte b02b65d142 Added a default case for default to be false. 2015-08-06 12:32:11 -04:00
Chris Kleeschulte 8ef0b3b3d9 changed back to node-gyp clean. 2015-08-06 11:51:25 -04:00
Chris Kleeschulte 4735c58355 added removing of the cache from the clean script. 2015-08-06 11:43:58 -04:00
Chris Kleeschulte c94f493915 Fixed curl statement to check return HEADERS. 2015-08-06 11:28:17 -04:00
Chris Kleeschulte 19fdd54cdc Switched to curl when getting the tgz. 2015-08-06 11:01:36 -04:00
Chris Kleeschulte e378d544cd Merge pull request #1 from braydonf/binary-distribution
Download and upload binary distribution.
2015-08-06 10:22:36 -04:00
Braydon Fuller e4c42fa6cb Download and upload binary distribution. 2015-08-05 21:30:42 -04:00
Chris Kleeschulte c8f3cbe390 Fixed README for Bitcore versus Bitcoin. 2015-08-05 16:34:51 -04:00
Chris Kleeschulte b3dab5ee7e Added the clean script. 2015-08-05 16:31:48 -04:00
Chris Kleeschulte d6d87e7964 Cache strategy changes
- Fixed wording in README
- changed caching directory again
- realigning include and lib directories
2015-08-05 16:29:54 -04:00
Chris Kleeschulte a62410da67 Spacing, RELEASE notes, clean up
- Removed main Makefile
- Fixed wording in README
- Altered build script
- Fixed clean script
2015-08-05 16:29:30 -04:00
Chris Kleeschulte 6fe8bc7702 - put variables.sh in bin/
- fixed wording and description in README.md
- make clean in libbitcoind for clean script
- changed references to variables.sh
2015-08-05 16:27:20 -04:00
Chris Kleeschulte 05d8cf521d Resolved merge conflict. 2015-08-05 16:27:20 -04:00
Chris Kleeschulte 9bff9ead78 Fixed the host name for the s3 repo. 2015-08-05 16:27:20 -04:00
Chris Kleeschulte 8d4708ef27 Added a cache directory where the patch sha will go. 2015-08-05 16:27:20 -04:00
Chris Kleeschulte 0fe161c5f4 Updated the README.md 2015-08-05 16:27:20 -04:00
Chris Kleeschulte da71c0ff2c Clean up
- Removed the platform directory
- renamed the platform/os.sh script to varaibles.sh
- realigned the calls to os.sh
- changed where the patch_ha.txt was being written to
- changed the name of the binary to bitcoind.node
2015-08-05 16:27:20 -04:00
Chris Kleeschulte 761243c724 Removed the need for the platform directory. Now, the binding can be cached in the build dir because it is one file that includes bitcoin core. 2015-08-05 16:27:20 -04:00
Chris Kleeschulte 19b96754d7 Fixed patch for anoint (we don't build dylib's anymore). 2015-08-05 16:27:20 -04:00
Chris Kleeschulte 866c78b701 Remove reference to getting the dylib or so from os.sh. 2015-08-05 16:27:20 -04:00
Chris Kleeschulte daa0f9ca5c Added a clean script for convenience. 2015-08-05 16:27:20 -04:00
Chris Kleeschulte 067a82976d Fixed references in requires. 2015-08-05 16:27:19 -04:00
Chris Kleeschulte 4da897287b Merge 2015-08-05 16:27:19 -04:00
Chris Kleeschulte c6f2a87158 Bindings as one shared library
- libbitcoind is now linked statically into the binding file versus being its own shared library
- the build script now copies the .a file into libs
2015-08-05 16:27:19 -04:00
Patrick Nagurny 8a5d4b014f Merge pull request #104 from braydonf/bitcore-0.12.15
Update to bitcore v0.12.15 with publickey out signing.
2015-08-05 12:43:44 -04:00
Braydon Fuller 422160fa51 Update to bitcore v0.12.15 with publickey out signing. 2015-08-05 11:42:44 -04:00
Patrick Nagurny 503d39dc89 Merge pull request #103 from braydonf/startfix
Error message and environment variable fix for bin/start.js
2015-08-05 10:17:18 -04:00
Braydon Fuller 22890b8863 Error message and environment variable fix for bin/start.js 2015-08-05 09:38:50 -04:00
Braydon Fuller c21ff322b7 Merge pull request #97 from pnagurny/startnode
Simple RPC/websockets API
2015-08-04 17:33:35 -04:00
Patrick Nagurny 10843182c1 fixes 2015-08-04 17:30:55 -04:00