Thomas Eizinger
b118ffece5
Remove maker default address
This made only sense during local testing.
3 years ago
Mariusz Klochowicz
40cbc7cdb6
Remove support for building old taker frontend
`maker-frontend` vite config supports only maker now.
3 years ago
itchymax
088bf45112
Add new taker-frontend and rename old to maker-frontend
3 years ago
rishflab
b7a8370b0b
Authenticate connection with maker
Use the IK noise handshake pattern to authenticate the maker
given knowledge of the maker's static public key.
https://noiseexplorer.com/patterns/IK/
3 years ago
Thomas Eizinger
d9e631ac38
Fix startup script
3 years ago
Mariusz Klochowicz
ec91b6aa30
Enable backtraces in start_all.sh
When one hits a panic() during testing, you typically is interested in a backtrace.
3 years ago
Mariusz Klochowicz
a7e78072b0
Add a script that can start all processes in a single terminal
Not suitable for all use-cases as the logs are jumbled up, but it makes
regression testing more approachable.
Hitting a single `ctrl+c` stops all processes.
3 years ago