Draft: Add Schnorr/FROST scaffold and tBTC runtime signing adapter slice#3866
Draft
mswilkison wants to merge 41 commits intomainfrom
Draft
Draft: Add Schnorr/FROST scaffold and tBTC runtime signing adapter slice#3866mswilkison wants to merge 41 commits intomainfrom
mswilkison wants to merge 41 commits intomainfrom
Conversation
added 26 commits
February 20, 2026 09:30
added 12 commits
February 20, 2026 18:32
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.
Summary
uniFFINativeFROSTSigningEngine) with bridge abstraction and input/output validationfrost_nativeregistration fallback (no-op when UniFFI bridge is not compiled in)frost_native && frost_uniffi_sdk && cgousinggithub.com/zecdev/frost-uniffi-sdk/frost_go_ffiWalletChainData,NewWalletRegisteredEvent) and map them in the Ethereum adapter via legacy-compatible derivation from wallet public key hashDependency Notes
replace github.com/zecdev/frost-uniffi-sdk => github.com/tlabs-xyz/frost-uniffi-sdk v0.0.0-20260221162625-51e08b3fb886zecdev/frost-uniffi-sdkcommit/release once the upstream PR is opened and mergedValidation
GOCACHE=/tmp/keep-core-gocache go test ./pkg/tbtc -run TestDeriveLegacyWalletIDGOCACHE=/tmp/keep-core-gocache go test ./pkg/chain/ethereum -run TestCalculateWalletIDGOCACHE=/tmp/keep-core-gocache go test -tags frost_native ./pkg/frost/signingGOCACHE=/tmp/keep-core-gocache go test -tags frost_native ./pkg/tbtc -run "TestConfigureFrostSigningBackend|TestNewNode_ConfiguresFrostSigningBackend|TestSigningExecutor_Sign_NativeBackend|TestSigningExecutor_Sign_FFIStrictBackend_WithNativeSignerMaterial|TestSigningExecutor_Sign_NativeBackend_FallsBackWhenOnlyLegacySignerMaterial"GOCACHE=/tmp/keep-core-gocache CGO_ENABLED=1 CGO_LDFLAGS='-lfrost_uniffi_sdk -L/Users/maclane/Projects/claude-test/frost-uniffi-sdk/target/debug -lm -ldl' LD_LIBRARY_PATH='/Users/maclane/Projects/claude-test/frost-uniffi-sdk/target/debug' go test -tags 'frost_native frost_uniffi_sdk' ./pkg/frost/signing -run TestBuildTaggedUniFFINativeFROSTBridge_EndToEndSigningNotes