Commit Graph

22 Commits

Author SHA1 Message Date
Matthew Little
09ab3e29d6 chore: udpate to latest stacks-transactions lib 2020-03-26 15:50:30 +01:00
Matthew Little
db7511b046 chore: update message parsing with latest core-node changes 2020-03-26 15:50:30 +01:00
Matthew Little
befba4cab4 feat: parsing token events into db objects 2020-03-26 15:50:30 +01:00
Matthew Little
4f580cbae9 chore: update principal encoding to latest core-node changes 2020-03-26 15:50:30 +01:00
Matthew Little
2139ab676f feat: write tx data from core node into db 2020-03-26 15:50:30 +01:00
Matthew Little
e301c1aefc feat: db schema definitions and sql for tx entries 2020-03-26 15:50:30 +01:00
Matthew Little
d3b7e9cef2 feat: define remaining asset transfer payload structures, excluding non-standard Clarity json values 2020-03-26 15:50:30 +01:00
Matthew Little
c4c4287697 chore: commit .env file 2020-03-26 15:50:30 +01:00
Matthew Little
a3fe8d765e Merge pull request #13 from blockstack/feature/core-node-event-stream
Feature/core node event stream
2020-03-26 13:07:12 +01:00
Matthew Little
75513b1651 fix: correct a few instances of inconsistent module import syntax 2020-03-20 14:15:52 +01:00
Matthew Little
8a5f33ab7f refactor: update pg db rows to use more effiecient hash encoding format 2020-03-19 17:50:52 +01:00
Matthew Little
974f668bba feat: initial postgres datastore setup 2020-03-19 12:08:08 +01:00
Matthew Little
0344cb5086 feat: handling for contract-call tx type data extraction 2020-03-18 13:10:53 +01:00
Matthew Little
d7752c9cc2 feat: parsing Clarity values in contract-call tx and nonfungible post-conditions using stacks-transactions-js 2020-03-16 21:38:56 +01:00
Matthew Little
4b4f32204d feat: extract newly deployed contract name and Clarity source from core-node event stream 2020-03-16 18:16:55 +01:00
Matthew Little
4d0fc0584d feat: initial support for reading JSON messages from the core-node event socket
Keeping the stacks-p2p code in separate dir for possible mempool syncing later on.
2020-03-16 15:38:32 +01:00
Matthew Little
91f4aa075c feat: implement reading for Stacks p2p preamble header
Refs #5
2020-02-20 18:07:34 -05:00
Matthew Little
2d5b2c67ad feat: read p2p transaction messages
Refs #5
2020-02-19 18:58:47 -05:00
Matthew Little
a9bfbb5431 feat: improve error handling in Stacks message parsing 2020-02-19 18:13:27 -05:00
Matthew Little
7ddb70d376 style: add blockstack/prettier-config 2020-02-19 11:32:09 -05:00
Matthew Little
1a6e6eea90 feat: implement subset of Stacks p2p stream consumer
Refs #5
2020-02-19 09:57:27 -05:00
Matthew Little
3dad3d4660 feat: initial block stream parsing with testnet socket
Refs #2
Refs #3
2020-02-18 13:27:48 -05:00