Micke

Results 14 issues of Micke

Hi! I found 2 dead links and replace `https://github.com/risc0/ed25519-dalek` - dead `https://github.com/dalek-cryptography/curve25519-dalek` - new `https://github.com/risc0/risc0/blob/release-1.2/examples/ecdsa/methods/guest/Cargo.toml#L13-L18` - dead `https://github.com/risc0/risc0/blob/release-1.2/examples/ecdsa/p256/methods/guest/Cargo.toml#L13-L18` - new

## Description Adds proper signal handling and resource cleanup in headless mode. ### Changes - Replace polling loop with async event processing - Add Ctrl+C signal handling - Ensure worker...

### This PR: This PR updates our GitHub workflow files to replace the deprecated and archived `actions-rs` GitHub Actions with their maintained alternatives: - Replace `actions-rs/toolchain@v1` with `dtolnay/rust-toolchain@v1` (https://github.com/dtolnay/rust-toolchain/releases/tag/v1) -...

Fixed reference to Express server example in main README.The comment incorrectly pointed to `examples/typescript/servers/express.ts`which doesn't exist. Updated to correct path: `examples/typescript/servers/express/index.ts`

Replace floating-point division with integer division in the Bitcoin maximum supply calculation to ensure precise satoshi calculations and match the Bitcoin protocol specification. This change prevents potential rounding errors when...

# Description Add quotes around the NOIRUP_COMMIT variable in the if condition to prevent potential errors when the variable contains spaces or special characters. This follows bash scripting best practices...

…ations ## Why is this change needed? Replace string conversion and parsing with more efficient bitwise right shift operation in extractEventTimestamp function. This change improves performance by eliminating unnecessary string...

### Checklist - [ ] My change requires a documentation update, and I have done it. - [x] I have added tests to cover my changes. - [ ] I...

Updated actions/upload-artifact to v4 for better performance and reliability. No functional changes to workflows. Release notes: https://github.com/actions/upload-artifact/releases

Update the `maxFlashLoan` note so it references the actual default return value and aligns the documentation with current behavior.