Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer HBAR with Metamask mobile app not working #602

Closed
georgi-l95 opened this issue Oct 7, 2022 · 3 comments
Closed

Transfer HBAR with Metamask mobile app not working #602

georgi-l95 opened this issue Oct 7, 2022 · 3 comments
Assignees
Labels
bug Something isn't working limechain P1
Milestone

Comments

@georgi-l95
Copy link
Member

Description

Transferring HBAR from one account to another not working. Transaction stuck on pending, cannot be cancelled.
Error from relay:

[2022-10-07 13:06:43.331 +0000] ERROR (rpc-server/47868 on Georgis-MacBook-Pro-4.local): [Request ID: 2b6e5f3c-7ab0-48c5-9281-e9ce55998d83] [POST] eth_getTransactionByHash: -32603 65 ms
    err: {
      "type": "TypeError",
      "message": "Cannot read properties of undefined (reading 'toString')",
      "stack":
          TypeError: Cannot read properties of undefined (reading 'toString')
              at Function.numberTo0x (/Users/georgi-lazarov/Documents/GitHub/hedera-json-rpc-relay/packages/relay/dist/lib/eth.js:892:68)
              at EthImpl.<anonymous> (/Users/georgi-lazarov/Documents/GitHub/hedera-json-rpc-relay/packages/relay/dist/lib/eth.js:819:43)
              at Generator.next (<anonymous>)
              at fulfilled (/Users/georgi-lazarov/Documents/GitHub/hedera-json-rpc-relay/packages/relay/dist/lib/eth.js:24:58)
              at processTicksAndRejections (node:internal/process/task_queues:96:5)
    }
[2022-10-07 13:06:43.332 +0000] ERROR (rpc-server/47868 on Georgis-MacBook-Pro-4.local): returning error to sender: [Request ID: 2b6e5f3c-7ab0-48c5-9281-e9ce55998d83] Unknown error invoking RPC

Steps to reproduce

  • Start local node
  • Add two of the accounts in your metamask
  • Transfer HBAR from one to the other

Additional context

No response

Hedera network

other

Version

v5.8.0

Operating system

macOS

@georgi-l95 georgi-l95 added bug Something isn't working limechain labels Oct 7, 2022
@georgi-l95 georgi-l95 self-assigned this Oct 7, 2022
@Nana-EC Nana-EC added the P1 label Oct 7, 2022
@Nana-EC Nana-EC moved this to Sprint BackLog in Smart Contract Sprint Board Oct 7, 2022
@Nana-EC Nana-EC added this to the 0.10 milestone Oct 7, 2022
@Nana-EC
Copy link
Collaborator

Nana-EC commented Oct 7, 2022

I just verified 0.9.0-rc2 in testnet and there's no issue.
Curious to see what's special about the transaction causing the undefined issue.

@georgi-l95
Copy link
Member Author

Not sure, I import two accounts from those initially created when local-node is started. I've tried restarting the node and relay, reseting metamask. Issue still persist on my machine. Transfer with other accounts apart from those (created when local node is started) are working.

@georgi-l95
Copy link
Member Author

Cannot reproduce anymore.

Repository owner moved this from Sprint BackLog to Done in Smart Contract Sprint Board Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working limechain P1
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants