Maximilian Hubert
Maximilian Hubert
I've added a test case for the invalid tuple offset in ABI decoding. The test will verify that the contract properly handles the case when an invalid tuple offset is...
# Description Corrected a misspelled class name that was causing a runtime error when creating versioned Solana transactions. This ensures the transaction is properly initialized using the VersionedTransaction class from...
--- Explain your changes: 1. **Deleted `dockerfiles/Dockerfile-genkey`:** * I found that this Dockerfile was specifically designed to install and run `mina-generate-keypair`. * Since the package is being removed, this Dockerfile...
I updated the term **"interblockchain"** to **"inter-blockchain"** in the following files: - `spec/core/ics-004-channel-and-packet-semantics/README.md` - `spec/core/ics-005-port-allocation/README.md` - `spec/core/ics-024-host-requirements/README.md` - `spec/core/ics-026-routing-module/README.md` This change aligns with the terminology used in the official Cosmos...
# Added Comprehensive Cryptographic Tests This PR implements a complete suite of cryptographic tests for the Secret Network enclave's shared crypto module. We've addressed the TODO comment in the crypto...