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

BREAKING CHANGE: DecodeLimit and DecodeAll extensions now advance input #314

Merged
merged 5 commits into from
Feb 3, 2022

Conversation

wigy-opensource-developer
Copy link
Contributor

Fixes #287
Fixes #313

Copy link
Contributor

@KiChjang KiChjang left a comment

Choose a reason for hiding this comment

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

Whitespace!!!! We use tabs instead of spaces here

@wigy-opensource-developer
Copy link
Contributor Author

Whitespace!!!! We use tabs instead of spaces here

Oh. Checking my IDE and cargo fmt settings... Maybe it is different in Substrate and Polkadot.

src/decode_all.rs Outdated Show resolved Hide resolved
@bkchr
Copy link
Member

bkchr commented Feb 2, 2022

Whitespace!!!! We use tabs instead of spaces here

Oh. Checking my IDE and cargo fmt settings... Maybe it is different in Substrate and Polkadot.

You probably need to copy the rustfmt.toml file. You can add it here in the pr.

@wigy-opensource-developer
Copy link
Contributor Author

This has been a rollercoaster, but hopefully everything is better than how it started.

Cargo.toml Show resolved Hide resolved
.rustfmt.toml Outdated Show resolved Hide resolved
@wigy-opensource-developer
Copy link
Contributor Author

@KiChjang Could you please have a second look on this? I would like to merge to master and release 3.0.0

@wigy-opensource-developer wigy-opensource-developer dismissed KiChjang’s stale review February 3, 2022 13:03

Fixed whitespaces and asked further review on a smaller diff.

@wigy-opensource-developer wigy-opensource-developer removed the request for review from gui1117 February 3, 2022 15:13
@wigy-opensource-developer wigy-opensource-developer merged commit 0841cc4 into master Feb 3, 2022
@wigy-opensource-developer wigy-opensource-developer deleted the wigy-advance-input branch February 3, 2022 15:14
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.

decode_all should consume the input Merge decode_with_depth_limit with decode_and_advance_with_depth_limit
3 participants