Vadim Macagon
Vadim Macagon
`BrowserWindow.removeDevToolsExtensions()` doesn't actually return anything, as can been seen at https://github.com/electron/electron/blob/64c447bf042b9584af6b9064b18ad68d33ce8627/lib/browser/chrome-extension.js#L415
We've been using Blockscout at Loom Network to index a few of our blockchains, it's been a bit tricky to keep the Blockscout indexer from blowing up because our Web3...
http://opendylan.org/documentation/library-reference/network/index.html There is no mention of how to read from, write to, or close sockets. At the very least there should be explicit links to the relevant stream methods.
DPOSv3 contract has a GetState method for which loom-js doesn't as yet provide a binding, we should extend the DPOS3 contract binding to include this method https://github.com/loomnetwork/loom-js/blob/0cc69d40709de1c299047ddd211781d44292b8af/src/contracts/dpos3.ts#L95
[DO NOT MERGE] Fix TransferGateway.withdrawalReceiptAsync() to handle missing token contract address
Fix `TransferGateway.withdrawalReceiptAsync()` to only unmarshal the token contract address when it's available. When withdrawing LOOM via the Binance Gateway the token contract address is not set on the withdrawal receipt.