-
Notifications
You must be signed in to change notification settings - Fork 171
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
refactor: add -pricePerGateway and deprecate -pricePerBroadcaster #3056
Commits on May 16, 2024
-
refactor: add -pricePerGateway and deprecate -pricePerBroadcaster
This commit adds the `pricePerGateway` flag and deprecates the `pricePerBroadcaster` flag per core team decision (details: https://discord.com/channels/423160867534929930/1051963444598943784/1210356864643109004).
Configuration menu - View commit details
-
Copy full SHA for b1b4106 - Browse repository at this point
Copy the full SHA b1b4106View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ba3e3 - Browse repository at this point
Copy the full SHA d9ba3e3View commit details -
refactor: remove redundant deprecation comment
This commit removes the `PricePerBroadcaster` deprecation comment since this is already clear from the glog warning below.
Configuration menu - View commit details
-
Copy full SHA for 9f0cf06 - Browse repository at this point
Copy the full SHA 9f0cf06View commit details -
fix: correct the
pricePerBroadcaster
flag checkThis commit ensures that the deprecation condition for the `pricePerBroadcaster` flag properly handles the default empty string value.
Configuration menu - View commit details
-
Copy full SHA for ded5ad0 - Browse repository at this point
Copy the full SHA ded5ad0View commit details -
fix: ensure 'pricePerGateway' is used
This commit ensures that the `pricePerGateway` is correctly used instead of the `pricePerBroadcaster` when it is set.
Configuration menu - View commit details
-
Copy full SHA for f83dec4 - Browse repository at this point
Copy the full SHA f83dec4View commit details -
refactor: deprecate 'pricePerGateway' broadcasters property in favor …
…of 'gateways' This commit updates the configuration to replace the `broadcasters` property specified under the `pricePerGateway` flag with `gateways`. Additionally, it ensures that a warning is issued when the deprecated property is still used.
Configuration menu - View commit details
-
Copy full SHA for 74fa79e - Browse repository at this point
Copy the full SHA 74fa79eView commit details
Commits on May 18, 2024
-
test: fix TestParseGetBroadcasterPrices test
This commit ensures that the TestParseGetBroadcasterPrices function uses the new getGatewayPrices function.
Configuration menu - View commit details
-
Copy full SHA for bca3c3e - Browse repository at this point
Copy the full SHA bca3c3eView commit details -
test: rename TestParseGetBroadcasterPrices to reflect Gateway naming
This commit updates the `TestParseGetBroadcasterPrices` function to `TestParseGetGatewayPrices` to align with the new node naming convention.
Configuration menu - View commit details
-
Copy full SHA for 569dbad - Browse repository at this point
Copy the full SHA 569dbadView commit details