Commit Graph

109 Commits

Author SHA1 Message Date
woodser
0f6f68da69 document building and releasing portable monero binaries for each os 2023-04-24 23:22:43 -04:00
woodser
8305c62510 document packaging executable binaries 2023-04-06 11:08:49 -04:00
woodser
553f6fba36 clarify that prs must be merged to release branch 2023-03-25 14:34:51 -04:00
woodser
1a1fb130c0 rename all packages and other names from bisq to haveno 2023-03-08 11:37:33 -05:00
woodser
145157f84d add windows instructions to use default=all 2023-02-07 14:31:03 -05:00
woodser
15d2c24a82 reprocess payout messages on error to improve resilience
reprocess on curved schedule, restart, or connection change
invalid messages are nacked using IllegalArgumentException
disputes are considered open by ack on chat message
don't show trade completion screen until payout published
cannot confirm payment sent/received while disconnected from monerod
add operation manual w/ instructions to manually open dispute
close account before deletion
fix popup with error "still unconfirmed after X hours" for arbitrator
misc refactoring and cleanup
2023-02-02 15:23:48 -05:00
woodser
646380bc7a minimum support for account witness verification & storage based on bisq
verify peer witness data and share with arbitrator for signing
arbitrator can sign witness hash, owner pub key (see developer-guide.md)
taker signs offer id nonce in SendOfferAvailabilityRequest
maker signs deposit tx hash in SendSignContractRequest
buyer verifies witness with payload on deposit confirmation
seller verifies witness with payload on payment sent message
add synchronization to User paymentAccountsAsObservable and elsewhere
2023-01-11 08:54:37 -05:00
woodser
581489898e update install instructions to use master branch 2023-01-05 10:09:08 -05:00
woodser
f255c115a2 support building on windows 2023-01-05 10:09:08 -05:00
napoly
217e7e03a2 dockerize deamons with docker compose 2022-12-16 15:01:58 +00:00
woodser
79e1d2b623 bump version to v0.0.3 2022-10-05 10:47:08 -04:00
erciccione
99fb3e54be docs/installing.md: instruct to build tag and add skipping tests 2022-09-21 10:01:28 -04:00
erciccione
a31cb74230 remove what's left of git lfs 2022-09-17 07:52:47 -04:00
erciccione
220a1f9644 fixes to bounties docs
bounties.md: use XMR instead of ɱ
labeller: fix link to bounties.md
2022-09-17 07:28:56 -04:00
erciccione
0afd6d8445 docs: minor edits and adapt for test network 2022-08-17 09:08:31 -04:00
erciccione
4b46871cc3 docs: instruct to self mine 150 blocks after hf 2022-08-08 13:45:20 -04:00
erciccione
6918ecf620 docs: simplify overview of protocol in trade-protocol.md 2022-07-31 14:51:17 -04:00
erciccione
e06fb1a3af docs/installing.md: adapt instructions for new funds tab 2022-07-15 09:36:20 -04:00
erciccione
8a7d08e04d add instructions to join shared testnet 2022-07-13 08:15:01 -04:00
woodser
e2208355b1
support local, stagenet, and mainnet xmr network configuration (#335)
remove btc wallet
disable local zmq
2022-07-07 09:10:59 -04:00
erciccione
8a0612a245 improve instructions for devs
- suggest using private stagenet if developing/testing
- remove fixed difficulty from makefile when connecting to shared
2022-05-31 15:06:10 -04:00
woodser
c08ee2298d rename haveno-ui-poc to haveno-ts 2022-05-03 08:06:27 -04:00
woodser
716f62797d register arbitrator from api and use throughout trade 2022-04-28 11:46:34 -04:00
woodser
f1b3ff6f08 rename to haveno.ts, haveno.test.ts 2022-04-06 11:36:59 -04:00
woodser
9059974725 remove dependency on local BTC node
Co-authored-by: premek <1145361+premek@users.noreply.github.com>
2022-01-06 15:29:14 -05:00
erciccione
ab21f3c2c1 docs/README: fix link to import-haveno.md 2021-12-21 07:36:06 -05:00
erciccione
7c2819c31a README: updates after new website and misc 2021-12-14 07:16:17 -05:00
woodser
1ea0db3f37 add instructions to rebase and squash commits 2021-12-03 12:09:35 -05:00
woodser
523d7788e5 clarify instructions to open pull requests 2021-12-01 11:42:47 -05:00
woodser
abd6b36589 fix path and image in import-haveno.md 2021-11-23 07:59:52 -05:00
woodser
1f7daac389 update instructions to update grpc client 2021-11-22 08:02:24 -05:00
woodser
673aa3a437 rename to HavenoDaemon.ts and HavenoDaemon.test.ts 2021-11-11 16:21:00 -05:00
woodser
aea305048d improve eclipse documentation 2021-11-09 11:46:41 -05:00
woodser
4d80c2c617 update link to protocol pdf 2021-11-04 08:47:13 -04:00
erciccione
880ecd948b docs/README.md: fix link to haveno-import.md 2021-11-02 14:12:33 -04:00
woodser
47a7ec07e1 add developer guide and cleanup docs 2021-10-31 08:46:41 -04:00
erciccione
b761dbfd37 docs/installing.md: clarify mediator and arbitrator need to be registered in the UI (when using make deploy) and fix formatting 2021-10-25 08:41:41 -04:00
l0nelyc0w
cefba8e4b5 remove DAO
Co-authored-by: premek <1145361+premek@users.noreply.github.com>
2021-10-20 06:19:52 -04:00
erciccione
a74fac9646 use makefile for quick installation and deployment
- update docs/installing.md
- edit WalletConfig.java to point to monero-wallet-rpc in .localnet
- remove monerod and monero-wallet-rpc from .gitignore
2021-10-13 08:05:31 -04:00
woodser
65bcd47446 document trade protocol messaging 2021-08-23 06:32:44 -04:00
woodser
42d5f5ef75 fix link to WalletConfig.java 2021-08-07 15:09:06 -04:00
woodser
8a602d5de7 add fixed difficulty to private stagenet instructions 2021-07-26 11:09:09 -04:00
erciccione
4fd903f917 installing.md: minor changes to text 2021-06-16 07:33:47 -04:00
erciccione
513c0757a4 add README to docs/ 2021-06-16 05:42:57 -04:00
erciccione
0fc4b58e50 update instructions for local testnet
- rewrite instructions to run local test network
- testers are now instructed to point their nodes to our private stagenet.
  this will make spinning up a test environment easier and faster.
- remove build instructions from the readme and move them to
  docs/installing.md.
2021-06-16 05:41:09 -04:00
woodser
369fc2946d document new trade protocol 2021-06-03 13:42:38 -04:00
erciccione
584b3c90ae bounties.md: clarify the changes need to be merged
This doesn't change the current system. We only specify further that
a patch must be merged for the issue to be considered resolved. This
is assumed, but since we were asked for clarifications we decided
to specify it in the terms of the bounty system.
2021-06-02 15:18:38 -04:00
erciccione
b38b8eba17 bounties.md: fix link to CONTRIBUTING.md 2021-05-16 10:16:17 -04:00
erciccione
e7ad539f66 update documentation
- add initial docs/CONTRIBUTING.md
- update CODEOWNERS.md, README.md and bounties.md
- fix some issues found by codacy
2021-05-16 09:56:20 -04:00
erciccione
8756d8feca
docs: add clarification about the trade protocol (#75)
and move the link up in the README
2021-05-14 09:25:59 +02:00
woodser
be7b3160de fix typo 2021-05-13 15:58:57 -04:00
woodser
4aa8f34204 document and link to trade protocol 2021-05-13 15:49:11 -04:00
woodser
de5bbf4a85
remove extra docs again (#56) 2021-05-08 13:54:59 -04:00
erciccione
282b7a2606
docs: clarify further the requisite to be awarded a bounty (#52) 2021-05-07 14:59:34 -04:00
erciccione
3a8a47f57d Add and document bounty system
- Add mention in the README
- add new workflow label.yml, which uses github actions to post the
rules of the bounty as a comment in an issue labelled 'bounty'
- add docs/bounties.md where the bounty system is documented
2021-05-04 22:50:24 -04:00
erciccione
376f10b7c7 Edited README, CODEOWNERS and removed 'haveno mockups.pdf' and 'bitcoinj-checkpoints.md' (#23)
* add CODEOWNERS and move file to .github/

* remove 'haveno mockups.pdf' (movedo to haveno-design) and bitcoinj-checkpoint.md

* README: add banner and update 'Status of the project'
2021-05-04 22:50:24 -04:00
erciccione
2d36491da6 Cleanup docs/ (#16)
* docs: remove deleted files from the README and update it

* remove docs/autosetup-regtest-dao and its content
2021-05-04 22:50:24 -04:00
erciccione
2bd9a2b327 remove some more files 2021-05-04 22:50:24 -04:00
woodser
8a38081c04 Bisq 2021-05-04 20:20:01 -04:00