watcher-ts/packages/graph-node
Ashwin Phatak bf54e85d05 eth_call and invoking event handler in WASM (#25)
* Perform eth_call and get result in js import

* Use dummy value for eth_call

* Called handler in wasm with event param

* Implement passing event to subgraph handler function

* Use generated event class Test for passing to handler

* Pass event params to handler

Co-authored-by: nabarun <nabarun@deepstacksoft.com>
2021-12-28 16:08:05 +05:30
..
assembly AssemblyScript loader experiments (#13) 2021-12-28 16:08:04 +05:30
src eth_call and invoking event handler in WASM (#25) 2021-12-28 16:08:05 +05:30
test eth_call and invoking event handler in WASM (#25) 2021-12-28 16:08:05 +05:30
.eslintignore Example subgraph, ethCall test to drive implementation (#18) 2021-12-28 16:08:04 +05:30
.eslintrc.json WASM instance setup (#11) 2021-12-28 16:08:04 +05:30
.gitignore Create graph-node package. (#10) 2021-12-28 16:08:04 +05:30
.mocharc.yml WASM instance setup (#11) 2021-12-28 16:08:04 +05:30
asconfig.json WASM instance setup (#11) 2021-12-28 16:08:04 +05:30
package.json Implement typeConversion APIs bytesToHex, bigIntToString and stringToH160 (#19) 2021-12-28 16:08:04 +05:30
README.md Create graph-node package. (#10) 2021-12-28 16:08:04 +05:30
tsconfig.json eth_call and invoking event handler in WASM (#25) 2021-12-28 16:08:05 +05:30

graph-node