153 Commits

Author SHA1 Message Date
TomZ 68705f3ad6 update version 2019-12-31 13:45:22 +01:00
TomZ 2df7ee7e52 minor; add missing semicolon 2019-12-30 18:50:11 +01:00
TomZ d7dc95dac4 Add support for the AddressMonitor service 2019-12-30 18:49:53 +01:00
TomZ 01d9ad69b1 new version 2019-12-27 22:31:37 +01:00
TomZ eed2884155 example script for sendTransaction 2019-12-27 22:27:46 +01:00
TomZ 9a4e015d96 Fix typo
Make the connectHub/connectIndexer methods work again.
2019-12-27 22:25:49 +01:00
TomZ 18037f09f1 Add Flowee.sendTransaction() JavaScript call. 2019-12-27 22:25:49 +01:00
TomZ 321089fa49 new version 2019-12-26 22:07:36 +01:00
TomZ 239764caa9 Make examples take arguments 2019-12-26 22:05:59 +01:00
TomZ 40855e3db3 First try at list-details-about-tx 2019-12-23 15:32:09 +01:00
TomZ d0152b1c55 fixlet in JS. Time is in seconds 2019-12-23 15:06:39 +01:00
TomZ c5157b4c66 Integration fixes.
* Fix how jobs sometimes gets out of sync.
* Fix cash-address address decoding.
* Fix 'jobs' array being locked when used.
2019-12-23 15:06:25 +01:00
TomZ 4acb75ffe5 Fix property-name. It had a trailing space. 2019-12-23 15:02:13 +01:00
TomZ 23f61912f3 Last minute API review; IncludeTxId -> IncludeTxid 2019-12-23 15:01:52 +01:00
TomZ 9cdb09aa75 minor fixlets 2019-12-20 16:34:21 +01:00
TomZ ebb1b5da99 Make output a bit nicer. 2019-12-19 01:27:12 +01:00
TomZ d7f27d6cc7 new version number. 2019-12-19 01:26:51 +01:00
TomZ 827b56d6c2 Properly exit with erorr code if error. 2019-12-19 01:26:20 +01:00
TomZ 6b14e7da59 Minor text changes. 2019-12-19 01:26:20 +01:00
TomZ 95e3390509 Fixlet due to api review. 2019-12-19 01:26:20 +01:00
TomZ 33e6c815cd publish less fluff 2019-12-16 20:10:45 +01:00
TomZ 2f7de8c833 update readme 2019-12-13 23:57:07 +01:00
TomZ c2ebf26dcd Don't ship debug loglines
Enable the feature of the log-system to not include debug lines
(which are only for C++ devs) to be included in the compiled
binary.
This should help with size and with speed.
2019-12-13 22:27:36 +01:00
TomZ 67cd085170 fixlet in the UTXO api 2019-12-11 15:13:25 +01:00
TomZ 95f7717b2f Report a bit more 2019-12-10 17:47:47 +01:00
TomZ 1a1a08f5f8 First usable version. 2019-12-09 18:42:42 +01:00
TomZ a7bca1a5b0 Port Search to use the Flowee wrappers of callbacks
Those are safer.
2019-12-09 15:10:27 +01:00
TomZ 7539772be0 Re-do the connect() family of methods.
Working around lots of NodeJS stupidities.
2019-12-09 15:10:27 +01:00
TomZ 189a668f7b Make nicer for devs
this adds some docs, converts hashes and scripts to strings.
2019-12-09 15:09:23 +01:00
TomZ c6efe6ad62 populate the blockheader objects too. 2019-12-08 21:22:24 +01:00
TomZ 4a082bf1e9 Make some more examples work. 2019-12-08 19:01:24 +01:00
TomZ 51e1adf740 Make connect return a Promise
this allows us to only do stuff when the connections have been made.
2019-12-01 23:03:56 +01:00
TomZ 122672211c Make most of search work. 2019-11-30 20:07:39 +01:00
TomZ 42516fbf7c Further populate search 2019-11-29 22:12:08 +01:00
TomZ 8a1f6cbdf9 Make search object actually find stuff 2019-11-29 20:12:16 +01:00
TomZ 7a29d404ae Work on a search option for FloweeJS 2019-11-28 23:58:56 +01:00
TomZ 46480a3ca5 new version 2019-11-13 20:19:35 +01:00
TomZ 05699c6bc8 cleanup example.js 2019-11-13 17:52:17 +01:00
TomZ 4e26b5ce08 Set minimum NodeJS version
and use approved format for license.
2019-11-13 17:43:37 +01:00
TomZ c48c5ed6d0 fix package 2019-11-13 16:19:42 +01:00
TomZ 26cb08124e Add some missing fields 2019-11-13 16:03:39 +01:00
TomZ b967bf2aed Update version 2019-11-13 15:18:44 +01:00
TomZ f2b95d5151 Change build system, make work for npm registry
In Flowee the main repo I removed the Qt dependency for the stuff
we use and in this repo I stopped linking to the externally built
flowee libraries.

This introduces an import.sh which copies the flowee sources we use
in this plugin to sure there being minimumal external dependencies.
2019-11-13 14:56:21 +01:00
TomZ 99d16e38a7 Fixlet of comment 2019-11-12 12:41:41 +01:00
TomZ 1d2fbaee23 Actually hook up the javascript to the Flowee code
This discovers the joys of NodeJS' threadsafe-functions
and makes the callbacks work so we can see that we actually
connected to the hub & indexer
2019-11-09 22:31:54 +01:00
TomZ bd795729c2 Port to the C++ api 2019-11-09 19:10:11 +01:00
TomZ 03ede89c36 Refactor; move code around 2019-11-09 18:18:56 +01:00
TomZ ab40d06738 Get familiar with the apis 2019-11-08 23:05:03 +01:00
TomZ 65a10ee252 Make actual use of Flowee APIs 2019-11-06 20:37:40 +01:00
TomZ 8902bd90b6 replace gyp with cmakejs 2019-11-03 22:50:59 +01:00