-
Notifications
You must be signed in to change notification settings - Fork 116
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
feat(lib/erasure): implement Go binding over rust for erasure coding #3447
feat(lib/erasure): implement Go binding over rust for erasure coding #3447
Conversation
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.
squash all commits into one. The target
folder is still part of the commit history. That would make pulling this branch longer.
kishan@kishan-Inspiron-14-7425-2-in-1:~/code/gossamer$ git fetch axay issue-3422
remote: Enumerating objects: 6882, done.
remote: Counting objects: 100% (6881/6881), done.
remote: Compressing objects: 100% (2973/2973), done.
remote: Total 6882 (delta 2843), reused 6880 (delta 2843), pack-reused 1
Receiving objects: 100% (6882/6882), 474.99 MiB | 6.73 MiB/s, done.
Resolving deltas: 100% (2843/2843), completed with 7 local objects.
From github.com:axaysagathiya/gossamer
* branch issue-3422 -> FETCH_HEAD
* [new branch] issue-3422 -> axay/issue-342
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.
- fix linting errors
- changing some bytes to hex strings would make it easy to satisfy linting requirements.
rename package rename package removing target
5c370d0
to
7450373
Compare
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.
Nice work!! 🚀
Changes
Implemented Go binding over rust for erasure coding.
Polkadot's repo is at reed-solomon-novelpoly which implements Novel Polynomial Basis and Its Application to Reed-Solomon Erasure Codes.
in kagome, they have used C bindings over polkadot's implementations of reed-solomon-novelpoly
Tests
go test -tags integration github.com/ChainSafe/gossamer
Issues
Fixes #3422
Primary Reviewer
@timwu20 @kishansagathiya @edwardmack