Richard Ramos
|
d51b70c703
|
refactor: mailserver cycle
|
2022-01-12 16:03:24 +00:00 |
Richard Ramos
|
adb1933f2e
|
chore: log message IDs (#106)
|
2021-11-15 09:50:57 -04:00 |
Richard Ramos
|
1aba03aed6
|
feat: adding HistoryRequestBatchProcessed signal and batch attributes (#78)
* feat: adding HistoryRequestBatchProcessed signal and batch attributes
* bump status-go
Co-authored-by: Iuri Matias <iuri.matias@gmail.com>
|
2021-11-09 16:19:29 -05:00 |
Andrea Franz
|
45887b1724
|
Keycard initial integration (#63)
* 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>
|
2021-10-04 17:21:07 -04:00 |
Iuri Matias
|
2bb5df3c5f
|
feat: wakuv2 connectivity and peer management (#17)
* wakuv2 connectivity and peer management
* feat: wakuv2 light client (#15)
Co-authored-by: Richard Ramos <info@richardramos.me>
|
2021-09-30 14:56:22 -04:00 |
Richard Ramos
|
c07e04e976
|
feat: mailserver request signals (#46)
|
2021-09-28 14:41:40 -04:00 |
RichΛrd
|
f42c249395
|
fix: set missing signalType attribute (#36)
|
2021-09-17 12:55:17 -04:00 |
RichΛrd
|
99b85d2063
|
feat: trigger a signal for chronicles logs (#31)
|
2021-09-15 15:45:17 -04:00 |
Iuri Matias
|
427ea1d8dc
|
Revert "wakuv2 connectivity and peer management (#13)" (#16)
This reverts commit e474468da3 .
|
2021-09-10 15:56:30 -04:00 |
RichΛrd
|
e474468da3
|
wakuv2 connectivity and peer management (#13)
|
2021-09-10 14:17:54 -04:00 |
RichΛrd
|
a044a941e6
|
refactor: signals (#1)
|
2021-09-08 16:55:37 -04:00 |