web3-gear
web3-gear copied to clipboard
Proxy Thor's RESTful API to Eth JSON-RPC, to support Remix, Truffle and more.
Getting this error: Traceback (most recent call last): ``` File "/Library/Frameworks/Python.framework/Versions/3.7/bin/web3-gear", line 5, in from gear.cli import run_server File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gear/cli.py", line 8, in from .rpc import make_version File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gear/rpc.py", line...
I managed to deploy my contract however I can not transfer `eth` from one account to another. I use command below to transfer eth: ``` wait web3.eth.sendTransaction({from: accounts[0],to: accounts[1], value:...
Error on latest build from master ``` TypeError: Object of type 'coroutine' is not JSON serializable /usr/lib/python3.6/asyncio/base_events.py:1452: RuntimeWarning: coroutine 'eth_getTransactionByHash' was never awaited handle = None # Needed to break...
While running ">web3-gear --host 127.0.0.1 --port 8545 --endpoint https://sync-testnet.vechain.org --keystore ./keystore --passcode password" in one cmd, I am trying to run "npx truffle migrate --network testnet" in another cmd window....
error log ```js { jsonrpc: '2.0', error: { code: -32000, message: 'Server error' }, id: 'VET' } ``` ``` ERROR:root:list index out of range Traceback (most recent call last): File...
**Server process:** ```Bash camdenorrb@new-host Desktop/SmartContract/web3 ❯ web3-gear --host 127.0.0.1 --port 8545 --endpoint https://sync-testnet.vechain.org --keystore ./Keystore.json --passcode 'dweuodhweodewo' --debug true --log 1 Web3-Gear/2.0.2/linux/python3.9.7 Listening on 127.0.0.1:8545 ======== Running on http://127.0.0.1:8545 ========...
Got the following error during transactions. ```Error: Wrong response id "3477728465" (expected: "1") in {"jsonrpc":"2.0","id":1,"method":"net_version","params":[]}``` Wonder if there is a particular network id mapping to avoid this.
Seem to be getting unknown method on this `eth_getBlockTransactionCountByNumber`
I receive an error during `truffle migrate` using **Thor** + **Web3-Gear**. Truffle logs ```$ truffle migrate Using network 'development'. Running migration: 1_initial_migration.js Replacing Migrations... ... 0x1cdc66630b3ed6fd918e4b4f242463d1ccad6446805881300b33cba15c214654 Error encountered, bailing. Network...