Merkel Tranjes

Results 14 issues of Merkel Tranjes

Hey ! I fixed several spelling issues.Glad I could help . Br, Guayaba221.

Hey ! I fixed several spelling issues.Glad I could help . Br, Guayaba221.

Referring to the issue, update all links. The link in getting_started.md has been replaced: https://github.com/AztecProtocol/ab2 All links in the repository are working and functional.

Updated actions/checkout and actions/setup-node to v4, the latest stable versions as of 2025. Using v4 ensures better compatibility and support with current Node.js versions. References: - https://github.com/actions/checkout/releases/tag/v4.0.0 - https://github.com/actions/setup-node/releases/tag/v4.0.0

## Why are these changes needed? Description: This PR fixes a broken link to Ray Workflows documentation in README.rst. The current link (https://docs.ray.io/en/latest/workflows/concepts.html) returns a 404 error. Updated to the...

stale

Hey ! In order to ensure a better understanding I fixed several spelling issues.

The error message for FheOperationDoesntSupportEbytesAsInput was incorrectly copied from FheOperationScalarDivisionByZero, causing misleading error reporting. This fix updates the message to accurately describe the actual error condition, making debugging and error...

cla-signed
contribution

The docs claimed create_headers could be a plain function, but the client always awaits it, leading to runtime errors for sync callbacks. I updated the docstring and type so it...