near / pagoda-relayer-rs

Rust Reference Implementation of Relayer for NEP-366 Meta Transactions
MIT License
32 stars 15 forks source link

DelegateActionSenderDoesNotMatchTxReceiver error fix #82

Closed anthony-near closed 7 months ago

anthony-near commented 7 months ago

Fix bug introduced in recent release where the tx receiver_id was not set to the delegate_action.sender_id (according to the meta tx spec, the receiver of the txn is the sender of the signed delegate action)

fixes error like: https://nearblocks.io/txns/89XotqaBXTWYvwXsoGwu7NUCWuxQorxUXbNuf5SSodCz#execution from input

Screen Shot 2024-03-27 at 7 59 41 AM