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

chore: remove TODOs in Csharp code #191

Merged
merged 1 commit into from
Aug 14, 2024
Merged

chore: remove TODOs in Csharp code #191

merged 1 commit into from
Aug 14, 2024

Conversation

kevaundray
Copy link
Contributor

No description provided.

@@ -7,8 +7,6 @@
import java.nio.file.StandardCopyOption;

public class LibEthKZG implements AutoCloseable{
// TODO: Add equality tests
Copy link
Contributor Author

Choose a reason for hiding this comment

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

See #192

Comment on lines -137 to +130
// 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
Copy link
Contributor Author

Choose a reason for hiding this comment

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

See #172

Comment on lines -47 to -49
// 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.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

See #193

Comment on lines -62 to -63
// TODO: we could move this to the rust code but it requires a double pointer
// TODO: add this code to all bindings
Copy link
Contributor Author

Choose a reason for hiding this comment

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

See #33

@kevaundray kevaundray added this pull request to the merge queue Aug 14, 2024
Merged via the queue into master with commit 2c379d8 Aug 14, 2024
41 checks passed
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.

1 participant