Christopher Franko
Christopher Franko
[wsc] =✓= The socket connection has been established. node-app-0 [eth] =i= { id: 'lyylNycDev1', node-app-0 stats: node-app-0 { active: true, node-app-0 syncing: false, node-app-0 mining: false, node-app-0 hashrate: 0, node-app-0...
https://github.com/paritytech/parity/issues/5530 Accounts seem to load fine, everything else doesnt.
Adding exp svg
coins/tekcoin.json { "name": "Tekcoin", "symbol": "TEK", "algorithm": "sha256", "reward": "POS", "txMessages": "true", "peerMagic": "e4e8e9e5" } People can get shares but when it tries to submit the block this error comes...
https://github.com/Uniswap/uniswap-v2-subgraph/blob/9692685423f9a16fa30a2cf08ceeff69fcdd8367/src/mappings/pricing.ts#L71 Ive ran test after test and it always returns 0. token.derivedETH seems to only be set here https://github.com/Uniswap/uniswap-v2-subgraph/blob/master/src/mappings/core.ts#L241 and its set by this function https://github.com/Uniswap/uniswap-v2-subgraph/blob/9692685423f9a16fa30a2cf08ceeff69fcdd8367/src/mappings/pricing.ts#L71 but this function references...
https://github.com/sushiswap/sushiswap-subgraph/blob/ee7afb21040d22c588e5df6da4817a5f7cc97c58/src/exchange/pricing.ts#L93 Ive added a logger here and it always seems to return zero. Like, always always. This function seems to only be called in 2 places. https://github.com/sushiswap/sushiswap-subgraph/blob/master/src/exchange/mappings/pair.ts#L338 and https://github.com/sushiswap/sushiswap-subgraph/blob/master/src/exchange/mappings/pair.ts#L339 So...