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

Batch TX fees increased by more than 1000% #1124

Open
antoinepln opened this issue Jan 3, 2025 · 3 comments
Open

Batch TX fees increased by more than 1000% #1124

antoinepln opened this issue Jan 3, 2025 · 3 comments

Comments

@antoinepln
Copy link

Is your feature request related to a problem? Please describe.

Here are two batch transactions executed by a proxy account. Both batch calls contain the same transactions: one 'remove_stake' and one 'add_stake'. The price changed from 0.000124681 TAO on September 23, 2024, to 0.001373038 TAO on December 4, 2024. Below are the details of the transactions. Note that adding an extra transaction in the batch call incurs additional costs.

December 4, 2024
https://taostats.io/extrinsic/4407784-0017?network=finney
0.001373038 TAO

September 23, 2024
https://taostats.io/extrinsic/3889167-0014?network=finney
0.000124681 TAO

Describe the solution you'd like

Restore batch tx prices to normal levels compared to regular transactions. It's better for the network too.

Describe alternatives you've considered

No response

Additional context

No response

@antoinepln
Copy link
Author

Hey @camfairchild any update on this issue?

@antoinepln
Copy link
Author

Hey, @camfairchild . I have three examples showing the cost differences for a remove stake transaction, whether it's done alone, through a proxy, or in a batch.

  1. Simple stake transaction costs 0 TAO

https://taostats.io/extrinsic/4811041-0005?network=finney

  1. Stake transaction via a proxy account costs 0.000700912 TAO

https://taostats.io/extrinsic/4811868-0014?network=finney

  1. Stake transaction in a batch 0.000613037 TAO

https://taostats.io/extrinsic/4811135-0012?network=finney

Right now, these fees are blocking many use cases.

@antoinepln
Copy link
Author

Hey @camfairchild , just a heads-up—the issue is still there in the final RAO testnet.

If we do a direct add_stake transaction in a subnet, it costs 0 TAO
But if we do the same transaction through a proxy call, it costs 0.000700914 TAO

Managing stake movements across multiple subnets like this is not sustainable. It makes proxy management and transaction batching impossible, which hurts efficiency for both the chain and its users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant