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

candid: remove hostname from UpdateProviderArgs #229

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

rvanasa
Copy link
Collaborator

@rvanasa rvanasa commented Jun 21, 2024

This is a simplified iteration on #224 to reduce the immutability of RPC providers.

The only change is the removal of the ability to modify the hostname and cycles costs of existing providers.

@rvanasa rvanasa requested a review from gregorydemay June 21, 2024 17:10
@rvanasa rvanasa marked this pull request as ready for review June 22, 2024 00:41
Copy link
Member

@gregorydemay gregorydemay left a comment

Choose a reason for hiding this comment

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

Thanks @rvanasa for this simplified version, it looks to me much cleaner! I just have an understanding question regarding cyclesPerCall/cyclesPerMessageByte.

candid/evm_rpc.did Show resolved Hide resolved
@rvanasa rvanasa changed the title candid: remove hostname and cycles cost-related fields from UpdateProviderArgs candid: remove hostname from UpdateProviderArgs Jun 24, 2024
Copy link
Member

@gregorydemay gregorydemay left a comment

Choose a reason for hiding this comment

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

Thanks @rvanasa for this MR!

@rvanasa rvanasa merged commit b429db9 into main Jun 25, 2024
3 checks passed
@rvanasa rvanasa deleted the minimal-reduce-update-provider branch June 25, 2024 14:30
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

Successfully merging this pull request may close these issues.

2 participants