Merge pull request #159 from vulcanize/super_node_backfill
Ian Norden
2019-12-02 14:57:48 -0600
4036d9d6a0review fixes
Ian Norden
2019-11-04 13:14:05 -0600
5be205ffa6super node backfill breaks batch call into smaller bins; retrieve gap test
Ian Norden
2019-11-01 14:03:28 -0500
c16ac026dblogWithCommand; rebase fixes; config for testing super node subscription
Ian Norden
2019-10-14 09:41:29 -0500
e912fa6c87new db schema
Ian Norden
2019-10-08 15:31:16 -0500
67df8dea77header_cids.final => header_cids.uncle
Ian Norden
2019-10-08 15:31:07 -0500
6880611436command for serving data without an ongoing sync process
Ian Norden
2019-10-08 14:52:08 -0500
3a666df294backfiller refactoring; explicity errs; golint
Ian Norden
2019-10-08 14:51:38 -0500
40c3aff597seed => super; port 80 => port 8080; backfill process for the super_node
Ian Norden
2019-10-02 09:10:37 -0500
83fd76bc8afix flaky test
Ian Norden
2019-09-30 15:12:02 -0500
b789ab69e6adjustments after rebase
Ian Norden
2019-09-30 13:57:12 -0500
8fe273fb7bgetter rpc method for the seed node's geth info
Ian Norden
2019-09-13 14:41:50 -0500
2c997921cbupdate dockerfile and documentation
Ian Norden
2019-09-05 17:47:47 -0500
8b31d12716fixes after rebase
Ian Norden
2019-08-29 14:57:58 -0500
d2db5d0ac9filterer unit test; that should be the last of them
Ian Norden
2019-08-28 17:07:36 -0500
03dbe5dd22resolver unit test
Ian Norden
2019-08-28 14:43:27 -0500
825b0762cdretriever unit test
Ian Norden
2019-08-28 13:41:49 -0500
9ebc785d98unit test for repository/indexer
Ian Norden
2019-08-27 14:22:09 -0500
35c8f3561apublisher unit test
Ian Norden
2019-08-25 21:13:40 -0500
d79cc90cb2unit test for ipfs fetcher
Ian Norden
2019-08-23 16:34:54 -0500
069646905econverter unit test
Ian Norden
2019-08-14 13:49:30 -0500
89faa85871fix transaction signing, also removes need for rpc call to do it
Ian Norden
2019-08-09 11:22:29 -0500
e72995605dpossible fix for travis error
Ian Norden
2019-08-05 19:14:05 -0500
90d685a763switch from dep to go modules
Ian Norden
2019-08-05 13:24:39 -0500
0bbb7a30d1review fixes
Ian Norden
2019-08-05 12:56:15 -0500
2244d1869fprocess receipts from payload instead of retreiving over additional rpc call
Ian Norden
2019-08-05 10:47:03 -0500
13d09e15c1update deps
Ian Norden
2019-08-05 10:46:32 -0500
905585b212backfill concurrently, one block at a time, while normal streaming continues
Ian Norden
2019-07-02 12:38:12 -0500
f2efbb5d01worker pool for handling concurrent ipld putting and cid indexing without overloading Postgres connections
Ian Norden
2019-06-25 15:31:14 -0500
3fa33fb767index receipts by the contract address
Ian Norden
2019-06-20 10:59:10 -0500
23a21c14f3make subscription config rlp encodable, group subs of the same type using a hash of their config, process only once for each sub type instead of for every sub.
Ian Norden
2019-06-18 12:28:57 -0500
1d4d0cbc15fixing dep bug
Ian Norden
2019-06-17 17:52:58 -0500
b76bdc51f2fixing dockerfile and start up script
Ian Norden
2019-06-13 21:12:56 -0500
1235ec1f97postgres table to hold ipfs data in same database as vulcanizedb data; shared SeedNodeTransformer interface
Ian Norden
2019-06-13 12:23:08 -0500
230e782e6cupdate to work with go-ipfs fork that doesn't use go modules and so can play nice with our forked dependencies; update documentation and dockerfile
Ian Norden
2019-06-12 12:36:56 -0500
5356cd50bbseed node documentation
Ian Norden
2019-06-10 17:06:38 -0500
4c81ca4d54rename blocks table to eth_blocks so that we don't clash with the ipfs blocks table; dockerfile and startup_script for the seed node
Ian Norden
2019-06-10 12:17:14 -0500
e7cdd6247eupdate to use ReceiptForStorage; expose rpc server over ws
Ian Norden
2019-06-07 11:01:29 -0500
723c7c6244fix backfill operations and dependency issue; hopefully travis will work now
Ian Norden
2019-06-07 08:42:10 -0500
4baea2923cmake db fks deferrable so that we can commit entire cid payload in single transaction; adjust buffer sizes to optimize performane and stability
Ian Norden
2019-06-06 21:09:27 -0500
b1bb646ad5goimports + streamSubscribe command for raw access to the seed node data
Ian Norden
2019-06-06 12:55:59 -0500
8ccdfd4835fix streamFilters issue
Ian Norden
2019-06-05 22:50:12 -0500
b5099a5051demo commands
Ian Norden
2019-05-28 14:13:15 -0500
2db0ce971dvulcanizedb seed node streamer and syncPublishScreenAndServe command
Ian Norden
2019-05-28 14:13:06 -0500
1dc46640cfrequest handler and response screener for seed node api service
Ian Norden
2019-05-21 14:27:24 -0500
34393ffb3ffixes for issues uncovered in integration
Ian Norden
2019-05-17 10:23:39 -0500
b83c0371d9pub sub service and api
Ian Norden
2019-05-17 01:27:02 -0500
5ebe2243d8goimports -w
Ian Norden
2019-05-16 23:15:54 -0500
671a324294update to work with updated state diffing code
Ian Norden
2019-05-16 23:08:53 -0500
3108957e5fipfs fetcher
Ian Norden
2019-05-01 12:49:56 -0500
15e044403dwork on mocks and unit tests
Ian Norden
2019-04-30 12:48:31 -0500
d702cb720cupdate dependencies to work with update eth-block-extractor
Ian Norden
2019-04-18 07:39:37 -0500
31a9017c4findex all cids in a payload in a single atomic tx; misc fixes; comment additions
Ian Norden
2019-04-17 13:26:48 -0500
79efaeb089syncAndPublish command
Ian Norden
2019-04-15 11:30:52 -0500
e033eabc28cid database table migrations
Ian Norden
2019-04-15 11:30:41 -0500
1921c06b02repository - repository for indexing CIDs
Ian Norden
2019-04-15 11:30:23 -0500
1fba4d0858publisher - interface for publishing IPLD objects
Ian Norden
2019-04-15 11:29:49 -0500
d248a1050esyncer - interface for syncing with a statediff subscription
Ian Norden
2019-04-15 11:29:22 -0500
a31c7e9cedpayload converter - interface for converting state diff payload into payload for ipld publishing
Ian Norden
2019-04-15 11:28:55 -0500
35719b5180indexer - top level interface for syncAndPublish
Ian Norden
2019-04-15 11:28:23 -0500
c6c070005bsubscribe method for the rpc client
Ian Norden
2019-04-15 11:27:21 -0500
bc59aa4ed6readme additions and vendor updates
Ian Norden
2019-04-11 13:19:10 -0500
6434a7279dintegrate backfill into storage watcher; documentation for storage backfill
Ian Norden
2019-10-24 11:35:39 -0500
7f32c907fdintegrate backfill into storage watcher; documentation for storage backfill
Ian Norden
2019-10-24 11:35:39 -0500