Commit Graph

  • dfb6ebf67a updated README to include example code for getting started w/ client Muneeb Ali 2015-11-20 15:01:37 -05:00
  • dc98d7a05e changed default response from [{data}] to just {data} Muneeb Ali 2015-11-20 14:37:40 -05:00
  • 3d084784e6 updated version, removed trailing spaces Muneeb Ali 2015-11-20 14:32:01 -05:00
  • 88684236c7 separating out common utils Muneeb Ali 2015-11-20 14:29:16 -05:00
  • 8b9215d4be started basic unit tests Muneeb Ali 2015-11-20 14:28:57 -05:00
  • ce3fda466d auto removed trailing spaces Muneeb Ali 2015-11-20 13:35:12 -05:00
  • 037cfb9b8f Merge pull request #19 from blockstack/cli Muneeb Ali 2015-11-12 16:35:39 -05:00
  • 83eae65755 bumped version Muneeb Ali 2015-11-12 16:35:04 -05:00
  • 1bfa42c2e2 merged latest commits from branch:jude Muneeb Ali 2015-11-12 16:34:18 -05:00
  • 45d1d0c6db Add extra package methods Jude Nelson 2015-11-10 16:36:42 -05:00
  • 51ecd20a08 Version bump Jude Nelson 2015-11-10 16:36:35 -05:00
  • e31eb2f2c9 Only instantiate a logger if none is present Jude Nelson 2015-11-10 16:36:20 -05:00
  • ef67832979 Add SNV lookup logic Jude Nelson 2015-11-10 16:33:56 -05:00
  • 13ff58f3b3 Add SNV lookups; add fetching name operations at a given point in time; add "get names owned" functionality (#157) Jude Nelson 2015-11-10 16:32:06 -05:00
  • 73db86877e update badges in readme Ryan Shea 2015-11-10 15:01:29 -05:00
  • 91bbeb55d3 bumped up version Muneeb Ali 2015-10-12 11:58:35 -04:00
  • 474a877d3f Merge pull request #18 from blockstack/jude Muneeb Ali 2015-10-12 11:44:36 -04:00
  • a8a3796a59 update version number Ryan Shea 2015-10-08 11:33:05 -04:00
  • aafba9989d Update README.md Ryan Shea 2015-10-07 19:13:03 -04:00
  • 74cb4944fa Update README.md Ryan Shea 2015-10-07 18:21:31 -04:00
  • 365a939cdd Update README.md Ryan Shea 2015-10-07 18:11:39 -04:00
  • 42bb781973 add new keywords to package.json Ryan Shea 2015-10-07 18:00:37 -04:00
  • 228976312c redesign auth request, response, and verification modules Ryan Shea 2015-10-07 17:58:35 -04:00
  • 64f5a46d8a Wrapper for sending a subsidized transaction Jude Nelson 2015-10-07 02:38:23 -04:00
  • 04a1ba3744 Remove now-dead flags for replication Jude Nelson 2015-10-07 02:38:12 -04:00
  • fcb1a21b4c Identify reserved user schemas Jude Nelson 2015-09-29 18:24:26 -04:00
  • 7ebde21b41 Dissect the type returned by the DHT to figure out what to extract from it. Jude Nelson 2015-09-29 18:24:08 -04:00
  • 2bc55d9fbf Use new config boilerplate; add *_tx and *_subsidize API calls. Jude Nelson 2015-09-29 03:46:48 -04:00
  • bab5a23c9d New config boilerplate Jude Nelson 2015-09-29 03:46:39 -04:00
  • 04e7936ac6 Add *_subsidize and *_tx API methods, and rename some things: * lookup() becomes get_name_blockchain_record() * lookup_namespace() becomes get_namespace_blockchain_record() * get_name_record() becomes lookup() * ensure we're consistent with "privatekey" coming before "address" in preorder and register. Jude Nelson 2015-09-29 03:45:10 -04:00
  • edeed84b4d Merge branch 'master' of https://github.com/blockstack/blockstore-client Jude Nelson 2015-09-28 11:09:22 -04:00
  • c3c2f09024 register argument order: name, addr, privatekey Jude Nelson 2015-09-28 11:09:01 -04:00
  • 3e622b1a8c Merge branch 'master' of github.com:onenameio/blockchain-id-auth-js Ryan Shea 2015-09-23 18:37:03 -04:00
  • 5bc1a97985 clean up dependencies in package.json Ryan Shea 2015-09-23 18:36:53 -04:00
  • 2ca33036e2 update readme Ryan Shea 2015-09-23 17:39:42 -04:00
  • a5099ddd71 add large npm badge Ryan Shea 2015-09-23 16:47:32 -04:00
  • a7e50ecb34 Merge branch 'master' of github.com:onenameio/blockchain-id-auth-js Ryan Shea 2015-09-23 16:36:05 -04:00
  • 289e24b448 rehaul interface to work with 'jwt-js' for JWTs Ryan Shea 2015-09-23 16:35:59 -04:00
  • c96df84f53 published v0.0.1 on pypi Muneeb Ali 2015-09-22 14:08:27 -04:00
  • 8cd21f7cdd Fix #12 Jude Nelson 2015-09-17 19:11:54 -04:00
  • c24ebe0630 updated requirements Muneeb Ali 2015-09-17 18:11:35 -04:00
  • 26d4806014 removing twisted (don't start kademlia node from this client) Muneeb Ali 2015-09-17 18:07:29 -04:00
  • 343e40dbc6 removing twisted (don't start kademlia node from this client) Muneeb Ali 2015-09-17 18:06:29 -04:00
  • 01348172fc Rename to blockstore_client to avoid clobberring blockstore package. Jude Nelson 2015-09-17 14:07:31 -04:00
  • f6ba53df3a blockstore_client rename Jude Nelson 2015-09-17 14:07:03 -04:00
  • 6af7feb72b Only print stack traces if in debug mode Jude Nelson 2015-09-17 14:06:47 -04:00
  • 9ce734a6d2 Connect to DHT via proxy, and use that instead. Jude Nelson 2015-09-17 14:06:35 -04:00
  • 602913be88 Proper import path Jude Nelson 2015-09-17 14:06:10 -04:00
  • d0a0ff333b Merge 'cli' Jude Nelson 2015-09-16 13:11:19 -04:00
  • 520a2db5c9 Merge branch 'master' into cli Jude Nelson 2015-09-16 13:10:44 -04:00
  • b96372df09 get_name_record, get_name_cost, get_namespace_cost Jude Nelson 2015-09-16 13:07:38 -04:00
  • 9499dd4deb get_name_cost, get_namespace_cost, get_name_record Jude Nelson 2015-09-16 13:07:16 -04:00
  • ac8f7af64b Make setup.py executable Jude Nelson 2015-09-15 03:05:40 -04:00
  • ca1184079f shebang python Jude Nelson 2015-09-15 00:02:46 -04:00
  • 5d6b817921 * getindex --> get_name_record * documentation clarifications Jude Nelson 2015-09-15 00:02:11 -04:00
  • 382ba3cd3e added support for talking to DHT mirror + PEP8 Muneeb Ali 2015-09-14 17:47:09 -04:00
  • ffcc727b05 Check for name existence Jude Nelson 2015-09-11 15:09:01 -04:00
  • b1dc224610 tweaks for production Ubuntu 2015-09-10 21:51:38 +00:00
  • 5548ee56ab Update README.md Ryan Shea 2015-09-10 10:45:29 -04:00
  • 5f37cc872e add build status badge to readme Ryan Shea 2015-09-09 20:22:26 -04:00
  • 5f5bef45af Merge branch 'master' of github.com:onenameio/blockchain-id-auth-js Ryan Shea 2015-09-09 20:13:54 -04:00
  • 3dbfed9926 require promise library and update version Ryan Shea 2015-09-09 20:13:43 -04:00
  • 5ead409c3c add badges to readme Ryan Shea 2015-09-09 18:23:06 -04:00
  • ca0a01b50d Retry 3 times on failure Ubuntu 2015-09-09 19:20:59 +00:00
  • 3fb8d80824 Skip non-ascii names (for now) Ubuntu 2015-09-09 15:20:20 +00:00
  • 0fdce374ec Throttle import if too many unconfirmed transactions; retry failed names Jude Nelson 2015-09-09 00:09:44 -04:00
  • f992737bb2 infinite lifetime; lookup namespace Jude Nelson 2015-09-09 00:09:28 -04:00
  • b99edb5bbb lookup_namespace method; actively prevent user from register/revealing with the same key as preordering Jude Nelson 2015-09-09 00:08:52 -04:00
  • 8345a9b5ac add utils to exports Ryan Shea 2015-09-08 22:25:06 -04:00
  • 1a003ae95f make sure anonymous responses are considered verified Ryan Shea 2015-09-08 19:53:37 -04:00
  • 6580036976 "ver", not "nonce", since it conveys versioning information. Jude Nelson 2015-09-07 20:36:27 -04:00
  • 4e1797255f Add a 'metadata' directory directive for logging versioning information Jude Nelson 2015-09-07 20:36:12 -04:00
  • 098fe623a4 Updated arguments for namespace_reveal; log versioning locally for mutable data so we don't get hit with stale data attacks Jude Nelson 2015-09-07 20:35:52 -04:00
  • 441e081fcc Updated arguments for namespace_reveal Jude Nelson 2015-09-07 20:35:38 -04:00
  • 4dc6ae6617 Revert to bitcoin production settings (600 seconds between blocks, not 60) Jude Nelson 2015-09-04 19:38:02 -04:00
  • 2f961c004c Make sure we confirm when names are registered, and keep a log of confirmed-registered names Jude Nelson 2015-09-04 19:30:44 -04:00
  • bec7f5b3b3 Properly parse "keepdata" for transfer Jude Nelson 2015-09-04 11:19:38 -04:00
  • eb37317830 update references to repo location in package.json Ryan Shea 2015-09-03 20:31:01 -04:00
  • 154bccd6f4 update structure Ryan Shea 2015-09-03 20:29:08 -04:00
  • b5360f10b0 update: It's okay if the user doesn't have a profile yet. Jude Nelson 2015-09-03 18:02:56 -04:00
  • cec734b762 Clarify namespace preorder and name preorder instructions Jude Nelson 2015-09-03 18:02:40 -04:00
  • de05fd136a Merge branch 'master' of github.com:onenameio/blockchain-id-auth-js Ryan Shea 2015-09-03 17:06:04 -04:00
  • aca5bcfa88 update readme Ryan Shea 2015-09-03 17:04:07 -04:00
  • f998cc692b Update README.md Ryan Shea 2015-09-03 16:27:10 -04:00
  • 14f2d8d8f6 Make address optional for preorder Jude Nelson 2015-09-03 09:36:30 -04:00
  • 4695c8dd6e Use proper address-fetching method for public keys Jude Nelson 2015-09-03 09:36:19 -04:00
  • 816f56483d Update README.md Ryan Shea 2015-09-02 16:34:55 -04:00
  • ff6cd39cc5 clean up test file Ryan Shea 2015-09-02 16:27:05 -04:00
  • 4e7ad7fe9d update readme Ryan Shea 2015-09-02 16:25:16 -04:00
  • 39561c6b44 update layout of test.js Ryan Shea 2015-09-02 16:22:24 -04:00
  • c568039238 Confirm whether or not names have been imported after 10 blocks. Log the set of names confirmed separately from the set of names sent. Jude Nelson 2015-09-02 16:17:48 -04:00
  • 968c8b6474 create functions for loading public and private keys, start storing both compressed and uncompressed versions of keys Ryan Shea 2015-09-02 16:10:05 -04:00
  • 9c3cc6d4a3 update identity verification, fix keychain child derivation, ensure public keys are decompressed before conversion to PEMs Ryan Shea 2015-09-02 13:52:13 -04:00
  • cff83e9f55 import socket Jude Nelson 2015-09-02 11:53:32 -04:00
  • e9f93c57bc Update README.md Ryan Shea 2015-09-01 19:05:47 -04:00
  • c5b999088b implement blockchain ID identity matcher, DKIM identity matcher, and child key to keychain matcher Ryan Shea 2015-09-01 18:32:39 -04:00
  • 32b11fad71 update interfaces for auth requests and auth responses and start testing token verification Ryan Shea 2015-09-01 11:49:54 -04:00
  • 5075115ea1 Merge branch 'master' of github.com:onenameio/blockchain-id-auth-js Ryan Shea 2015-08-31 19:48:03 -04:00
  • 2ade72cf5a implement AuthRequest and AuthResponse objects and write a basic testing suite for them Ryan Shea 2015-08-31 19:47:57 -04:00
  • 9e064ebf90 bitcoin, not pybitcointools Jude Nelson 2015-08-31 18:13:15 -04:00