Commit Graph
1320 Commits
Author SHA1 Message Date
Ian Norden e2bcc06f8a major refactor pt 3 2020-06-29 19:16:52 -05:00
Ian Norden 449d23757e pkg rename 2020-06-29 16:56:25 -05:00
Ian Norden ba0a5f0718 Merge pull request #3 from vulcanize/dshelp_update
update ipfs stack dshelp.CidToDsKey => dshelp.Multihash…
v0.0.11-alpha
2020-06-22 14:17:29 -05:00
Ian Norden 3dc1bf6955 update ipfs stack, specifically dshelp.CidToDsKey => dshelp.MultihashToDsKey 2020-06-22 13:15:29 -05:00
Ian Norden 2d4f4ad43c Merge pull request #2 from vulcanize/watch
finish updating documentation after refactor
v0.0.10-alpha
2020-06-20 11:00:19 -05:00
Ian Norden 9f3e4f1102 finish updating documentation after refactor 2020-06-20 10:59:32 -05:00
Ian Norden 6b8e48a20e Merge pull request #1 from vulcanize/watch
ipfs chain watcher cleanup
2020-05-30 17:52:25 -05:00
Ian Norden fe083c12f9 trimming down to ipfs watchers 2020-05-29 22:02:47 -05:00
Ian Norden 78e9fbd248 Merge pull request #199 from vulcanize/pair_with_new_geth
Pair with new geth version
2020-05-25 10:48:49 -05:00
Ian Norden 421987ff72 update version in go.mod 2020-05-22 19:22:52 -05:00
Ian Norden 0101c4791a pair with new statediffing geth version; travis tests will fail til release is up 2020-05-21 15:34:43 -05:00
Ian Norden 5fb1cc0696 refactor- focus on simplifying concurrent fetching; graceful shutdown for superNode command 2020-05-12 15:34:25 -05:00
Ian Norden b7d6152238 Merge pull request #198 from vulcanize/typo_fix
typo fix
2020-05-12 15:31:27 -05:00
Ian Norden 63c1d22240 typo fix 2020-05-12 15:30:22 -05:00
Ian Norden 3ea98656e6 Merge pull request #197 from vulcanize/storage_branch_decode_error
Storage branch decode error
2020-05-12 10:03:42 -05:00
Ian Norden 3320df264f avoid decode error on storage branch nodes when element won't decode into byte array 2020-05-12 09:32:33 -05:00
Ian Norden bb14c01529 Merge pull request #196 from vulcanize/pool_optimization
Pool optimization
2020-05-12 09:09:01 -05:00
Ian Norden e2ccd3ffdb update configs 2020-05-11 20:50:19 -05:00
Ian Norden 8dc31e4ca5 make connection pool params configurable 2020-05-11 10:50:05 -05:00
Ian Norden fb6fdfcc13 separate db conneciton pools for each process 2020-05-06 16:16:56 -05:00
Ian Norden fbd4a5ca6a Merge pull request #190 from vulcanize/direct_ipfs
Direct ipfs
2020-05-06 11:24:48 -05:00
Ian Norden dfb66eb67b update version; minor refactoring 2020-05-04 12:14:57 -05:00
Ian Norden 9b0ded692b clean up db transaction rollback/commit handling 2020-05-01 17:00:00 -05:00
Ian Norden 44e7f0570f clean up go.sum 2020-05-01 13:42:52 -05:00
grizz d6b84b8335 revert to go 1.12 2020-05-01 18:09:36 +00:00
Ian Norden 1541c62ddc eth api tests needed to be updated too 2020-05-01 11:12:01 -05:00
grizz 4a550af756 update entrypoint 2020-05-01 15:49:22 +00:00
Ian Norden 1413533a04 only init plugins if doing internal ipfs interface 2020-05-01 10:47:55 -05:00
Ian Norden c250235714 update dockerfiles to remove need for ipfs 2020-04-30 17:22:22 -05:00
Ian Norden ff5472ccf5 direct fetching of iplds from pg-ipfs for btc and eth 2020-04-30 17:22:22 -05:00
Ian Norden 059664ffc9 combined/directp publish and indexing for btc; tests 2020-04-30 17:22:22 -05:00
Ian Norden 65da8cafe7 update higher level interfaces and constructs 2020-04-30 17:22:22 -05:00
Ian Norden 475ca3e6d1 publish and index test for eth 2020-04-30 17:22:22 -05:00
Ian Norden 680a86aee2 combine publishing and indexing for eth; write directly to pg and avoid need for ipfs node 2020-04-30 17:22:22 -05:00
Ian Norden d345e6b954 reduce chan buffer size, make circular buffer 2020-04-30 17:22:22 -05:00
Ian Norden 9db0fb219a ipfs mode enum; configuration 2020-04-30 17:22:18 -05:00
Ian Norden 96162e1853 Merge pull request #189 from vulcanize/additional_logging
Additional logging
2020-04-30 16:28:42 -05:00
Ian Norden ef77688145 additional logging at initialization 2020-04-28 22:08:46 -05:00
Ian Norden 3bd1e518c6 Merge pull request #188 from vulcanize/EOFs
EOFs
2020-04-22 12:08:27 -05:00
Ian Norden 43c254b5f6 fixes after tests 2020-04-20 11:16:08 -05:00
Ian Norden eceaa0aecb use configurable timeout for geth batch http requests; additional error log info in payload fetchers 2020-04-20 11:05:12 -05:00
Ian Norden b3be8aaa05 edits 2020-04-20 11:04:52 -05:00
Ian Norden e53edb4d81 Merge pull request #185 from vulcanize/AFD.fixes
Update apis.md
2020-04-19 18:33:00 -05:00
Ian Norden 86802b25e6 Merge branch 'documentation' into AFD.fixes 2020-04-19 18:31:26 -05:00
Ian Norden 35e625695e updates to documentation for super node 2020-04-19 18:28:36 -05:00
A. F. Dudley 02872ce7e1 Update apis.md
Typo fix and clarification.
2020-04-17 16:53:22 -07:00
A. F. Dudley 7bb1f444b5 Update apis.md
readability fix.
2020-04-17 16:34:17 -07:00
Ian Norden 3764662fe3 updates to documentation for super node 2020-04-17 17:31:48 -05:00
Ian Norden 2d98d741b2 Merge pull request #184 from vulcanize/versioning
version command; log resync and super node configs; fix logfile cli flag
2020-04-14 12:46:32 -05:00
Ian Norden 79c3078c36 version command; log resync and super node configs; fix logfile cli flag 2020-04-14 12:36:07 -05:00