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

fix: allow tla-account creation on sandbox #9693

Closed
wants to merge 1 commit into from
Closed

fix: allow tla-account creation on sandbox #9693

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 16, 2023

NEP 492 was stabilised #9658 which breaks existing tests for near-workspaces
The condition can be loosened for sandbox, suggested here #9665 (comment)

@ghost ghost marked this pull request as ready for review October 16, 2023 17:53
@ghost ghost self-requested a review as a code owner October 16, 2023 17:53
@ghost ghost requested a review from akhi3030 October 16, 2023 17:53
@@ -36,6 +36,7 @@ static CONFIG_DIFFS: &[(ProtocolVersion, &str)] = &[
(61, include_config!("61.yaml")),
(62, include_config!("62.yaml")),
(63, include_config!("63.yaml")),
#[cfg(not(feature = "sandbox"))]
Copy link
Collaborator

Choose a reason for hiding this comment

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

This doesn’t seem like a correct approach. What if somebody adds another parameter change to this version, even if in the future releases of the protocol? This is also a departure from how sandbox functionality changes have been implemented in the past, which is feature gating specific areas of the implementation, rather than configuration.

@ghost
Copy link
Author

ghost commented Oct 17, 2023

Thanks @nagisa for the feedback. I'll close this meanwhile in favour of a better solution that's to come.

This pull request was closed.
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.

1 participant