Add signature providers
Requires: common-ci-configuration!75 (merged)
Edited by Bartek Wrona
Merge request reports
Activity
requested review from @wrona
assigned to @wrona
added 1 commit
- 42a78724 - Add signature provider example based on the keychain browser extension
added 1 commit
- 0eb0d519 - Add signature provider example based on the keychain browser extension
added 4 commits
- 1bbe02d4 - transaction binary serialization functions support stripping transaction to...
- 50b8d5ac - Wax-Core functionality specific to transaction serialization extended by...
- 63a4dee7 - Wax TS interface extended by ability to generate binary form for transaction...
- 87861fa3 - Wax TS implemenentation specific to transaction binary form generation...
Toggle commit listadded 1 commit
- e174fb6d - TS proto/protocol tests adjusted to transaction binary serialization interface changes.
added 1 commit
- aa04d705 - Python interface adjusted to transaction serilization changes done at Wax-Core part.
added 1 commit
- 1f7242b9 - Python test pattern adjusted to changed location of asserioin in the C++ code
marked this merge request as draft from 5b10fafb
added 15 commits
-
cab69cb0...b8d8fd5f - 2 commits from branch
develop
- b8d8fd5f...7f3c85be - 3 earlier commits
- 54ad518d - Add signature provider example based on the keychain browser extension
- 7b4e0e20 - transaction binary serialization functions support stripping transaction to...
- cf966bd4 - Wax-Core functionality specific to transaction serialization extended by...
- 754f7ce0 - Wax TS interface extended by ability to generate binary form for transaction...
- a7ad43f2 - Wax TS implemenentation specific to transaction binary form generation...
- 533d4d56 - TS proto/protocol tests adjusted to transaction binary serialization interface changes.
- bcb6083f - Python interface adjusted to transaction serilization changes done at Wax-Core part.
- c4da9c59 - Python test pattern adjusted to changed location of asserioin in the C++ code
- 53a0c67d - Add signers-keychain package
- e3455e98 - Add publishing wax packages
Toggle commit list-
cab69cb0...b8d8fd5f - 2 commits from branch
added 2 commits
added 2 commits
added 2 commits
added 2 commits
added 10 commits
- 6f2ac4b5 - transaction binary serialization functions support stripping transaction to...
- b30fd602 - Wax-Core functionality specific to transaction serialization extended by...
- 9c0faecf - Wax TS interface extended by ability to generate binary form for transaction...
- cd71a258 - Wax TS implemenentation specific to transaction binary form generation...
- 6100683a - TS proto/protocol tests adjusted to transaction binary serialization interface changes.
- 762c9e56 - Python interface adjusted to transaction serilization changes done at Wax-Core part.
- 06adb907 - Python test pattern adjusted to changed location of asserioin in the C++ code
- e0cb6519 - Add signers-keychain package
- 54648f50 - Add publishing wax packages
- 8b74033e - Add signature provider example based on the keychain browser extension
Toggle commit listadded 1 commit
- 901cd2bd - Allow bundling WASM binary in webpack to create single-file bundle
added 1 commit
- 68170b22 - Add structuredClone shim for metamask SES support
added 5 commits
- 20e4b598 - Wax C++ core extended by ability to convert raw private key into WIF format
- 02e6bbb0 - cpp_convert_raw_private_key_to_wif exposed to WASM
- f0f09cc2 - Added basic protocol test for implemented cpp_convert_raw_private_key_to_wif function
- f8b91f6f - Added and implemented IWaxBaseInterface.convertRawPrivateKeyToWif method
- b087e77e - Added basic test for base.convertRawPrivateKeyToWif method
Toggle commit listadded 7 commits
- 6fcf8329 - Added basic protocol test for implemented cpp_convert_raw_private_key_to_wif function
- 94b7c586 - Added and implemented IWaxBaseInterface.convertRawPrivateKeyToWif method
- ba7b0a71 - Added basic test for IWaxBaseInterface.convertRawPrivateKeyToWif method
- 5b4a8167 - cpp_convert_raw_public_key_to_wif exposed by Wax C++ core
- 497911f2 - ts/wasm/src/wasm_interface.cpp exposed to WASM interface
- 4f9f2f2d - Implemented IWaxBaseInterface.convertRawPublicKeyToWif method
- db9320ad - Added basic tests covering convertRawPublicKeyToWif method
Toggle commit listadded 4 commits
- f2a2726a - Updated common-ci-configuration submodule reference to get version holding...
- 69d5aea2 - Extend signature extension example by signing transction with key chain extension playwright test
- 23e60488 - test_wax_wasm_examples CI job must depend on build_wax_extensions
- bbea085c - signatue extension fixture uses preinstalled version of keychain extension
Toggle commit listadded 5 commits
- cb84f411 - WIP: removed not needed .npmrc and pnpm-workspace.yml files specific to wax extension packages
- 9a3c8a3c - Adjusted .gitignore to the browser extension directory created while testing
- 002582b9 - Removed intermediate package.json wrapping actual signature extension packages
- 4d8f7f0f - fixup! Updated common-ci-configuration submodule reference to get version...
- 6ec5364a - WIP: Removed jobs specific to wax extension processing due to pnpm recursive...
Toggle commit listmarked this merge request as draft from 4d8f7f0f
added 43 commits
-
d37fb0c6...8ad132a5 - 6 commits from branch
develop
- 8ad132a5...2342fd79 - 27 earlier commits
- 417caee2 - Updated common-ci-configuration submodule reference to get version holding...
- 6a86fe63 - Extend signature extension example by signing transction with key chain extension playwright test
- f4f8fc57 - test_wax_wasm_examples CI job must depend on build_wax_extensions
- 7b040587 - signatue extension fixture uses preinstalled version of keychain extension
- edee1419 - WIP: removed not needed .npmrc and pnpm-workspace.yml files specific to wax extension packages
- cd8dc06c - Adjusted .gitignore to the browser extension directory created while testing
- 5f454049 - Removed intermediate package.json wrapping actual signature extension packages
- 007a0298 - fixup! Updated common-ci-configuration submodule reference to get version...
- 30512611 - WIP: Removed jobs specific to wax extension processing due to pnpm recursive...
- 1855af49 - Git Submodule strategy switched to normal
Toggle commit list-
d37fb0c6...8ad132a5 - 6 commits from branch
added 20 commits
- 1855af49...5e9a7459 - 10 earlier commits
- a9fe8c75 - cpp_convert_raw_private_key_to_wif exposed to WASM
- f4efd311 - Added basic protocol test for implemented cpp_convert_raw_private_key_to_wif function
- 222289c5 - Added and implemented IWaxBaseInterface.convertRawPrivateKeyToWif method
- 65a996e4 - Added basic test for IWaxBaseInterface.convertRawPrivateKeyToWif method
- 73013d31 - cpp_convert_raw_public_key_to_wif exposed by Wax C++ core
- 5d3636de - cpp_convert_raw_public_key_to_wif exposed to WASM interface
- e3f1079d - Implemented IWaxBaseInterface.convertRawPublicKeyToWif method
- 27d63828 - Added basic tests covering convertRawPublicKeyToWif method
- 6958c713 - Add signature provider example based on our extensions
- 18b607d8 - Extend signature extension example by signing transction with key chain extension playwright test
Toggle commit listadded 17 commits
- 18b607d8...b9af96ce - 7 earlier commits
- 94bf2459 - cpp_convert_raw_private_key_to_wif exposed to WASM
- 6e365c90 - Added basic protocol test for implemented cpp_convert_raw_private_key_to_wif function
- 1aa8d3b0 - Added and implemented IWaxBaseInterface.convertRawPrivateKeyToWif method
- 60784255 - Added basic test for IWaxBaseInterface.convertRawPrivateKeyToWif method
- 4248310c - cpp_convert_raw_public_key_to_wif exposed by Wax C++ core
- fc0d435d - cpp_convert_raw_public_key_to_wif exposed to WASM interface
- 82849d4d - Implemented IWaxBaseInterface.convertRawPublicKeyToWif method
- 4ee24a5f - Added basic tests covering convertRawPublicKeyToWif method
- eadefeb0 - Add signature provider example based on our extensions
- cd3cd1dd - Extend signature extension example by signing transction with key chain extension playwright test
Toggle commit listadded 18 commits
- 46a61084...18c706c8 - 8 earlier commits
- fb54023e - Added basic protocol test for implemented cpp_convert_raw_private_key_to_wif function
- 54d8c94d - Added and implemented IWaxBaseInterface.convertRawPrivateKeyToWif method
- 2ec0544a - Added basic test for IWaxBaseInterface.convertRawPrivateKeyToWif method
- f779c93b - cpp_convert_raw_public_key_to_wif exposed by Wax C++ core
- 52ee19a3 - cpp_convert_raw_public_key_to_wif exposed to WASM interface
- 25c04674 - Implemented IWaxBaseInterface.convertRawPublicKeyToWif method
- b7dc5c73 - Added basic tests covering convertRawPublicKeyToWif method
- d13b5aef - Add signature provider example based on our extensions
- bbafacdc - Extend signature extension example by signing transction with key chain extension playwright test
- f0fb4f8d - Fix typedoc warnings
Toggle commit listadded 1 commit
- 3c35ab6d - ApiWitness definition extended by fields required by workerbee library
added 10 commits
- 6d2c144b - Extend signature extension example by signing transction with key chain extension playwright test
- b5d0efc4 - Fix typedoc warnings
- 7cba1f95 - ApiWitness definition extended by fields required by workerbee library
- 9bd6ffc3 - beekeeper depdendency added to the signature-extension example to include it...
- f9a75b67 - Updated signature-extension README to include steps required to configure wallets for mirrornet.
- 5583a1c0 - Implemented automatic testing environement setup (creation of testing account)...
- c2045682 - Improved data presentation & verification, added support for beekeeper signing...
- 2c172986 - Browser setup moved to the playwright config
- 844f251c - Added exported keychain settings to provide mirrornet configuration to the wallet
- 64c7012c - Added playwright install step to signature-extension example to avoid failure after PW upgrade
Toggle commit listadded 29 commits
- 64c7012c...0d4eedb9 - 19 earlier commits
- 645fe522 - Extend signature extension example by signing transction with key chain extension playwright test
- c5ad5d2b - Fix typedoc warnings
- feebc15c - ApiWitness definition extended by fields required by workerbee library
- 56d3edf4 - beekeeper depdendency added to the signature-extension example to include it...
- af5380f3 - Updated signature-extension README to include steps required to configure wallets for mirrornet.
- 34f278a0 - Implemented automatic testing environement setup (creation of testing account)...
- e3e0e00e - Improved data presentation & verification, added support for beekeeper signing...
- 4c4658a5 - Browser setup moved to the playwright config
- 4276bc04 - Added exported keychain settings to provide mirrornet configuration to the wallet
- f4bee938 - Added playwright install step to signature-extension example to avoid failure after PW upgrade
Toggle commit listadded 14 commits
- f4bee938...9fa00616 - 4 earlier commits
- d5da1ff3 - Extend signature extension example by signing transction with key chain extension playwright test
- 8299115a - Fix typedoc warnings
- 4c241882 - ApiWitness definition extended by fields required by workerbee library
- 1c603541 - beekeeper depdendency added to the signature-extension example to include it...
- f30e4104 - Updated signature-extension README to include steps required to configure wallets for mirrornet.
- e6534dc6 - Implemented automatic testing environement setup (creation of testing account)...
- c1848499 - Improved data presentation & verification, added support for beekeeper signing...
- 10f05c3f - Browser setup moved to the playwright config
- e6db5d01 - Added exported keychain settings to provide mirrornet configuration to the wallet
- 7d9daf6d - Added playwright install step to signature-extension example to avoid failure after PW upgrade
Toggle commit list
Please register or sign in to reply