Commit Graph

442 Commits

Author SHA1 Message Date
Muneeb Ali
8a2cb23ac0 Merge pull request #47 from onenameio/reorg
Reorg
2015-02-12 12:05:56 -05:00
Muneeb Ali
c64a056248 removed debug statements 2015-02-12 12:05:02 -05:00
Muneeb Ali
7ce318e302 tested indexing of blockchain 2015-02-12 11:56:28 -05:00
Muneeb Ali
3aeb0956d8 initial integration of create nameset with opennamed
removed passing of start_block

added default files for storing namespace and lastblock

temporarily disabled debug info (was causing issues with Ctrl C when indexing a lot of blocks

minor changes for incorporating nameset code with opennamed (this file can be deleted)
2015-02-09 16:59:53 -05:00
Muneeb Ali
10b0752376 Merge pull request #45 from onenameio/reorg
Reorg
2015-02-05 16:52:54 -05:00
Muneeb Ali
8028fea49d downgrading ver (to test versions) and updated FAQ
added a few other FAQs and expanded on some
2015-02-05 16:51:43 -05:00
Ryan Shea
4f109fcf09 remove doc/README.md 2015-02-05 16:05:57 -05:00
Ryan Shea
6a78ea7ce3 Merge branch 'reorg' of github.com:onenameio/opennamed into reorg 2015-02-05 15:43:28 -05:00
Ryan Shea
83799c33c2 add in FAQ 2015-02-05 15:42:55 -05:00
Ryan Shea
dd5da4ff03 add in FAQ 2015-02-05 15:41:48 -05:00
Muneeb Ali
6f8b2adce9 Changed name of dir/package to 'openname' instead of 'opennamed' and added default working dir
updating dir links
2015-02-05 14:32:01 -05:00
Muneeb Ali
e28b90fb0b Merge pull request #44 from onenameio/reorg
Reorg
2015-02-04 18:32:09 -05:00
Muneeb Ali
2d03726d38 quick fix for including .tac files via MANIFEST 2015-02-04 18:19:55 -05:00
Muneeb Ali
ce0b649aa1 Reorganized files in a package and added periodic blockchain indexing 2015-02-04 16:50:14 -05:00
Muneeb Ali
ba4a6b42d6 removed python-daemon and zerorpc as requirements, added txjson-rpc 2015-02-03 18:23:25 -05:00
Muneeb Ali
ea37b4f50b adding MANIFEST file for including *.tac files 2015-02-03 18:23:07 -05:00
Muneeb Ali
2b6d057b41 Merge pull request #43 from onenameio/dht
Dht
2015-02-03 18:17:37 -05:00
Muneeb Ali
afc2695cd7 Added twisted log messages for blockchain indexing and changed default dir for pid file
Removed tmp directory
2015-02-03 18:16:36 -05:00
Muneeb Ali
186d848cce Added functionality for periodically checking blockchain for new blocks (and re-indexing) 2015-02-03 17:45:57 -05:00
Muneeb Ali
118fa235cd Merge pull request #41 from onenameio/dht
tested DHT and small fixes
2015-02-02 18:50:12 -05:00
Muneeb Ali
77a9161e07 fixed small error, wasn't initializing dht_server
small changes

formatted get response plus other changes
2015-02-02 18:47:31 -05:00
Muneeb Ali
a4c156e66b Merge pull request #40 from onenameio/dht
Updated dockerfile and moved dht client checks to opennamed
2015-02-02 17:24:25 -05:00
Muneeb Ali
33ac976562 Updated dockerfile and moved dht client checks to opennamed 2015-02-02 17:22:55 -05:00
Muneeb Ali
3b90910338 Merge branch 'use_twisted' 2015-02-02 15:35:19 -05:00
Muneeb Ali
9e3b1525f9 Merge branch 'master' into use_twisted
Conflicts:
	openname_cli.py
	opennamed.py
2015-02-02 15:34:54 -05:00
Muneeb Ali
17ee8212e1 better handling of error messages 2015-02-02 14:49:41 -05:00
Muneeb Ali
8863e0d434 ported the cli client to twisted 2015-01-30 18:48:26 -05:00
Muneeb Ali
498a782680 This commit replaces zerorpc with Twisted and simplifies DHT operations:
1) The DHT server and Opennamed server are both launched from the same .tac file
2) Both the DHT server and Opennamed server can be killed with the same pid
3) There is a thin client wrapper around DHT only for get() and set() operations
2015-01-30 18:22:05 -05:00
Muneeb Ali
5e3b165ff0 changed default ports of Opennamed and DHT 2015-01-30 18:21:21 -05:00
Muneeb Ali
a41ebeba3b moved hostname_to_ip function here 2015-01-30 18:20:28 -05:00
Ryan Shea
1fe46e74f6 make some quick pep8 edits 2015-01-26 13:24:20 -05:00
Muneeb Ali
bc79c9dc1f bumped coinkit version, resolves #36 2015-01-26 12:37:39 -05:00
ibrahimahmed443
d27adbd8ad use twisted instead of zerorpc for rpc server 2015-01-25 16:02:47 +05:00
Ryan Shea
1d1cf09ec6 Merge pull request #31 from onenameio/registration
update name hash calculations to include the scriptpubkey of the sender
2014-12-23 18:38:47 -05:00
Ryan Shea
1ec1028264 update readme 2014-12-23 18:01:14 -05:00
Ryan Shea
c8b3f444ad conform to pep8 2014-12-23 17:51:27 -05:00
Ryan Shea
1215408e58 update name hash calculation to include scriptpubkey; move merkle module and hash functions out to coinkit/pybitcoin 2014-12-23 14:55:45 -05:00
Muneeb Ali
4a81629bcd Bug fix for build_nameset (switched to using bitcoind_client from coinrpc) 2014-12-22 12:42:03 -05:00
Muneeb Ali
d966bbaef6 Merge pull request #30 from onenameio/organization
Organization
2014-12-22 11:29:24 -05:00
Ryan Shea
0e0b80b234 add name operations to opennamed 2014-12-19 17:54:22 -05:00
Ryan Shea
de055ae5bd add name operations in to opennamed and openname-cli 2014-12-18 20:49:49 -05:00
Ryan Shea
4be2107a2a Merge branch 'organization' of github.com:onenameio/opennamed into organization 2014-12-18 20:06:10 -05:00
Ryan Shea
a25411b180 improve system for nameset building 2014-12-18 20:05:58 -05:00
Muneeb Ali
2c43eb0ced This commit:
1) Adds a tested version of setup.py (for installation)
2) Makes small fixes/updates re location of dht server file etc
2014-12-18 19:06:27 -05:00
Muneeb Ali
975b3f8dcc renamed to .py 2014-12-18 19:05:54 -05:00
Ryan Shea
2520310d4b Merge branch 'organization' of github.com:onenameio/opennamed into organization 2014-12-18 16:37:27 -05:00
Ryan Shea
164ee64017 add in module for blockchain indexing 2014-12-18 16:37:17 -05:00
Muneeb Ali
ec05ed95be Fixes config file imports and better handling of dht node cleanup when opennamed is stopped 2014-12-18 15:18:07 -05:00
Ryan Shea
3e968f9933 unify config files and config grabbing 2014-12-18 13:17:12 -05:00
Ryan Shea
3d9a483452 initiate bitcoind client from env variables 2014-12-18 13:17:12 -05:00