-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore: remove TODOs in Csharp code #191
Conversation
@@ -7,8 +7,6 @@ | |||
import java.nio.file.StandardCopyOption; | |||
|
|||
public class LibEthKZG implements AutoCloseable{ | |||
// TODO: Add equality tests |
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.
See #192
// Current version of c-kzg does not support arm windows either | ||
// TODO: Rust has support for msvc with arm64, but it also has: | ||
// aarch64-pc-windows-gnullvm -- we probably want to stick to one | ||
// toolchain for now. | ||
// If we do switch to msvc, nethermind had an issue with windows server 2022 | ||
// that we should check works with an msvc build. | ||
// libraryResourcePath = "/aarch64-pc-windows-gnullvm/" + PLATFORM_NATIVE_LIBRARY_NAME; | ||
// We currently do not support arm on windows |
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.
See #172
// TODO: Finalization was deprecated, we should find a method that does | ||
// TODO: not require a lot of code. Possibly separate the wrapper from the | ||
// TODO: bindings code too. |
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.
See #193
// TODO: we could move this to the rust code but it requires a double pointer | ||
// TODO: add this code to all bindings |
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.
See #33
No description provided.