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

Set route gasPrice and gasLimit to null #724

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

ruixhuang
Copy link
Contributor

We used to get gas values for the transfer route with Squid and pass them along to the wallet. But with Skip we no longer get them. It's better to set them to null for the wallet to figure out the values.

@ruixhuang ruixhuang marked this pull request as ready for review October 22, 2024 22:44
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'v4_abacus'
spec.version = '1.13.6'
spec.version = '1.13.7'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we're removing properties from state this is technically a breaking change, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it doesn't change the state exposed to the client. We only removed it from the internal state.

@ruixhuang ruixhuang merged commit 0fa7704 into main Oct 22, 2024
3 checks passed
@ruixhuang ruixhuang deleted the feature/transfer_fix branch October 22, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants