Commit Graph
55 Commits
Author SHA1 Message Date
Matt Krump edf3dbe00c Add starting block arg check 2018-03-27 16:16:27 -05:00
Matt Krump 88210e436a Remove test and travis deps on private dev network 2018-03-22 10:15:18 -05:00
Matt Krump e96066bc83 Remove geth --dev dep 2018-03-21 13:57:18 -05:00
Matt Krump 1b4e57a5b4 Rename node table and node column 2018-03-21 13:24:13 -05:00
Matt Krump a11fb709b2 Update watcher to use blockchain instead of contract data fetcher 2018-03-12 16:19:06 -05:00
Matt Krump 76dad443ec Update FetchContractData to allow optional args 2018-03-12 14:21:34 -05:00
Matt Krump 5a2bb04670 Remove unused contract methods 2018-03-12 14:21:34 -05:00
Matt Krump 06f78e0083 Handle events
- Adds interfaces for developers to build handlers that update data in
response to log events
- Resolves #29
2018-03-05 10:01:50 -06:00
Matt Krump 0800e331d5 Update README 2018-01-26 13:53:26 -06:00
Matt Krump 69545b72f0 Update README 2018-01-26 13:52:45 -06:00
Matt Krump 662d7e1d79 Update README 2018-01-26 13:51:13 -06:00
Matt Krump afdeadeca1 Update deps, schema and ci 2018-01-25 19:06:06 -06:00
Matt Krump aac2239097 Merge old private repo into vulcanize 2018-01-25 18:08:26 -06:00
Matt Krump ed5a8f5bc4 WIP 2018-01-25 17:19:15 -06:00
Matt Krump 0ae25aff95 Remove getLogs entrypoint 2018-01-16 09:49:23 -06:00
Matt Krump 6583ce72b8 Remove log_uc
* Logs now are attached to receipt, so removing block + index unique
constraint
2018-01-16 09:44:46 -06:00
Matt Krump 08993cc6a4 Add back schema dump 2018-01-16 09:11:23 -06:00
Matt Krump 82c39a2c1f Add fk constraint on logs 2018-01-16 08:58:11 -06:00
Matt Krump 9ee13e715d Add topics type 2018-01-15 14:49:29 -06:00
Matt Krump 50f00b80c1 Lowercase log address 2018-01-15 14:46:48 -06:00
Matt Krump 431be46005 Add store logs with receipts 2018-01-15 14:46:32 -06:00
Matt Krump b6ed4464c7 Update populate blocks to use blockchain rather than db to determine blocks to fill 2018-01-02 13:35:52 -06:00
Matt Krump 351d315a4c Add tx fields 2017-12-28 17:23:56 -06:00
Matt Krump 8b024bade9 Add block rewards to db 2017-12-28 11:58:26 -06:00
Matt Krump 3ca4370221 Add Block + Uncle Rewards calculation 2017-12-28 09:46:14 -06:00
Matt Krump cb4e745464 Add extra data field 2017-12-27 12:10:08 -06:00
Matt Krump c992186846 Add Block Miner 2017-12-27 10:50:56 -06:00
Matt Krump 84e77f259d Use most recent blockNumber when blockNumber parame is nil 2017-12-14 10:15:36 -06:00
Matt Krump 687af1f3d4 Change string formatting 2017-11-30 10:23:58 -06:00
Matt Krump 091bbc69b3 Update .travis.yml so that integration tests run 2017-11-29 14:39:59 -06:00
Matt Krump b2dfe1e486 Move type conversion to presenter 2017-11-29 09:32:34 -06:00
Matt Krump b26bcf74e9 First pass at adding non-string attributes 2017-11-28 17:04:09 -06:00
Matt Krump 72b656fc15 Update README to include contract summary usage 2017-11-28 15:14:05 -06:00
Matt Krump 54458e9741 Address PR comments 2017-11-28 14:40:05 -06:00
Matt Krump 1bae6db483 Added sort method to ContractAttributes array 2017-11-28 14:05:39 -06:00
Matt Krump aa3318451b Updated to use contracts derived Attributes 2017-11-28 13:43:08 -06:00
Matt Krump d0602833bb Update contract summary output to include transaction info 2017-11-14 09:57:27 -06:00
Matt Krump 0b9930dd9c Add transactions for a watched contract 2017-11-13 16:16:18 -06:00
Matt Krump e510154c81 mend 2017-11-13 10:37:09 -06:00
Matt Krump 4ad1d531a8 Update contract naming per Eric PR review 2017-11-13 10:11:27 -06:00
Matt Krump c7bd6de7da Added From field to transactions 2017-11-09 16:51:22 -06:00
Matt Krump 30fadffb14 Add contracts table / start building out watch contracts 2017-11-09 15:06:01 -06:00
Matt Krump e414d42704 Add LICENSE 2017-11-09 12:58:17 -06:00
Matt Krump df9e7ebcc5 Add database transactions to postgres repository
* Repository returns error when CreateBlock fails.
2017-11-08 15:25:06 -06:00
Matt Krump cdc861e5f2 Update Config to use abs path if supplied 2017-11-08 14:42:23 -06:00
Matt Krump e9efc2ff82 Update to use TOML config 2017-11-03 11:53:31 -05:00
Matt Krump 946eb23861 mend 2017-11-03 09:59:24 -05:00
Matt Krump df09cf8d93 Add fields to block tables 2017-11-03 09:56:24 -05:00
Matt Krump 688bcd30f2 Start storing transactions 2017-10-31 09:18:30 -05:00
Matt Krump 5c0e39eb9f Test GethBlockToCoreBlock 2017-10-31 09:14:44 -05:00
Matt Krump e05b1a59dd Remove BlockRecord 2017-10-31 09:14:44 -05:00
Matt Krump 598a58e3b2 Added fields for: Time, Gas Limit, and Gas Used 2017-10-26 08:43:39 -05:00
Matt Krump 2e4d0b9bb1 Update README 2017-10-25 15:56:42 -05:00
Matt Krump 5e7280616a Add start_blockchain script 2017-10-25 08:56:19 -05:00
Matt Krump 571bc7f63a Add integration test
* Update Travis to run integration tests
2017-10-24 15:36:50 -05:00