Submitting transfer transaction would return error: Bad input data provided to validate_transaction: Codec error
usherasnick opened this issue · 0 comments
usherasnick commented
Description
I'm trying to submit a basic transfer transaction from ALITH to BALTATHAR. I encounter error on PolkadotJS UI as well as on the node's logs.
Steps to Reproduce
- Build frontier template from master branch
- Start the template node via ./target/release/frontier-template-node --dev --tmp
- Sign and submit a tranfer transaction from ALITH to BALTATHAR
- See error on PolkadotJS UI:
- See error on node logs:
Expected vs. Actual Behavior
I would expect a successful transaction submitted, after all it's a basic transfer transaction between predefined accounts.
Environment
- Operating system: macOS 13.2.1
- Project version/tag: master
- Rust version:
nightly-2024-01-22-aarch64-apple-darwin
rustc 1.77.0-nightly (ef71f1047 2024-01-21)