You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
started using ./scripts/cluster polybft
blockchain starts, but unable to send any transaction via metamask and this is in error log:
2023-09-07T08:40:05.243Z [DEBUG] polygon.server.dispatcher: request: method=eth_call id=0
2023-09-07T08:40:05.243Z [WARN] polygon.server.dispatcher: failed to dispatch: method=eth_call err="max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 233998548"
2023-09-07T08:40:05.243Z [DEBUG] polygon.server.dispatcher: request: method=eth_call id=1
2023-09-07T08:40:05.243Z [WARN] polygon.server.dispatcher: failed to dispatch: method=eth_call err="max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 233998548"
2023-09-07T08:40:05.243Z [DEBUG] polygon.server.dispatcher: request: method=eth_call id=2
2023-09-07T08:40:05.243Z [WARN] polygon.server.dispatcher: failed to dispatch: method=eth_call err="max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 61964075"
2023-09-07T08:40:05.243Z [DEBUG] polygon.server.dispatcher: request: method=eth_call id=3
2023-09-07T08:40:05.243Z [WARN] polygon.server.dispatcher: failed to dispatch: method=eth_call err="max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 61964075"
2023-09-07T08:40:05.243Z [DEBUG] polygon.server.dispatcher: request: method=eth_call id=4
2023-09-07T08:40:05.243Z [WARN] polygon.server.dispatcher: failed to dispatch: method=eth_call err="max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 16408423"
2023-09-07T08:40:05.243Z [DEBUG] polygon.server.dispatcher: request: method=eth_call id=5
2023-09-07T08:40:05.243Z [WARN] polygon.server.dispatcher: failed to dispatch: method=eth_call err="max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 16408423"
2023-09-07T08:40:05.243Z [DEBUG] polygon.server.jsonrpc: handle: response="[{\"jsonrpc\":\"2.0\",\"id\":0,\"error\":{\"code\":-32600,\"message\":\"max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 233998548\"}},{\"jsonrpc\":\"2.0\",\"id\":1,\"error\":{\"code\":-32600,\"message\":\"max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 233998548\"}},{\"jsonrpc\":\"2.0\",\"id\":2,\"error\":{\"code\":-32600,\"message\":\"max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 61964075\"}},{\"jsonrpc\":\"2.0\",\"id\":3,\"error\":{\"code\":-32600,\"message\":\"max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 61964075\"}},{\"jsonrpc\":\"2.0\",\"id\":4,\"error\":{\"code\":-32600,\"message\":\"max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 16408423\"}},{\"jsonrpc\":\"2.0\",\"id\":5,\"error\":{\"code\":-32600,\"message\":\"max fee per gas less than block base fee: address 0x0000000000000000000000000000000000000000, GasFeeCap: 0, BaseFee: 16408423\"}}]"
2023-09-07T08:40:05.243Z [DEBUG] polygon.server.jsonrpc: handle: request="[{\"id\":0,\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[{\"data\":\"0x70a082310000000000000000000000000000000000000000000000000000000000000105\",\"to\":\"0x0000000000000000000000000000000000001010\"},\"0xB\"]},{\"id\":1,\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[{\"data\":\"0x70a082310000000000000000000000000000000000000000000000000000000000000105\",\"to\":\"0x0000000000000000000000000000000000001010\"},\"0x15\"]},{\"id\":2,\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[{\"data\":\"0x70a082310000000000000000000000000000000000000000000000000000000000000105\",\"to\":\"0x0000000000000000000000000000000000001010\"},\"0x1F\"]},{\"id\":3,\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[{\"data\":\"0x70a0823100000000000000000000000000000000000000000000000000000000deadbeef\",\"to\":\"0x0000000000000000000000000000000000001010\"},\"0xB\"]},{\"id\":4,\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[{\"data\":\"0x70a0823100000000000000000000000000000000000000000000000000000000deadbeef\",\"to\":\"0x0000000000000000000000000000000000001010\"},\"0x15\"]},{\"id\":5,\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[{\"data\":\"0x70a0823100000000000000000000000000000000000000000000000000000000deadbeef\",\"to\":\"0x0000000000000000000000000000000000001010\"},\"0x1F\"]}]"
Your environment
OS and version: ubuntu 22.04
The version of the Polygon Edge.
latest development, b467a12
[ Subject of the issue ]
Description
build from source, latest commit b467a12
started using ./scripts/cluster polybft
blockchain starts, but unable to send any transaction via metamask and this is in error log:
Your environment
latest development, b467a12
p.s. even tried starting using
./polygon-edge server --data-dir ./test-chain-1 --chain genesis.json --grpc-address :10000 --libp2p :30301 --jsonrpc :10002 --relayer --num-block-confirmations 2 --seal --log-level DEBUG --price-limit 10000000000000
still the same
The text was updated successfully, but these errors were encountered: