watcher-ts/packages/graph-node/src
nikugogoi 198e49e5a0 Implement WASM instance restart to handle out of memory error (#81)
* Test case for wasm out of memory error

* Restart wasm instance after N blocks

* Handle out of memory error and re instantiate WASM

* Remove old instance from map before reinstantiating WASM
2021-12-28 16:08:05 +05:30
..
cli/compare Add an executable for compare-entity CLI (#69) 2021-12-28 16:08:05 +05:30
call-handler.test.ts Pass provider while instantiating the loader and use block hash while making the eth-calls (#74) 2021-12-28 16:08:05 +05:30
database.ts Use entity column type map to create entity in store get API (#72) 2021-12-28 16:08:05 +05:30
eden.test.ts Pass provider while instantiating the loader and use block hash while making the eth-calls (#74) 2021-12-28 16:08:05 +05:30
eth-call.test.ts Pass provider while instantiating the loader and use block hash while making the eth-calls (#74) 2021-12-28 16:08:05 +05:30
index.ts Implement subgraph store host API (#35) 2021-12-28 16:08:05 +05:30
loader.test.ts Implement WASM instance restart to handle out of memory error (#81) 2021-12-28 16:08:05 +05:30
loader.ts Implement WASM instance restart to handle out of memory error (#81) 2021-12-28 16:08:05 +05:30
numbers.test.ts Pass provider while instantiating the loader and use block hash while making the eth-calls (#74) 2021-12-28 16:08:05 +05:30
type-conversion.test.ts Pass provider while instantiating the loader and use block hash while making the eth-calls (#74) 2021-12-28 16:08:05 +05:30
types.ts Implement graph-ts numbers, typeConversion and log host APIs (#64) 2021-12-28 16:08:05 +05:30
utils.ts Avoid setting null entity properties while fetching in store get API (#75) 2021-12-28 16:08:05 +05:30
watcher.ts Implement WASM instance restart to handle out of memory error (#81) 2021-12-28 16:08:05 +05:30