Commit Graph

  • ec92779c4e
    Link to original code/license for reused source (#214) Ashwin Phatak 2021-08-13 15:23:42 +0530
  • eb912b7f68
    Blocks GQL API (#213) Ashwin Phatak 2021-08-13 15:06:58 +0530
  • a7ec3d8da8
    Add APGL license and copyright notices (#212) Ashwin Phatak 2021-08-12 15:28:13 +0530
  • 1cbd70e57c
    Add script to reset the databases. (#211) Ashwin Phatak 2021-08-12 14:54:31 +0530
  • 43107b9ed7
    Remove unused settings from lighthouse config. (#210) Ashwin Phatak 2021-08-12 10:33:23 +0530
  • 4fb0d95135
    Lighthouse watcher (#205) Ashwin Phatak 2021-08-11 17:27:49 +0530
  • 053695a3e8
    Add test:init in uni-watcher. (#204) Ashwin Phatak 2021-08-11 16:27:42 +0530
  • cbc8dce88b
    Implement transaction for uni-info-watcher blocks and events update. (#203) Ashwin Phatak 2021-08-11 15:23:44 +0530
  • 1372fc74ef
    Test for entities after CollectEvent. (#202) Ashwin Phatak 2021-08-10 17:31:50 +0530
  • ed9577b830
    Test for entities after DecreaseLiquidityEvent. (#199) Ashwin Phatak 2021-08-10 16:32:35 +0530
  • 6c05600b41
    Test for entities after IncreaseLiquidityEvent. (#198) Ashwin Phatak 2021-08-10 15:53:59 +0530
  • 0c2efde028
    Test for entities after TransferEvent (#196) Ashwin Phatak 2021-08-10 12:09:00 +0530
  • abd3175c09
    Import test utils separately. (#194) nikugogoi 2021-08-09 21:34:55 +0530
  • 16b041c5cf
    Test for Transaction entity after Mint, Burn & Swap events. (#193) Ashwin Phatak 2021-08-09 12:08:37 +0530
  • a9d9b39c37
    Fix transaction query runner in event handlers. (#192) Ashwin Phatak 2021-08-09 11:30:43 +0530
  • 88121f9390
    Test for entities after SwapEvent. (#191) Ashwin Phatak 2021-08-06 19:10:25 +0530
  • 91463136d7
    Implement transactions in uni-watcher. (#190) Ashwin Phatak 2021-08-06 17:53:55 +0530
  • 63620f0a0a
    Smoke test for entities after BurnEvent (#189) Ashwin Phatak 2021-08-06 17:21:30 +0530
  • 95f830178d
    Test for all entities after MintEvent. (#188) Ashwin Phatak 2021-08-06 12:12:52 +0530
  • 0487c05ee1
    Event handlers should update db atomically (#186) Ashwin Phatak 2021-08-06 10:25:56 +0530
  • b6fe8a8c47
    Import TICK_MIN from util and fix lint errors. (#187) Ashwin Phatak 2021-08-05 18:33:47 +0530
  • df85f961db
    Smoke test for entities after Mint event (#185) Ashwin Phatak 2021-08-05 17:12:11 +0530
  • a9d411c6df
    Smoke test for uni-info-watcher (#184) Ashwin Phatak 2021-08-04 18:57:44 +0530
  • 73e0475dfa
    Misc changes for uni-info-watcher resolvers (#183) Ashwin Phatak 2021-08-04 18:42:59 +0530
  • eea3a5864b
    Implement filters for uni-info-watcher resolvers. (#180) Ashwin Phatak 2021-08-03 11:56:25 +0530
  • d9366017da
    Smoke test for NFPM events (#178) Ashwin Phatak 2021-08-02 16:13:56 +0530
  • f1a96e8ba9
    Resolver for Ticks and Token(s) methods (#177) Ashwin Phatak 2021-08-02 15:46:21 +0530
  • 9a3ac28a5d
    uni-watcher smoke test (#172) Ashwin Phatak 2021-07-30 19:50:56 +0530
  • 18ebed0b36
    Resolver for Mint, Pool, PoolDayData and Swap entities (#173) Ashwin Phatak 2021-07-30 17:49:22 +0530
  • d4a19d15a9
    Implemented query resolvers for entities Burn and Factory. (#171) Ashwin Phatak 2021-07-29 18:12:35 +0530
  • 175fa48d71
    Prune abandoned branches (#166) Ashwin Phatak 2021-07-29 14:54:40 +0530
  • df01b6539b
    Implement resolvers for querying Bundle entity. (#170) Ashwin Phatak 2021-07-29 14:45:38 +0530
  • f93c0e3cb6
    Track last processed event index (#168) Ashwin Phatak 2021-07-28 17:36:43 +0530
  • 3e9aa4d066
    Fix github actions (#167) Ashwin Phatak 2021-07-28 13:28:23 +0530
  • c677e5942c
    ERC20 watcher based on eth_call (#165) Ashwin Phatak 2021-07-28 10:04:07 +0530
  • fd1ab0780c
    Merge pull request #162 from vulcanize/docker Ramil Amerzyanov 2021-07-27 12:46:46 +0300
  • a5d6bfa285
    Get/create entity based on block hash and parent traversal (#163) Ashwin Phatak 2021-07-23 19:22:55 +0530
  • 367c320aae docker image and Github Actions to build image ramil 2021-07-23 15:42:50 +0300
  • f8335aad03
    Add block hash to entities, split get and set methods (#161) Ashwin Phatak 2021-07-23 11:00:40 +0530
  • 26965f372f
    Handle reorgs upto known canonical block hash (#157) Ashwin Phatak 2021-07-22 16:32:39 +0530
  • 34de3d51b3
    Handle collect event (#158) Ashwin Phatak 2021-07-22 11:45:21 +0530
  • 0d39363467
    Move uni-info-watcher event procesing to job queue. (#156) Ashwin Phatak 2021-07-22 10:02:06 +0530
  • 95486d6553
    Save block parent hash (#155) Ashwin Phatak 2021-07-21 13:00:26 +0530
  • 10e7d37fa8
    Update pgboss queue params. (#154) Ashwin Phatak 2021-07-20 15:46:35 +0530
  • c1ef96ba2e
    Handle Position Manager DecreaseLiquidity event. (#148) Ashwin Phatak 2021-07-19 10:43:29 +0530
  • 3477366458
    Handle increase liquidity event (#143) Ashwin Phatak 2021-07-16 18:34:51 +0530
  • ae13edb99a
    Update docs. (#142) Ashwin Phatak 2021-07-16 16:35:49 +0530
  • 29c8c1f80f
    Implement event watchers for NonFungiblePositionManager events. (#141) Ashwin Phatak 2021-07-15 17:27:10 +0530
  • 70e88b1004
    Block filler for uni-watcher. (#140) Ashwin Phatak 2021-07-15 13:10:07 +0530
  • 7151521c3b
    Get uniswap events in block range (#139) Ashwin Phatak 2021-07-15 10:48:06 +0530
  • ecfa3ed386
    Handle swap event (#138) Ashwin Phatak 2021-07-15 10:45:35 +0530
  • 03ceb95a1b
    Job queue to process events (#137) Ashwin Phatak 2021-07-14 18:00:26 +0530
  • a4f5d43bc5
    Extra info for handling events (tx, block) (#136) Ashwin Phatak 2021-07-13 17:32:57 +0530
  • 208b0f7f4f
    Handle Pool burn event. (#134) Ashwin Phatak 2021-07-13 12:36:10 +0530
  • 3a6af9f9cc
    Handle mint event (#130) Ashwin Phatak 2021-07-13 12:01:54 +0530
  • d71557e963
    Event processing/sync changes to maintain processing order. (#131) Ashwin Phatak 2021-07-12 17:06:33 +0530
  • 69c68b365f
    Include txHash in event sent to GQL subscribers. (#129) Ashwin Phatak 2021-07-09 17:01:36 +0530
  • 61f211f2d5
    Handle pool initialize event (#127) Ashwin Phatak 2021-07-09 12:38:25 +0530
  • 7f5229bf2f
    Watch pool burn and swap events (#128) Ashwin Phatak 2021-07-09 12:30:50 +0530
  • 538e4b7591
    Watch pool mint event. (#125) Ashwin Phatak 2021-07-08 17:40:40 +0530
  • f7df56bb75
    Handle pool created event (#124) Ashwin Phatak 2021-07-07 11:10:10 +0530
  • 194d079d5e
    Watch pool initialize event (#123) Ashwin Phatak 2021-07-06 20:05:40 +0530
  • aec9281fb8
    Factory PoolCreated event handler (#120) Ashwin Phatak 2021-07-06 16:55:11 +0530
  • 9c60895352
    Save watched contracts in db. (#122) Ashwin Phatak 2021-07-06 15:58:03 +0530
  • 0b6a33561b
    Include block number in GQL event. (#121) Ashwin Phatak 2021-07-06 11:04:08 +0530
  • 8d2a4c6b14
    Watch for Factory PoolCreated event. (#119) Ashwin Phatak 2021-07-05 16:15:54 +0530
  • da758aceaa
    Script to deploy uniswap contracts locally for testing (#118) Ashwin Phatak 2021-07-05 11:05:45 +0530
  • b7ffb7c672
    uniswap-info-watcher package with frontend schema (#114) Ashwin Phatak 2021-07-02 16:26:32 +0530
  • 1b6d4511f7
    Minimal schema required by info-watcher. (#115) Ashwin Phatak 2021-07-02 12:47:15 +0530
  • 5de555a4e5
    Uniswap watcher package with event schema (#113) Ashwin Phatak 2021-07-01 16:42:37 +0530
  • d5608f637a
    Aggregation in entities (#109) Ashwin Phatak 2021-06-30 17:16:50 +0530
  • 69f4cf3513
    Uniswap queries/mapping analysis (#91) Ashwin Phatak 2021-06-29 10:39:32 +0530
  • a654b79df3
    Address watcher block filler (#105) Ashwin Phatak 2021-06-28 17:12:53 +0530
  • e9880693ad
    Fill task queue for block range. (#90) Ashwin Phatak 2021-06-25 17:56:58 +0530
  • 07805b6ae9
    Tracing job queue (#89) Ashwin Phatak 2021-06-25 16:35:47 +0530
  • 27b732fef7
    Fix getting negative values from signed integers. (#88) Ashwin Phatak 2021-06-23 15:23:59 +0530
  • fc30290685
    Assert proof data when running against GQL endpoint (#86) Ashwin Phatak 2021-06-23 09:33:42 +0530
  • 2adc5e9c34
    Push address events to downstream subscribers (#85) Ashwin Phatak 2021-06-22 14:04:48 +0530
  • 816352c9ff
    Refactor initial test cases for transaction wait. (#84) Ashwin Phatak 2021-06-22 10:10:16 +0530
  • 7bbc920fda
    Group transactions to decrease overall test suite run time (#81) Ashwin Phatak 2021-06-21 19:13:58 +0530
  • 38a189d74a
    Watch tx to trigger indexing. (#80) Ashwin Phatak 2021-06-21 18:55:13 +0530
  • eea69fe4d4
    Indexing to get traces given address (#79) Ashwin Phatak 2021-06-21 15:38:36 +0530
  • c9bf002675
    Test decoder using hardhat RPC, geth-statediff RPC and ipld-eth-server GQL endpoints for fetching storage slots (#77) Ashwin Phatak 2021-06-18 18:09:50 +0530
  • 6a33c704b8
    Basic GQL API to get traces, save to db. (#76) Ashwin Phatak 2021-06-18 17:04:02 +0530
  • 8507bc8b9c
    Address watcher package scaffolding (#75) Ashwin Phatak 2021-06-17 17:56:38 +0530
  • 56fb7c69c0
    Address tracer perf improvements, more mainnet traces, capture opcodes (#74) Ashwin Phatak 2021-06-17 13:20:04 +0530
  • e3ef17d547
    Fix getting values for arrays. (#73) Ashwin Phatak 2021-06-17 11:59:53 +0530
  • 7d609f9a2b Tests for nested dynamic array. nikugogoi 2021-06-16 17:42:51 +0530
  • 7c4fef153e Tests for dynamically sized byte arrays. nikugogoi 2021-06-16 15:29:04 +0530
  • b505332970
    Tests for mapping with reference type values. (#70) Ashwin Phatak 2021-06-16 18:16:55 +0530
  • 4e08f359fc
    Call tracer with address tracing support (#65) Ashwin Phatak 2021-06-16 16:14:35 +0530
  • 909242a827
    Tests for fixed size array of reference type values (#68) Ashwin Phatak 2021-06-16 12:11:44 +0530
  • 876dfa0616
    Add tests for dynamic array of reference type values. (#67) Ashwin Phatak 2021-06-16 10:08:39 +0530
  • d4db1f5d28
    Get value for dynamic arrays (#66) Ashwin Phatak 2021-06-15 18:20:12 +0530
  • 3439dd4041
    Get value for nested array, mapping with address keys and struct value (#64) Ashwin Phatak 2021-06-15 15:46:39 +0530
  • 3815853f7b
    Add tests for nested struct. (#59) Ashwin Phatak 2021-06-14 19:57:29 +0530
  • eb20708faf
    Tests for maps with struct type value and double nested maps (#58) Ashwin Phatak 2021-06-14 16:23:41 +0530
  • f5c1a22fdc
    Tests for getting array and string type member value in struct (#57) Ashwin Phatak 2021-06-14 16:12:42 +0530
  • 2fcfadecc2 Implement getting value of struct by member name. nikugogoi 2021-06-11 15:57:09 +0530
  • b33ce0b640 Get array element by specifying index. nikugogoi 2021-06-11 14:52:03 +0530