Commit Graph

17 Commits

Author SHA1 Message Date
woodser
3af0c7ab8f limit 1 client request per connection in envoy to fix linux tests 2023-02-20 18:00:38 -05:00
napoly
c81f309fdd add dockerize and add project on Github CI/CD 2022-12-16 15:02:10 +00:00
woodser
9d2ec873c5 support auto starting and stopping arbitrator, alice, and bob 2021-12-19 11:49:43 -05:00
woodser
fe2c715d80 add ability to start haveno processes from tests
test making or taking offer with insufficient unlocked balance
2021-12-08 06:25:35 -05:00
premek
db509778a8 do not commit generated protobuf code and .proto files
generate the code on npm install and npm test from .proto files from haveno repository
2021-11-21 14:05:53 -05:00
premek
ee9cbda667 add getMarketPrices call and tests 2021-11-20 19:41:52 -05:00
woodser
d33c3227e0 test trade states throughout trade 2021-11-20 16:25:15 -05:00
woodser
6d80715631 update protobuf definition 2021-11-19 17:14:49 -05:00
woodser
50d8c3b119 update after removing dao, tests passing 2021-10-22 07:45:14 -04:00
woodser
a268b26784 test basic end-to-end trade completion
add methods to take offer and indicate payment to haveno daemon
add getNewDepositSubaddress() to haveno daemon
automatically fund haveno wallets and await unlocked funds
run tests sequentially
update protobuf definition
2021-09-21 10:01:44 -04:00
woodser
e35f8c5e95 test that offers filtered when reserved funds spent or duplicated
introduce envoy config for running tests with alice and bob
test offer removal when reserved output spent using monero-javascript
add instructions to run tests in readme
update protobuf definitions
2021-09-18 15:04:08 -04:00
woodser
3d8e37e646 use underscores in grpc.proto for correct camelcase in grpc-web
fix possibly undefined typescript checks
rebuild protobuf TS definitions
2021-09-16 09:32:17 -04:00
woodser
f83fcb0d84
switch api to use typescript auto-generated from protobuf using grpc-web (#11)
haveno daemon can get payment accounts and the user's created offers
2021-09-14 08:27:45 -04:00
woodser
bea11ab1f4
add HavenoDaemon api class and jest tests supporting version and balances (#8) 2021-09-12 09:39:21 -04:00
woodser
b73b84f864
update protobuf definitions (#2) 2021-05-09 08:14:25 -04:00
woodser
4dd6fab818
update to haveno 1.6.2 (#1)
add ui poc screenshot
separate instructions to update protobuf client
2021-05-05 14:03:43 -04:00
woodser
c3c86cc643 fetch and display haveno daemon version in react
enable typescript
add haveno protobuf definitions to ./config
add envoy.yaml to ./config for envoy proxy config
add ./bin/build_protobuf.sh to generate and place grpc client
update readme
2021-04-25 19:58:26 -04:00