We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The existing IAVL code is very poorly structured, getting more files out of the root directory will only help
We should move encoding and encoding_test to a single encoding folder. We would have to make every function in encoding.go exported which is fine.
encoding
encoding_test
encoding.go
This has no external API breaks, as all these functions are internal only.
The text was updated successfully, but these errors were encountered:
this should be moved to internal/encoding. This makes it public to the repo and private when used by others. Easier to fix The API this way.
Sorry, something went wrong.
cosmos#460 here is the pr for this.
No branches or pull requests
The existing IAVL code is very poorly structured, getting more files out of the root directory will only help
We should move
encoding
andencoding_test
to a singleencoding
folder. We would have to make every function inencoding.go
exported which is fine.This has no external API breaks, as all these functions are internal only.
The text was updated successfully, but these errors were encountered: