Commit Graph

225 Commits

Author SHA1 Message Date
Evan Feenstra
ffb19e8abb fix config test server localhost, align more close with upstream vls 2022-07-11 20:30:30 -07:00
Evan Feenstra
afa5ee7083 fix bindings with udl file: 2022-07-11 15:44:44 -07:00
Evan Feenstra
1e49205f56 cryper derive pubkey from secret string v0.1.2 2022-07-11 12:13:11 -07:00
Evan Feenstra
d52b4185f2 refactor key seed pass code, emulator server for app testing 2022-07-08 10:38:33 -07:00
Evan Feenstra
2e083bf81d ios multi-arch universal lib 2022-07-07 18:53:03 -07:00
Evan Feenstra
ea1abbfcd3 add x86 arch, build all and package with one command 2022-07-07 14:59:40 -07:00
Evan Feenstra
d42d6093e6 add x86_64-linux-android and arm-linux-androideabi 2022-07-07 12:39:30 -07:00
Evan Feenstra
976b602b12 update build-kotlin script 2022-07-07 11:52:24 -07:00
Evan Feenstra
2b3946b014 kotlin cross-arch build v0.1.1 2022-07-07 11:05:29 -07:00
Evan Feenstra
f91ced311b release profile 2022-07-06 12:27:19 -07:00
Evan Feenstra
910e7038a4 Merge pull request #44 from stakwork/crypter-ffi
crypter ffi bindings for kotlin
v0.1.0
2022-07-06 10:15:54 -07:00
Evan Feenstra
aa912840bc crypter ffi bindings for kotlin 2022-07-06 10:15:24 -07:00
Evan Feenstra
d9b7ddb9ad Merge pull request #43 from stakwork/feat/chacha20poly1305
Feat/chacha20poly1305
2022-07-05 15:14:20 -07:00
Evan Feenstra
0c9b9471af Hsmd2 init msg constructed on hardware itself, broker does not wait for init reply to being 2022-07-05 11:03:14 -07:00
Evan Feenstra
c0d2a813af add network to config bin and NVS storage 2022-07-01 17:11:23 -07:00
Evan Feenstra
5bb4a990d2 encrypted seed to hardware, configDTO, tested config bin that takes params from .env 2022-07-01 13:19:11 -07:00
Evan Feenstra
c8e6e834e9 config bin to test seed encryption to device 2022-07-01 10:39:14 -07:00
Evan Feenstra
cb95ab609a ecdh and chachapoly tests 2022-07-01 09:36:20 -07:00
Evan Feenstra
c70f265ced crypter module using chacha20poly1305 for symmetric cipher 2022-06-29 16:28:38 -07:00
Evan Feenstra
3def3a2439 Merge pull request #41 from stakwork/feat/leds
Feat/leds
2022-06-29 09:20:36 -07:00
Evan Feenstra
5a8d14770d pass in peripherals to led control loop, no synclazy 2022-06-28 17:56:32 -07:00
Evan Feenstra
4355d610aa Merge branch 'master' into feat/leds 2022-06-28 17:27:43 -07:00
Evan Feenstra
1a7c906b96 Merge pull request #40 from stakwork/feat/chain-tracker
Feat/chain tracker
2022-06-28 08:15:01 -07:00
Evan Feenstra
7b463d5553 async get_reply in chain tracker, split into its own module 2022-06-28 08:13:34 -07:00
Evan Feenstra
b30b8fe361 cleanup main func 2022-06-27 17:17:19 -07:00
Evan Feenstra
e936d6784a copy SignerPort get_reply from vls 2022-06-27 17:15:26 -07:00
Evan Feenstra
2f92844e62 chain tracker froontend in mqtt broker 2022-06-27 17:02:11 -07:00
Evan Feenstra
f31a3becf0 bump clap, support all networks, cleanup 2022-06-25 08:47:34 -07:00
decentclock
fc442d44ba Add --mainnet argument to the broker to send a fixed random mainnet seed to the signer for initial mainnet testing 2022-06-24 23:09:49 +00:00
decentclock
90b445ae31 Log the current network of ESP32 2022-06-24 22:33:38 +00:00
Evan Feenstra
3e498f7195 dont init the btreemap each loop iteration 2022-06-23 08:56:34 -07:00
Evan Feenstra
cfcdf92874 status state machine 2022-06-22 22:55:24 -07:00
Evan Feenstra
ae3d946912 try_recv for changing led status 2022-06-22 16:08:45 -07:00
Evan Feenstra
1d2d099a22 top Status enum, separate thread for LED states 2022-06-22 09:34:14 -07:00
Evan Feenstra
fd662d5592 Merge pull request #35 from stakwork/partial-std
Partial std
2022-06-21 11:12:08 -07:00
Evan Feenstra
2605551f7c Merge pull request #34 from stakwork/dependency-cleanup
Dependency cleanup
2022-06-21 11:10:29 -07:00
decentclock
d0c9c9d4c6 Point all VLS dependencies to Evan's fork 2022-06-21 11:39:09 -06:00
decentclock
4c156f8fb3 Add network arg to tester signer init 2022-06-21 11:19:26 -06:00
Evan Feenstra
5175dba9cf network from compile-time env var 2022-06-20 13:31:19 -07:00
Evan Feenstra
35601a7c8c update VLS, add bitcoin Network param, patch in esp32 RNG in secp 2022-06-20 13:18:32 -07:00
Evan Feenstra
2986dfcbf1 Merge pull request #33 from stakwork/rename-synclazy
Rename SyncLazy to LazyLock
2022-06-20 08:37:22 -07:00
decentclock
89e1ee1429 Rename SyncLazy to LazyLock 2022-06-20 09:27:48 -06:00
Evan Feenstra
495459b74e Merge pull request #32 from stakwork/esp-idf-432
Esp idf 432
2022-06-16 14:27:55 -07:00
Evan Feenstra
10f8dd4893 allow broker to wait 10 seconds for esp32 2022-06-16 14:26:19 -07:00
Evan Feenstra
60f55d7fa5 increase main task stack size and mqtt buffer size 2022-06-16 13:36:25 -07:00
Evan Feenstra
d67f574c9d fix tester import 2022-06-16 12:04:31 -07:00
Evan Feenstra
9d771c1363 increase main task stack size in esp-idf 2022-06-16 11:58:57 -07:00
Evan Feenstra
5da6633182 point to gitlab std-signer branch 2022-06-16 09:57:28 -07:00
Evan Feenstra
209dda952a fix broker init on release 2022-06-16 09:24:11 -07:00
Evan Feenstra
908c0b5186 use esp idf 4.3.2 2022-06-15 14:15:31 -07:00