mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-11 13:04:26 +00:00
45887b1724
* add nim-keycard-go to makefile * fix keycard-go build * add keycard.nim * remove test make task * remove debug line from makefile * fix import keycard_go * add keycard-go to .PHONY * add keycard start/stop/select methods * use https url for submodule * add KeycardApplication info and return it from select * update nim-keycard-go version * fix select return type * actually return the result * update nim-keycard-go * add keycard methods to backend * add base/mock keycard backends * imports * export keycard methods in backend * update start/stop keycard implementation * add KeycardStarted signal * fix keycard started signal * rename to KeycardConnected signal * fix keycard signal renamed * add keycardgo in makefile tasks * add back build/.gitignore * fix .gitignore * fix .gitignore * Makefile: export keycard vars * add keycard lib to nimble file * use spaces instead of tabs in non-recipe sections of Makefile * use install_name_tool on libkeycard on macOS * in GHA ubuntu environment install libpcsclite-dev with apt at start of workflow * add Keycard exceptions * remove useless test * remove useless return * move keycard types to /types * reraise exception from status/keycard.nim * remove unused import * add keycard commands: opensecure channel, pair, verify pin, export key * fix last keycard commands * add exportKey params * update nim-keycard-go Co-authored-by: Michele Balistreri <michele@bitgamma.com> Co-authored-by: Michael Bradley, Jr <michaelsbradleyjr@gmail.com>
85 lines
3.0 KiB
Plaintext
85 lines
3.0 KiB
Plaintext
[submodule "vendor/nimbus-build-system"]
|
|
path = vendor/nimbus-build-system
|
|
url = https://github.com/status-im/nimbus-build-system
|
|
[submodule "vendor/status-go"]
|
|
path = vendor/status-go
|
|
url = https://github.com/status-im/status-go
|
|
[submodule "vendor/nimcrypto"]
|
|
path = vendor/nimcrypto
|
|
url = https://github.com/cheatfate/nimcrypto.git
|
|
[submodule "vendor/uuids"]
|
|
path = vendor/uuids
|
|
url = https://github.com/pragmagic/uuids.git
|
|
[submodule "vendor/isaac"]
|
|
path = vendor/isaac
|
|
url = https://github.com/pragmagic/isaac.git
|
|
[submodule "vendor/nim-json-serialization"]
|
|
path = vendor/nim-json-serialization
|
|
url = https://github.com/status-im/nim-json-serialization.git
|
|
[submodule "vendor/nim-serialization"]
|
|
path = vendor/nim-serialization
|
|
url = https://github.com/status-im/nim-serialization.git
|
|
[submodule "vendor/nim-stew"]
|
|
path = vendor/nim-stew
|
|
url = https://github.com/status-im/nim-stew.git
|
|
[submodule "vendor/nim-faststreams"]
|
|
path = vendor/nim-faststreams
|
|
url = https://github.com/status-im/nim-faststreams.git
|
|
[submodule "vendor/nim-chronicles"]
|
|
path = vendor/nim-chronicles
|
|
url = https://github.com/status-im/nim-chronicles.git
|
|
[submodule "vendor/nim-status-go"]
|
|
path = vendor/nim-status-go
|
|
url = https://github.com/status-im/nim-status-go.git
|
|
[submodule "vendor/nim-stint"]
|
|
path = vendor/nim-stint
|
|
url = https://github.com/status-im/nim-stint.git
|
|
[submodule "vendor/nim-web3"]
|
|
path = vendor/nim-web3
|
|
url = https://github.com/status-im/nim-web3.git
|
|
[submodule "vendor/nim-http-utils"]
|
|
path = vendor/nim-http-utils
|
|
url = https://github.com/status-im/nim-http-utils
|
|
[submodule "vendor/nim-chronos"]
|
|
path = vendor/nim-chronos
|
|
url = https://github.com/status-im/nim-chronos.git
|
|
[submodule "vendor/nim-json-rpc"]
|
|
path = vendor/nim-json-rpc
|
|
url = https://github.com/status-im/nim-json-rpc
|
|
[submodule "vendor/news"]
|
|
path = vendor/news
|
|
url = https://github.com/Tormund/news
|
|
[submodule "vendor/nim-websock"]
|
|
path = vendor/nim-websock
|
|
url = https://github.com/status-im/nim-websock
|
|
[submodule "vendor/nim-bearssl"]
|
|
path = vendor/nim-bearssl
|
|
url = https://github.com/status-im/nim-bearssl
|
|
[submodule "vendor/nim-zlib"]
|
|
path = vendor/nim-zlib
|
|
url = https://github.com/status-im/nim-zlib
|
|
[submodule "vendor/nim-eth"]
|
|
path = vendor/nim-eth
|
|
url = https://github.com/status-im/nim-eth
|
|
[submodule "vendor/nim-secp256k1"]
|
|
path = vendor/nim-secp256k1
|
|
url = https://github.com/status-im/nim-secp256k1
|
|
[submodule "vendor/nim-metrics"]
|
|
path = vendor/nim-metrics
|
|
url = https://github.com/status-im/nim-metrics
|
|
[submodule "vendor/nim-confutils"]
|
|
path = vendor/nim-confutils
|
|
url = https://github.com/status-im/nim-confutils.git
|
|
[submodule "vendor/nim-libp2p"]
|
|
path = vendor/nim-libp2p
|
|
url = https://github.com/status-im/nim-libp2p
|
|
[submodule "vendor/nim-task-runner"]
|
|
path = vendor/nim-task-runner
|
|
url = https://github.com/status-im/nim-task-runner.git
|
|
[submodule "vendor/edn.nim"]
|
|
path = vendor/edn.nim
|
|
url = https://github.com/status-im/edn.nim
|
|
[submodule "vendor/nim-keycard-go"]
|
|
path = vendor/nim-keycard-go
|
|
url = https://github.com/status-im/nim-keycard-go
|