-
Notifications
You must be signed in to change notification settings - Fork 0
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
update bitstring & test #67
Conversation
install the precommit hook to lint and format code before commit https://github.com/AcalaNetwork/boka/blob/faf31d8ee24a04d915d6beaa8de095c7c2286b5e/Makefile#L8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think only fixed size bitstring is used so we don't need to have variable size bitstring
For fixed size bitstring, the size needs to be configurable. So the implementation should be something like ConfigLimitedSizeArray
Co-authored-by: Xiliang Chen <[email protected]>
Co-authored-by: Xiliang Chen <[email protected]>
Co-authored-by: Xiliang Chen <[email protected]>
Co-authored-by: Xiliang Chen <[email protected]>
Co-authored-by: Xiliang Chen <[email protected]>
* 'master' of github.com:AcalaNetwork/boka: Implements JamCodec and replace with ScaleCodec (#68)
* master: Implements JamCodec and replace with ScaleCodec (#68)
* use Swift Codable * Codec package * implement codec * more refactor * fmt * more fix * disable safrole tests * comment out safrole tests
…_bitstring * 'dev_bitstring' of github.com:AcalaNetwork/boka: Implements JamCodec and replace with ScaleCodec (#68)
* 'master' of github.com:AcalaNetwork/boka: update bitstring & test (#67)
No description provided.