Commit Graph

  • bd438a9e3b fix: minor exhaustive switch-case fix Matthew Little 2020-03-30 21:37:46 +02:00
  • 0199ebb5f6 feat: add deploy smart contract debug API endpoint Matthew Little 2020-03-30 21:33:27 +02:00
  • d3863ef8e0 fix: return full tx objects in tx list API Matthew Little 2020-03-30 20:06:03 +02:00
  • fb35260529 feat: propagate events for new transactions from db to API stream endpoint Matthew Little 2020-03-30 19:02:03 +02:00
  • 7d75444ae6 feat: add tx endpoint hyperlink to debug broadcast page Matthew Little 2020-03-30 16:42:12 +02:00
  • cba569d10e feat: constructing full API tx response from datastore Matthew Little 2020-03-30 16:02:30 +02:00
  • 406151e69f feat: add remaining tx type data to database structure and define the full tx API response Matthew Little 2020-03-30 13:31:02 +02:00
  • cb3d9293a2 fix: couple sender_address typos from previous commit Matthew Little 2020-03-27 19:13:36 +01:00
  • 54cce2b5cc feat: storing tx sender address, and implemented dev endpoint for sending testnet TokenTransfers Matthew Little 2020-03-27 19:07:18 +01:00
  • ee03d33d38 fix: use @awaitjs/express fork with support for express.Router Matthew Little 2020-03-26 18:40:41 +01:00
  • be3a629274 feat: express async handler, env config for server host and port Matthew Little 2020-03-26 18:18:06 +01:00
  • e68ae00c59 chore: package updates Matthew Little 2020-03-26 17:07:23 +01:00
  • 641bee9a44 fix: memory store list tx function Matthew Little 2020-03-26 16:40:19 +01:00
  • 1d5596105a feat: initial outline of api server kyranjamie 2020-03-23 12:35:56 +01:00
  • c5eb6386a6 fix: reduce acronym usage in memory data store class Matthew Little 2020-03-26 15:48:34 +01:00
  • 0ddb13b678 fix: reset datastores for each test beforeAll -> beforeEach Matthew Little 2020-03-26 15:46:11 +01:00
  • 09ab3e29d6 chore: udpate to latest stacks-transactions lib Matthew Little 2020-03-26 11:39:55 +01:00
  • db7511b046 chore: update message parsing with latest core-node changes Matthew Little 2020-03-26 09:40:33 +01:00
  • befba4cab4 feat: parsing token events into db objects Matthew Little 2020-03-25 18:48:22 +01:00
  • 4f580cbae9 chore: update principal encoding to latest core-node changes Matthew Little 2020-03-25 12:51:35 +01:00
  • 2139ab676f feat: write tx data from core node into db Matthew Little 2020-03-25 11:38:18 +01:00
  • e301c1aefc feat: db schema definitions and sql for tx entries Matthew Little 2020-03-25 11:04:28 +01:00
  • d3b7e9cef2 feat: define remaining asset transfer payload structures, excluding non-standard Clarity json values Matthew Little 2020-03-24 12:29:26 +01:00
  • c4c4287697 chore: commit .env file Matthew Little 2020-03-20 16:59:37 +01:00
  • c222e47b5b fix: reduce acronym usage in memory data store class feature/db Matthew Little 2020-03-26 15:48:34 +01:00
  • fbcda8f79c fix: reset datastores for each test beforeAll -> beforeEach Matthew Little 2020-03-26 15:46:11 +01:00
  • a3fe8d765e Merge pull request #13 from blockstack/feature/core-node-event-stream Matthew Little 2020-03-26 13:07:12 +01:00
  • c051e79efb chore: udpate to latest stacks-transactions lib Matthew Little 2020-03-26 11:39:55 +01:00
  • 86f3811c1e chore: update message parsing with latest core-node changes Matthew Little 2020-03-26 09:40:33 +01:00
  • 679d97bafa feat: parsing token events into db objects Matthew Little 2020-03-25 18:48:22 +01:00
  • 79d43b316f chore: update principal encoding to latest core-node changes Matthew Little 2020-03-25 12:51:35 +01:00
  • 6988fe651f feat: write tx data from core node into db Matthew Little 2020-03-25 11:38:18 +01:00
  • 67d2920bf4 feat: db schema definitions and sql for tx entries Matthew Little 2020-03-25 11:04:28 +01:00
  • cfce07904c feat: define remaining asset transfer payload structures, excluding non-standard Clarity json values Matthew Little 2020-03-24 12:29:26 +01:00
  • f8e514929f chore: commit .env file Matthew Little 2020-03-20 16:59:37 +01:00
  • 75513b1651 fix: correct a few instances of inconsistent module import syntax feature/core-node-event-stream Matthew Little 2020-03-20 14:15:52 +01:00
  • 8a5f33ab7f refactor: update pg db rows to use more effiecient hash encoding format Matthew Little 2020-03-19 17:50:52 +01:00
  • 974f668bba feat: initial postgres datastore setup Matthew Little 2020-03-19 12:08:08 +01:00
  • 0344cb5086 feat: handling for contract-call tx type data extraction Matthew Little 2020-03-18 13:10:53 +01:00
  • d7752c9cc2 feat: parsing Clarity values in contract-call tx and nonfungible post-conditions using stacks-transactions-js Matthew Little 2020-03-16 21:38:56 +01:00
  • 4b4f32204d feat: extract newly deployed contract name and Clarity source from core-node event stream Matthew Little 2020-03-16 18:16:55 +01:00
  • 4d0fc0584d feat: initial support for reading JSON messages from the core-node event socket Matthew Little 2020-03-16 15:38:32 +01:00
  • 91f4aa075c feat: implement reading for Stacks p2p preamble header Matthew Little 2020-02-20 18:07:34 -05:00
  • 2d5b2c67ad feat: read p2p transaction messages Matthew Little 2020-02-19 18:58:47 -05:00
  • a9bfbb5431 feat: improve error handling in Stacks message parsing Matthew Little 2020-02-19 18:13:27 -05:00
  • 7ddb70d376 style: add blockstack/prettier-config Matthew Little 2020-02-19 11:32:09 -05:00
  • 1a6e6eea90 feat: implement subset of Stacks p2p stream consumer Matthew Little 2020-02-19 09:57:27 -05:00
  • 3dad3d4660 feat: initial block stream parsing with testnet socket Matthew Little 2020-02-18 13:27:48 -05:00