`update-account` branch issue
See original GitHub issueHi, getting this error when running a simple ERC20 ownable transferOwnership on the update-account branch
The below is a snippet from my deploy.py
out = owner.send(erc20_contract_address, 'transferOwnership', [int(new_owner_address, 16)]) # due to int(, 10)
Using nile run --network 'goerli' scripts/deploy.py it spits out a tx hash but when I check its status below I get this bizarre error.
╰─ starknet get_transaction --network 'alpha-goerli' --hash 0x61e017ff4e30cb5151d86a0bf95b4da8eba6f9192302422b70e06c98ab34574 ─╯
Error: ValidationError: {'transaction': {'calldata': {0: ['Expected int string, got: "0x1".'], 1: ['Expected int string, got: "0x5816f092a90175976e5ddf92746f4245bf49196a064bcc8ee4389c9e1607201".'], 2: ['Expected int string, got: "0x14a390f291e2e1f29874769efdef47ddad94d76f77ff516fad206a385e8995f".'], 3: ['Expected int string, got: "0x0".'], 4: ['Expected int string, got: "0x1".'], 5: ['Expected int string, got: "0x1".'], 6: ['Expected int string, got: "0x1573f855755959b21b69a38805d406a45a64954a47df6ba226494684851697f".'], 7: ['Expected int string, got: "0x0".']}, 'max_fee': ['Unknown field.']}, 'transaction_failure_reason': {'tx_id': ['Missing data for required field.']}}
Any ideas?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
Account Info or Login Issues - Branch Help Center
Issues logging into your account, directions on how to update your account information, and resources on how to contact Branch Support.
Read more >Creating a branch to work on an issue - GitHub Docs
You can link multiple branches for an issue. On GitHub.com, navigate to the main page of the repository. Under your repository name, click...
Read more >Changing home branch bank account? Here's what to do
The new branch will allot an account number and issue a passbook and cheque book with the new bank details.
Read more >Issue In The Account Branch Transfer. - My Oracle Support
Issue In The Account Branch Transfer. (Doc ID 2606070.1). Last updated on JUNE 21, 2021. Applies to: Oracle FLEXCUBE Universal Banking - Version...
Read more >Checking and Savings FAQs - Wells Fargo Small Business
Can I open a business account if there are no Wells Fargo branches in my state? ... How do I change my account...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Update - works now after nuking and refreshing all my pckgs and versions. Closing this issue now. Thanks for the help @andrew-fleming.
@0xRho ahhhh I see haha excellent! I’m glad you got it working 😃