hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.47k stars 799 forks source link

Smart Contract issue on AKS(Azure Kubernetes) #4684

Closed nowjean closed 1 year ago

nowjean commented 1 year ago

I installed besu on AKS. I followed helm chart guideline and it worked well. But suddenly there is a problem with smart contract.

When i test with metamask and besu, i can see this error : "Error! MetaMask error: REPLACEMENT_UNDERPRICED".

Also, while smart contracting i can see rpc-node log like this : vert.x-worker-thread-1 | WARN | TransactionSmartContractPermissioningController | Account permissioning smart contract not found at address 0x0000000000000000000000000000000000008888 in current head block. Any transaction will be allowed.

Anyone know this problem? I followed besu helm chart guide correctly and it worked fine with metamask test. But now i'm fall in the problem. Please any advice or comment.

Thanks.

yeroc-sebrof commented 1 year ago

Not super helpful but I'm stuck in the same boat. I deployed a testing AKS cluster from the Besu guide and Helm charts and my new contract transactions get stuck Remix IDE as pending while the network keeps moseying along making blocks. I also see this error ...Account permissioning smart contract not found at address... but I didn't set any On Chain permissioning in my setup.

Did you get anywhere with this issue on your side @nowjean?

yeroc-sebrof commented 1 year ago

I found the problem! I'll open a PR on the https://github.com/ConsenSys/quorum-kubernetes repo with the solution :)

nowjean commented 1 year ago

@yeroc-sebrof Thanks! It works fine!