Commit Graph

  • eb55a28d40
    Add support for subgraph schema data types (#46) nikugogoi 2021-11-16 13:05:05 +0530
  • f0acd20bfe JSON stringify and parse entity data for auto-diff nikugogoi 2021-11-16 11:43:44 +0530
  • af2f91a5a3 Add implementation for subgraph schema BigDecimal type nikugogoi 2021-11-15 19:27:36 +0530
  • 37f4440bfe Implement enum type for subgraph schema nikugogoi 2021-11-15 13:17:19 +0530
  • 30f97a0560 Add implementation for subgraph Bytes type nabarun 2021-11-12 19:51:29 +0530
  • c3534155e7 Add BigDecimal fromString and toString implementation nabarun 2021-11-12 15:03:42 +0530
  • 4f9c44b6de Add support for boolean type in subgraph schema nabarun 2021-11-11 16:48:01 +0530
  • 8c5c33e34d Fix packages build nabarun 2021-11-11 10:00:39 +0530
  • 886d77e1a2
    Update graph-test-watcher (#45) prathamesh0 2021-11-15 20:05:43 +0530
  • 635d4e0549 Update graph-test-watcher prathamesh0 2021-11-15 19:38:21 +0530
  • e82bb04ada Add implementation for subgraph schema BigDecimal type nikugogoi 2021-11-15 19:27:36 +0530
  • 69daf67f47 Invoke subgraph block handlers (#43) prathamesh0 2021-11-15 12:11:56 +0530
  • 300f390aa9 Implement enum type for subgraph schema nikugogoi 2021-11-15 13:17:19 +0530
  • b5cdbf0a8d Await on all the promises returned by block handlers map prathamesh0 2021-11-15 12:06:10 +0530
  • 913b30fd6c Use an array map to call all the block handlers for a contract prathamesh0 2021-11-15 11:16:03 +0530
  • bcbe883c5e Add a block handler in example subgraph and call it in a watcher prathamesh 2021-11-15 09:32:19 +0530
  • 6278274318 Add a test case to eden test to call the block handler prathamesh 2021-11-12 19:54:07 +0530
  • a8a2b4d04d Add implementation for subgraph Bytes type nabarun 2021-11-12 19:51:29 +0530
  • a6e11b8183
    Generate GQL API for subgraph entities and auto-diff based on store set (#38) prathamesh0 2021-11-12 18:09:03 +0530
  • 92688f787c Add BigDecimal fromString and toString implementation nabarun 2021-11-12 15:03:42 +0530
  • 149541008d Change subgraph-schema arg to subgraph-path arg prathamesh 2021-11-12 17:47:37 +0530
  • f276ee07ac Use contract address from data source in loader prathamesh 2021-11-12 16:37:02 +0530
  • 5729c57677 Auto-diff based on store set prathamesh 2021-11-12 13:54:38 +0530
  • df1fffd823 Add NonNullType check for field type in entity generation prathamesh 2021-11-11 20:26:13 +0530
  • ee91001a5b Get event signature in the event prathamesh 2021-11-11 20:11:50 +0530
  • dc5b440341 Add resolvers generation for subgraph entities prathamesh 2021-11-11 19:14:53 +0530
  • b90dc0672d Refactor subgraph schema and entity generation prathamesh 2021-11-11 17:14:40 +0530
  • 520c0c1ec2 Add support for boolean type in subgraph schema nabarun 2021-11-11 16:48:01 +0530
  • f45cdf269e Call subgraph event handler in indexer prathamesh 2021-11-11 15:07:00 +0530
  • 14d707042c Add entity generation for subgraph entities prathamesh 2021-11-11 13:54:14 +0530
  • 92f8113787 Fix packages build nabarun 2021-11-11 10:00:39 +0530
  • 5eaeb84bde Add queries for subgraph entities prathamesh 2021-11-10 20:00:46 +0530
  • 8279374ed3 Add subgraph schema types to the generated schema prathamesh 2021-11-09 16:43:48 +0530
  • e34e59ecbe Implement subgraph store host API (#35) nikugogoi 2021-11-10 13:12:37 +0530
  • 6d402638a2 Invoke subgraph handler in watcher event processing (#34) nikugogoi 2021-11-01 15:13:22 +0530
  • 296628b9df Integrate generated watcher to invoke handlers in graph-node (#33) nikugogoi 2021-10-28 16:31:56 +0530
  • cfab5c3550 Test case for EdenNetwork event handler (#31) nikugogoi 2021-10-27 14:43:48 +0530
  • 39435b3c1f Implement BigInt times and dividedBy APIs (#30) nikugogoi 2021-10-08 11:10:49 +0530
  • 182e23c5df Test for calling ethereum host API and updated eden subgraph (#29) nikugogoi 2021-10-06 17:47:01 +0530
  • 4289261c87 Use async functions in wasm imports (#28) nikugogoi 2021-10-05 17:52:51 +0530
  • 64177f0aaf eth_call and invoking event handler in WASM (#25) Ashwin Phatak 2021-10-01 18:29:36 +0530
  • ce2cf9fbaa Point graph-cli to use fork for automatic graph-ts exports (#22) nikugogoi 2021-09-30 11:22:03 +0530
  • e01faf8470 Implement typeConversion APIs bytesToHex, bigIntToString and stringToH160 (#19) nikugogoi 2021-09-29 18:29:04 +0530
  • f2a8d635db Example subgraph, ethCall test to drive implementation (#18) Ashwin Phatak 2021-09-28 12:28:43 +0530
  • 73ce75b9e1 Eden subgraph artifacts, host API stub (#15) Ashwin Phatak 2021-09-27 13:46:46 +0530
  • c6ef974f2e AssemblyScript loader experiments (#13) Ashwin Phatak 2021-09-23 16:45:23 +0530
  • 52e0a78369 Host API stubs (#12) Ashwin Phatak 2021-09-22 19:11:25 +0530
  • f3cedc8a5f WASM instance setup (#11) Ashwin Phatak 2021-09-20 16:16:29 +0530
  • 775e3b0ae3 Create graph-node package. (#10) Ashwin Phatak 2021-09-17 18:16:05 +0530
  • 44796d92ac
    Implement subgraph store host API (#35) nikugogoi 2021-11-10 13:12:37 +0530
  • e5f9f0cac4 Review changes and add TODOs nabarun 2021-11-10 12:41:57 +0530
  • 9266b61196 Pass just blockHash to get an entity from the database prathamesh 2021-11-09 18:34:00 +0530
  • 36caf3615e Fix block in dummy event data prathamesh 2021-11-09 18:19:42 +0530
  • 99d1f11d03 Remove contract address from subgraph file prathamesh 2021-11-09 16:54:52 +0530
  • b19b066760 GQL API in graph-test-watcher to test store.set prathamesh 2021-11-08 19:23:14 +0530
  • 39b77349e5 Pass db and context to instantiate method in tests prathamesh 2021-11-08 18:20:07 +0530
  • 62f9145b30 Add block data present in postgraphile nabarun 2021-11-09 17:46:06 +0530
  • 4738e9550f Implement getting entity in subgraph from store.get nabarun 2021-11-02 19:02:37 +0530
  • 6ec3ad9b0a Store blockHash and blockNumber in database entity table nabarun 2021-11-02 16:34:44 +0530
  • 8416ac9875 Implement store set without block data nabarun 2021-11-02 14:54:00 +0530
  • 09b93b0688 Pass database instance to GraphWatcher nabarun 2021-11-02 10:44:38 +0530
  • a6f54cd66e Implement store get api without blockHash and blockNumber nabarun 2021-11-02 10:23:17 +0530
  • 5bf084046e Use postgraphile client to fetch blocks prathamesh0 2021-11-01 15:35:02 +0530
  • d1dccbbde1
    Invoke subgraph handler in watcher event processing (#34) nikugogoi 2021-11-01 15:13:22 +0530
  • ce748106b8 Refactor code to initialize clients (#290) prathamesh0 2021-11-01 11:31:54 +0530
  • dca38b5eb8 Export-import watcher state and IPFS integration (#289) prathamesh0 2021-10-29 17:03:22 +0530
  • 44b1e25ff3 Boolean state param to indexer methods and IPLDBlocks only in the pruned region (#286) prathamesh0 2021-10-26 17:10:03 +0530
  • ce68016aa3 Optional server port arg. for watcher generation (#284) prathamesh0 2021-10-22 14:47:56 +0530
  • 6dede2ecb2 Add reset CLI generation prathamesh0 2021-10-21 13:02:23 +0530
  • 7c9e4e7479 Auto generating state from indexer methods (#277) prathamesh0 2021-10-20 17:55:54 +0530
  • bd31130f05 Change initial checkpoint hook and hook status entity naming (#269) prathamesh0 2021-10-18 14:50:41 +0530
  • 31540e34bb Ensuring chronological execution of hooks and checkpointing (#264) prathamesh0 2021-10-14 16:08:45 +0530
  • 93d3401bf9 Generate IPLD blocks table and related GQL API (#260) prathamesh0 2021-10-12 16:02:56 +0530
  • 50fd65dfa5 Comment missing fields in block and transaction data nabarun 2021-11-01 13:24:21 +0530
  • c47f9f07ae Fill event with block and transaction data nabarun 2021-10-29 20:18:39 +0530
  • 48d427710c Invoke event handler based on event signature nabarun 2021-10-29 17:41:49 +0530
  • 77096f84f9 Use contract abi to parse event params nabarun 2021-10-29 16:41:06 +0530
  • 1c847a56b6 Parse events using event signature specified in subgraph yaml nabarun 2021-10-29 15:03:42 +0530
  • 630c3f04ea Fix error when invoking subgraph handler nabarun 2021-10-29 10:45:59 +0530
  • 191129fc49 Invoke subgraph handler in watcher event processing nabarun 2021-10-28 17:59:06 +0530
  • 10a5d5298e Integrate generated watcher to invoke handlers in graph-node (#33) nikugogoi 2021-10-28 16:31:56 +0530
  • 5d67e52568 Test case for EdenNetwork event handler (#31) nikugogoi 2021-10-27 14:43:48 +0530
  • fd26d5964f Implement BigInt times and dividedBy APIs (#30) nikugogoi 2021-10-08 11:10:49 +0530
  • 4a67b06631 Test for calling ethereum host API and updated eden subgraph (#29) nikugogoi 2021-10-06 17:47:01 +0530
  • aa58e1a927 Use async functions in wasm imports (#28) nikugogoi 2021-10-05 17:52:51 +0530
  • b5b77b34cc eth_call and invoking event handler in WASM (#25) Ashwin Phatak 2021-10-01 18:29:36 +0530
  • a74601d659 Point graph-cli to use fork for automatic graph-ts exports (#22) nikugogoi 2021-09-30 11:22:03 +0530
  • 4b550263a1 Implement typeConversion APIs bytesToHex, bigIntToString and stringToH160 (#19) nikugogoi 2021-09-29 18:29:04 +0530
  • 06855ba5e6 Example subgraph, ethCall test to drive implementation (#18) Ashwin Phatak 2021-09-28 12:28:43 +0530
  • fdb1c4dac6 Eden subgraph artifacts, host API stub (#15) Ashwin Phatak 2021-09-27 13:46:46 +0530
  • ad797efb32 AssemblyScript loader experiments (#13) Ashwin Phatak 2021-09-23 16:45:23 +0530
  • 4630da490b Host API stubs (#12) Ashwin Phatak 2021-09-22 19:11:25 +0530
  • 0b2e269da9 WASM instance setup (#11) Ashwin Phatak 2021-09-20 16:16:29 +0530
  • 8e06d71687 Create graph-node package. (#10) Ashwin Phatak 2021-09-17 18:16:05 +0530
  • 06899652b3 Call graph-node event handler from generated watcher nabarun 2021-10-28 15:51:59 +0530
  • d561c07c8a Create GraphWatcher class to use in generated example contract watcher nabarun 2021-10-28 15:02:46 +0530
  • 1988654585 Read subgraph yaml and listen to events from watcher-ts nabarun 2021-10-28 12:03:53 +0530
  • 2e4ed9979b Invoke handlers based on watcher-ts events nabarun 2021-10-27 19:50:12 +0530
  • 1a39153168
    Test case for EdenNetwork event handler (#31) nikugogoi 2021-10-27 14:43:48 +0530
  • 397ec8dd3e Use vulcanize assemblyscript package nabarun 2021-10-27 14:13:36 +0530