Commit Graph

  • faf046d181 Implement graph-ts numbers, typeConversion and log host APIs (#64) nikugogoi 2021-11-29 18:37:11 +0530
  • 970092ece2 Update graph-node tests to use dummy indexer (#65) prathamesh0 2021-11-29 17:51:16 +0530
  • 94e9182dd3 Handle BigNumber event params and customize Decimal (#63) prathamesh0 2021-11-26 17:48:08 +0530
  • 238ad21189 Handle subgraph schema field with derivedFrom directive (#60) nikugogoi 2021-11-26 16:37:33 +0530
  • b04f6f2fba Implement bigDecimal host API (#62) prathamesh0 2021-11-25 16:19:45 +0530
  • 129ba694fb Create external checkpoints after hook processing and clear subgraph entities on reset (#61) prathamesh0 2021-11-24 15:13:00 +0530
  • d979e51723 Add a CLI to compare entity query results from two GQL endpoints (#57) prathamesh0 2021-11-23 16:15:42 +0530
  • 31b302c9b5 Implement eth_call for methods returning struct type (#59) nikugogoi 2021-11-23 11:23:47 +0530
  • f52467f724 Implement gql queries for relation entities similar to subgraph (#53) nikugogoi 2021-11-22 15:46:29 +0530
  • 44b3fd59e8 Add watched contract from subgraph yaml on startup (#56) prathamesh0 2021-11-18 18:03:36 +0530
  • af259a32f0 Update eden subgraph build and watch subgraph contracts (#54) prathamesh0 2021-11-18 16:16:37 +0530
  • d76268e506 Call subgraph block handlers and fix eden-watcher dependency (#52) nikugogoi 2021-11-17 20:50:35 +0530
  • ec3a8a31a7 Get missing block fields (#51) prathamesh0 2021-11-17 18:14:02 +0530
  • 800ad79baf Handle subgraph schema entity array type and relation fields (#49) nikugogoi 2021-11-17 17:01:09 +0530
  • 158c3928c9 Handle type and field name conflicts for eden-watcher subgraph entities (#50) prathamesh0 2021-11-17 10:55:05 +0530
  • fd86b4d5e3 Parse events of all contracts in eden-watcher (#48) prathamesh0 2021-11-16 16:38:00 +0530
  • b7ae655c20 Add eden-watcher generated using codegen (#47) prathamesh0 2021-11-16 14:47:03 +0530
  • 47cef8d5d7 Add support for subgraph schema data types (#46) nikugogoi 2021-11-16 13:05:05 +0530
  • 73dcb882a6 Update graph-test-watcher (#45) prathamesh0 2021-11-15 20:05:43 +0530
  • 16bb955213 Invoke subgraph block handlers (#43) prathamesh0 2021-11-15 12:11:56 +0530
  • 06ba24e38f Generate GQL API for subgraph entities and auto-diff based on store set (#38) prathamesh0 2021-11-12 18:09:03 +0530
  • 83775608ec Implement subgraph store host API (#35) nikugogoi 2021-11-10 13:12:37 +0530
  • 43d64f9e4b Invoke subgraph handler in watcher event processing (#34) nikugogoi 2021-11-01 15:13:22 +0530
  • 6cca55a1ab Integrate generated watcher to invoke handlers in graph-node (#33) nikugogoi 2021-10-28 16:31:56 +0530
  • 1c15c1eedb Test case for EdenNetwork event handler (#31) nikugogoi 2021-10-27 14:43:48 +0530
  • 1ce07bbb6e Implement BigInt times and dividedBy APIs (#30) nikugogoi 2021-10-08 11:10:49 +0530
  • ca01fa788d Test for calling ethereum host API and updated eden subgraph (#29) nikugogoi 2021-10-06 17:47:01 +0530
  • f34d83c04b Use async functions in wasm imports (#28) nikugogoi 2021-10-05 17:52:51 +0530
  • bf54e85d05 eth_call and invoking event handler in WASM (#25) Ashwin Phatak 2021-10-01 18:29:36 +0530
  • 2bc40896b0 Point graph-cli to use fork for automatic graph-ts exports (#22) nikugogoi 2021-09-30 11:22:03 +0530
  • e10f61ba61 Implement typeConversion APIs bytesToHex, bigIntToString and stringToH160 (#19) nikugogoi 2021-09-29 18:29:04 +0530
  • d247815ce2 Example subgraph, ethCall test to drive implementation (#18) Ashwin Phatak 2021-09-28 12:28:43 +0530
  • f078db688a Eden subgraph artifacts, host API stub (#15) Ashwin Phatak 2021-09-27 13:46:46 +0530
  • 9e6f6b4519 AssemblyScript loader experiments (#13) Ashwin Phatak 2021-09-23 16:45:23 +0530
  • 889e96572d Host API stubs (#12) Ashwin Phatak 2021-09-22 19:11:25 +0530
  • 1421ba5a9b WASM instance setup (#11) Ashwin Phatak 2021-09-20 16:16:29 +0530
  • 987457992a Create graph-node package. (#10) Ashwin Phatak 2021-09-17 18:16:05 +0530
  • 62521d7ccc Use postgraphile client to fetch blocks prathamesh0 2021-11-01 15:35:02 +0530
  • bb1345c696 Refactor code to initialize clients (#290) prathamesh0 2021-11-01 11:31:54 +0530
  • a846917f1d Export-import watcher state and IPFS integration (#289) prathamesh0 2021-10-29 17:03:22 +0530
  • f2b150995b Boolean state param to indexer methods and IPLDBlocks only in the pruned region (#286) prathamesh0 2021-10-26 17:10:03 +0530
  • 27104f9d74 Optional server port arg. for watcher generation (#284) prathamesh0 2021-10-22 14:47:56 +0530
  • c349b23f29 Add reset CLI generation prathamesh0 2021-10-21 13:02:23 +0530
  • 4ddb8c4af6 Auto generating state from indexer methods (#277) prathamesh0 2021-10-20 17:55:54 +0530
  • 2aa0234da5 Change initial checkpoint hook and hook status entity naming (#269) prathamesh0 2021-10-18 14:50:41 +0530
  • 421e7498d3 Ensuring chronological execution of hooks and checkpointing (#264) prathamesh0 2021-10-14 16:08:45 +0530
  • 51b200709b Generate IPLD blocks table and related GQL API (#260) prathamesh0 2021-10-12 16:02:56 +0530
  • f9647c3ce3 Generate schema from ABI when using subgraph path nabarun 2021-12-28 13:03:11 +0530
  • cfb06823d1
    Add IpldStatus table and IPLD jobs in job-runner in codegen (#100) prathamesh0 2021-12-24 19:46:56 +0530
  • 9f602db206 Add IpldStatus table and IPLD jobs in job-runner in codegen prathamesh0 2021-12-24 19:27:55 +0530
  • 05ef6a265e Handle event name conflicts in schema and update hooks in codegen (#97) prathamesh0 2021-12-24 12:54:08 +0530
  • 7b811fc7dc Fixes in eden watcher after comparing with generated watcher (#96) nikugogoi 2021-12-24 11:30:51 +0530
  • 1c147b1791 Parse events for multiple contracts in the generated code (#95) prathamesh0 2021-12-23 17:26:03 +0530
  • a7fe30f160 Fixes after comparing with existing eden watcher (#94) nikugogoi 2021-12-23 16:42:02 +0530
  • 87cd29c0f5 Remove default ERC20 code from generated hooks (#93) nikugogoi 2021-12-23 14:39:08 +0530
  • 3b50755988 Add watcher generation mode none (#92) prathamesh0 2021-12-23 11:29:09 +0530
  • fa7c74d50f Implement Block_height input and definition for custom scalar BigDecimal (#91) nikugogoi 2021-12-23 11:09:17 +0530
  • ca0240d356 Handle additional subgraph types BigDecimal and Bytes in codegen (#89) nikugogoi 2021-12-23 09:21:42 +0530
  • 2dd30be6fd Generate relations and entity types maps in indexer (#88) prathamesh0 2021-12-22 20:07:00 +0530
  • 897fd799bf Handle relation fields in subgraph entities (#87) nikugogoi 2021-12-22 18:46:46 +0530
  • 808b70e56f Handle subgraph entities field name conflicts and enum types in codegen (#86) nikugogoi 2021-12-22 16:54:51 +0530
  • d8056d77f9 Implement IPLD refactoring in codegen (#85) prathamesh0 2021-12-22 15:12:14 +0530
  • 34c20b9ecd Implement changes in codegen for performance improvements (#84) nikugogoi 2021-12-22 11:55:39 +0530
  • aa3c85292d Update CLI generation (#83) prathamesh0 2021-12-22 10:27:42 +0530
  • 7c75010359 Support artifacts generation for multiple contracts (#82) prathamesh0 2021-12-21 13:50:22 +0530
  • 693f2f1519
    Add checks for and create hooks, checkpoint and IPFS jobs in job-runner (#99) prathamesh0 2021-12-24 18:56:10 +0530
  • 93baa7c8fa Mark block processing job complete in watchers prathamesh0 2021-12-24 18:18:00 +0530
  • bec5db0597 Add fields for checkpoint and IPFS in IpldStatus table prathamesh0 2021-12-24 17:50:26 +0530
  • c944547e13
    Implement IpldStatus table for IPLD related jobs (#98) nikugogoi 2021-12-24 17:20:03 +0530
  • 7b8c702218 Implement IpldStatus table for IPLD related jobs nabarun 2021-12-24 17:13:18 +0530
  • 41339f1434 Handle event name conflicts in schema generation prathamesh0 2021-12-24 12:22:52 +0530
  • b25d9bfc9a Change return type for subgraph resolvers and update hooks generation prathamesh0 2021-12-24 11:05:34 +0530
  • 02f52a0488
    Fixes in eden watcher after comparing with generated watcher (#96) nikugogoi 2021-12-24 11:30:51 +0530
  • 704109f838 Fixes in eden watcher after comparing with generated watcher nabarun 2021-12-24 11:10:20 +0530
  • 765c2acf6e
    Parse events for multiple contracts in the generated code (#95) prathamesh0 2021-12-23 17:26:03 +0530
  • 953462660b Add watcher generation config to eden-watcher prathamesh0 2021-12-23 16:55:30 +0530
  • 3d9bf0b55b Update codegen docs to use config file to generate a watcher prathamesh0 2021-12-23 16:39:52 +0530
  • d29608b698 Use contract wise artifacts in the generated indexer methods prathamesh0 2021-12-23 16:35:27 +0530
  • bb6bc453e9 Parse events for multiple contracts in the generated code prathamesh0 2021-12-23 15:35:08 +0530
  • 99c1f69c8c
    Fixes after comparing with existing eden watcher (#94) nikugogoi 2021-12-23 16:42:02 +0530
  • 1eaa3ffbf4 Fixes after comparing with existing eden watcher nabarun 2021-12-23 15:20:47 +0530
  • e7678c25b7
    Remove default ERC20 code from generated hooks (#93) nikugogoi 2021-12-23 14:39:08 +0530
  • 186570d3cf Remove default ERC20 code from generated hooks nabarun 2021-12-23 11:47:25 +0530
  • 493e91e17e
    Add watcher generation mode none (#92) prathamesh0 2021-12-23 11:29:09 +0530
  • b5f67a4710 Add watcher generation mode none prathamesh0 2021-12-23 11:13:47 +0530
  • 95a95c6094
    Implement Block_height input and definition for custom scalar BigDecimal (#91) nikugogoi 2021-12-23 11:09:17 +0530
  • 3f43776d77 Implement Block_height input and definition for custom scalar BigDecimal nabarun 2021-12-23 10:58:00 +0530
  • 3a4903185e Handle additional subgraph types BigDecimal and Bytes in codegen (#89) nikugogoi 2021-12-23 09:21:42 +0530
  • 184fd2e9da Generate relations and entity types maps in indexer (#88) prathamesh0 2021-12-22 20:07:00 +0530
  • 75e9025319 Handle relation fields in subgraph entities (#87) nikugogoi 2021-12-22 18:46:46 +0530
  • 10a5a0f051 Handle subgraph entities field name conflicts and enum types in codegen (#86) nikugogoi 2021-12-22 16:54:51 +0530
  • 7051a816b1 Implement IPLD refactoring in codegen (#85) prathamesh0 2021-12-22 15:12:14 +0530
  • a555e33c5d Implement changes in codegen for performance improvements (#84) nikugogoi 2021-12-22 11:55:39 +0530
  • 04614cb07e Update CLI generation (#83) prathamesh0 2021-12-22 10:27:42 +0530
  • 41ddd4b540 Support artifacts generation for multiple contracts (#82) prathamesh0 2021-12-21 13:50:22 +0530
  • 629f6b62d5
    Add missing relation fields in eden-watcher relations map (#90) prathamesh0 2021-12-23 09:20:41 +0530
  • 40a4425637 Add missing relation fields in eden-watcher relations map prathamesh0 2021-12-23 08:21:48 +0530
  • 1be0e512dd Use bigint and Decimal array transformers nabarun 2021-12-22 22:37:11 +0530
  • 9962759b8b Handle additional subgraph types BigDecimal and Bytes nabarun 2021-12-22 21:44:08 +0530
  • 720bdaa77c
    Generate relations and entity types maps in indexer (#88) prathamesh0 2021-12-22 20:07:00 +0530