Skip to content

Feat/multikey#31

Merged
astinz merged 6 commits intomasterfrom
feat/multikey
Feb 2, 2026
Merged

Feat/multikey#31
astinz merged 6 commits intomasterfrom
feat/multikey

Conversation

@astinz
Copy link
Contributor

@astinz astinz commented Feb 2, 2026

No description provided.

astinz and others added 6 commits September 24, 2025 12:37
- 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
@astinz astinz merged commit b510e27 into master Feb 2, 2026
1 of 2 checks passed
@astinz astinz deleted the feat/multikey branch February 2, 2026 04:04
astinz added a commit that referenced this pull request Feb 2, 2026
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