290157a202double batchSize and batchNumber
Ian Norden
2020-04-04 15:23:56 -0500
f2e853e9c9add back raw contract address
Ian Norden
2020-04-04 14:56:11 -0500
8960cde4f7backfill based on validation level
Ian Norden
2020-04-03 20:36:37 -0500
649fd54a9fstore receipt contract hash instead of contract
Ian Norden
2020-04-03 15:15:06 -0500
00031e2b83resync reset validation level
Ian Norden
2020-04-03 14:29:28 -0500
060e3430c1times_validated field in header
Ian Norden
2020-04-01 23:19:49 -0500
aa9f78a028new fields in eth.receipt_cids to index contract addresses seen in logs; handle null dst/contract addrs in trxs/rcts
Ian Norden
2020-04-01 22:34:06 -0500
834e2bcff4additional logging to resync service; rename state/storage key to leaf key and allow insert of null values for intermediate nodes
Ian Norden
2020-03-25 19:16:12 -0500
e570a2c9d4VACUUM ANALYZE after cleaning out old data
Ian Norden
2020-03-25 19:15:05 -0500
716cc3663fdon't throw error on duplicate key insert
Ian Norden
2020-03-25 19:14:20 -0500
First draft of architecture notes
A. F. Dudley
2020-03-22 11:36:44 -0700
1c208e5946docker-compose
Ian Norden
2020-03-22 12:14:43 -0500
1aded75645additional log.info for data streamed at head
Ian Norden
2020-03-22 09:45:49 -0500
f81c440418for some reason every now and then a branch node would throw a panic here; still need to figure out why; quick fix
Ian Norden
2020-03-22 09:05:26 -0500
b2d5345c02add new fields to test data to get tests passing again
Ian Norden
2020-03-21 21:10:28 -0500
ba5d6f9b9fstate account support and add roots and additional metadata to header index
Ian Norden
2020-03-21 19:50:12 -0500
57bdcca43ccombine resync and supernode configs; load config params from env variables if available; allow config params to be passed in as cli flags
Ian Norden
2020-03-20 13:15:50 -0500
1d4b37aca9split running migrations into separate compose step; docker-compose files for different processes
Ian Norden
2020-03-18 12:21:29 -0500
6ded3a6c85migration fixes
Ian Norden
2020-03-18 12:20:12 -0500
2d5bd2defcdockerfile for resync process
Ian Norden
2020-03-18 08:48:25 -0500
c72dc273bamisc fixes; config files for resyncing
Ian Norden
2020-03-17 19:42:53 -0500
d47ba24373adjust btc and eth publishers and publisher tests
Ian Norden
2020-03-17 13:05:19 -0500
7eddf396a5split super node config into two for eth and btc
Ian Norden
2020-03-17 11:18:00 -0500
1e2b09045afix state and storage iplds/dag_putters; add support for eth rct trie and eth and btc tx tries
Ian Norden
2020-03-17 11:17:00 -0500
64a33e910aswitch from json to text formatter for logger
Ian Norden
2020-03-17 08:45:01 -0500
e7225317d4split btc and eth super node processes into serpate containers; dockerfile for Postgraphile with plugins
Ian Norden
2020-03-17 08:37:00 -0500
93e7eb35c5resync command
Ian Norden
2020-03-17 07:51:39 -0500
36b714b6dfresync config initializer
Ian Norden
2020-03-17 07:51:00 -0500
b934f6c963btc and eth unit tests for db cleaning
Ian Norden
2020-03-17 07:50:38 -0500
f814b64543bug fix
Ian Norden
2020-03-12 13:59:23 -0500
Merge pull request #180 from vulcanize/btc
Ian Norden
2020-02-23 16:47:56 -0600
48fb5bcd27separate super node instances for different chains need to be within the same process to avoid contention over ipfs repo lock
Ian Norden
2020-02-13 16:50:56 -0600
ef3b043f97emulate btc data streamer over http; misc fixes
Ian Norden
2020-02-10 11:16:57 -0600
5173edf563fix broken go-ipld-eth trie node dag putters
Ian Norden
2020-02-10 11:11:44 -0600
ca273a026dmajor refactor part 2: remove cold import, full sync, generalize node table
Ian Norden
2020-02-10 09:00:55 -0600
0f765df12cfinish constructors
Ian Norden
2020-02-09 16:10:42 -0600
5d46e02509tx inputs directly reference tx ouputs
Ian Norden
2020-02-09 15:58:37 -0600
642e08a04bbtc converter, publisher, and indexer unit tests
Ian Norden
2020-02-09 15:28:30 -0600
8643a7f3b6btc ipld fetcher, paylaod fetcher, and ipld resolver
Ian Norden
2020-02-07 14:00:01 -0600
aa2f8bd0a5btc retriever and filterer
Ian Norden
2020-02-04 19:02:01 -0600
f33cc3f34bTxOutputs: extract and index pkscript metadata (script type, addresses, #required sigs); TxInputs: outpoint_hash => outpoint_tx_id that references transaction_cids.id
Ian Norden
2020-02-04 15:20:49 -0600
48f70d4ddfbtc mocks; reorg
Ian Norden
2020-02-03 12:22:29 -0600
808f1b5662btc cid indexer
Ian Norden
2020-02-02 15:58:07 -0600
5094b975fcpostgres schema and tables for btc
Ian Norden
2020-01-31 14:08:51 -0600
9018e551bamove eth tables under eth schema
Ian Norden
2020-01-31 13:25:15 -0600
4dde90447ewrap generic top-level interfaces with loose types
Ian Norden
2020-01-31 12:03:37 -0600
cacd9953eego mod tidy; remove now unused deps
Ian Norden
2020-01-30 16:49:38 -0600
68d8e68144btc ipld publisher
Ian Norden
2020-01-30 16:46:08 -0600
8099f726c3internalized ipld types and dag_putters; adjust converters/publishers to work with them
Ian Norden
2020-01-30 16:35:31 -0600
2e81f8d31abtc payload converter
Ian Norden
2020-01-29 15:49:13 -0600
076903b174btc payload streamer
Ian Norden
2020-01-29 14:37:20 -0600
da844b0b83reorg pkg/ to prepare to support chains other than ethereumm
Ian Norden
2020-01-29 13:00:07 -0600
Merge pull request #178 from vulcanize/geth_api
Ian Norden
2020-02-20 16:08:28 -0600
5dec3d145dupdating SuperNode dockerfile
Ian Norden
2020-01-27 14:13:54 -0600
33ac5978f5split uncles into their own table; add tx index to the tx index (lol); continue work on geth api endpoints
Ian Norden
2020-01-26 13:55:26 -0600
e52284b9baupdate documentation, bug/error fixes, work on eth api for drawbridge
Ian Norden
2020-01-21 13:12:35 -0600
ac66759665use updated statediffing geth release (that includes TD)
Ian Norden
2020-01-21 12:09:21 -0600
308ccb5d8crefactor super node commands into one
Ian Norden
2020-01-20 17:44:32 -0600
7843312815major refactoring of super_node to make it easier to support other chains
Ian Norden
2020-01-17 17:16:01 -0600
5ff05225c2begin eth api recapitulation
Ian Norden
2020-01-16 17:21:49 -0600