Merged
Conversation
- add and impl(ed25519 and multikey only) `signTransaction` abstract method - add tx authenticator multikey - add `index` method for pubkey pos
- makes multikey creation cleaner
- Replaced Bouncy Castle logic with fastkrypto for key generation, signing, and SHA3-256 hashing. - Updated Secp256k1PublicKey to support 33-byte compressed public keys. - Implemented platform-specific crypto for JVM, Android, and Apple targets using fastkrypto. - Fixed Result handling in TransactionSubmission to prevent ClassCastException. - Verified functionality with new CryptoTest and existing jvmApp samples.
- add repository architecture notes for agents in agents.md for future maintenance context - upgrade toolchain and dependencies across gradle, kotlin, ktor, apollo, fastkrypto, kotlin-result, and wrapper configuration - add kotest plugin and dependencies, wire jvm test runtime, and introduce a kotest smoke test to validate integration - complete missing bcs encodings for key and signature types, including reusable uleb128 and bcs-bytes helpers - rework multikey account and multikey crypto flows to match ts sdk semantics for signer ordering, bitmap usage, serialization, and signature verification - keep cryptographic operations on fastkrypto implementations across platform actuals and tighten single-key/secp256k1 behavior - migrate michaelbull result handling away from deprecated direct state access to fold/get/geterror patterns and improve fallback error paths - add smart-contract coin balance api path with ts-style view calls for coin::balance and primary_fungible_store::balance while preserving existing indexer api - harden e2e and unit tests around balance fetching and transaction timing by syncing against ledger/indexer progress and safe numeric parsing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.