From 6e46e981df3727d21b61ac1abd251b50305b84b7 Mon Sep 17 00:00:00 2001 From: Kewbit Date: Sun, 17 Nov 2024 14:50:14 +0000 Subject: [PATCH] protocol change --- README.md | 86 +------------------ .../main/java/haveno/common/app/Version.java | 2 +- 2 files changed, 2 insertions(+), 86 deletions(-) diff --git a/README.md b/README.md index e8d40e8e..e7025c16 100644 --- a/README.md +++ b/README.md @@ -1,85 +1 @@ -
- Haveno logo - - ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/haveno-dex/haveno/build.yml?branch=master) - [![GitHub issues with bounty](https://img.shields.io/github/issues-search/haveno-dex/haveno?color=%23fef2c0&label=Issues%20with%20bounties&query=is%3Aopen+is%3Aissue+label%3A%F0%9F%92%B0bounty)](https://github.com/haveno-dex/haveno/issues?q=is%3Aopen+is%3Aissue+label%3A%F0%9F%92%B0bounty) - [![Twitter Follow](https://img.shields.io/twitter/follow/HavenoDEX?style=social)](https://twitter.com/havenodex) - [![Matrix rooms](https://img.shields.io/badge/Matrix%20room-%23haveno-blue)](https://matrix.to/#/#haveno:monero.social) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/haveno-dex/.github/blob/master/CODE_OF_CONDUCT.md) -
- -## What is Haveno? - -Haveno (pronounced ha‧ve‧no) is an open source platform to exchange [Monero](https://getmonero.org) for fiat currencies like USD, EUR, and GBP or other cryptocurrencies like BTC, ETH, and BCH. - -Main features: - -- Communications are routed through **Tor**, to preserve your privacy. - -- Trades are **peer-to-peer**: trades on Haveno happen between people only, there is no central authority. - -- Trades are **non-custodial**: Haveno supports arbitration in case something goes wrong during the trade, but arbitrators never have access to your funds. - -- There is **No token**, because it's not needed. Transactions between traders are secured by non-custodial multisignature transactions on the Monero network. - -See the [FAQ on our website](https://haveno.exchange/faq/) for more information. - -## Installing Haveno - -Haveno can be installed on Linux, macOS, and Windows by using a third party installer and network. We do not endorse any networks at this time. - -A test network is also available for users to make test trades using Monero's stagenet. See the [instructions](https://github.com/haveno-dex/haveno/blob/master/docs/installing.md) to build Haveno and connect to the test network. - -Alternatively, you can [start your own network](https://github.com/haveno-dex/haveno/blob/master/docs/create-mainnet.md). - -Note that Haveno is being actively developed. If you find issues or bugs, please let us know. - -## Main repositories - -- **[haveno](https://github.com/haveno-dex/haveno)** - This repository. The core of Haveno. -- **[haveno-ts](https://github.com/haveno-dex/haveno-ts)** - TypeScript library for using Haveno. -- **[haveno-ui](https://github.com/haveno-dex/haveno-ui)** - A new user interface (WIP). -- **[haveno-meta](https://github.com/haveno-dex/haveno-meta)** - For project-wide discussions and proposals. - -If you wish to help, take a look at the repositories above and look for open issues. We run a bounty program to incentivize development. See [Bounties](#bounties). - -## Keep in touch and help out! - -Haveno is a community-driven project. For it to be successful it's fundamental to have the support and help of the community. Join the community rooms on our Matrix server: - -- General discussions: **Haveno** ([#haveno:monero.social](https://matrix.to/#/#haveno:monero.social)) relayed on IRC/Libera (`#haveno`) -- Development discussions: **Haveno Development** ([#haveno-dev:monero.social](https://matrix.to/#/#haveno-dev:monero.social)) relayed on IRC/Libera (`#haveno-dev`) - -Email: contact@haveno.exchange -Website: [haveno.exchange](https://haveno.exchange) - -## Contributing to Haveno - -See the [developer guide](docs/developer-guide.md) to get started developing for Haveno. - -See [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md) for our styling guides. - -If you are not able to contribute code and want to contribute development resources, [donations](#support) fund development bounties. - -## Bounties - -To incentivize development and reward contributors, we adopt a simple bounty system. Contributors may be awarded bounties after completing a task (resolving an issue). Take a look at the [issues labeled '💰bounty'](https://github.com/haveno-dex/haveno/issues?q=is%3Aopen+is%3Aissue+label%3A%F0%9F%92%B0bounty) in the main `haveno` repository. [Details and conditions for receiving a bounty](docs/bounties.md). - -## Support and sponsorships - -To bring Haveno to life, we need resources. If you have the possibility, please consider [becoming a sponsor](https://haveno.exchange/sponsors/) or donating to the project: - -### Monero - -

- Donate Monero
- 42sjokkT9FmiWPqVzrWPFE5NCJXwt96bkBozHf4vgLR9hXyJDqKHEHKVscAARuD7in5wV1meEcSTJTanCTDzidTe2cFXS1F -

- -If you are using a wallet that supports OpenAlias (like the 'official' CLI and GUI wallets), you can simply put `fund@haveno.exchange` as the "receiver" address. - -### Bitcoin - -

- Donate Bitcoin
- 1AKq3CE1yBAnxGmHXbNFfNYStcByNDc5gQ -

+Patched Branch for App \ No newline at end of file diff --git a/common/src/main/java/haveno/common/app/Version.java b/common/src/main/java/haveno/common/app/Version.java index 2b4b01b0..80572a11 100644 --- a/common/src/main/java/haveno/common/app/Version.java +++ b/common/src/main/java/haveno/common/app/Version.java @@ -80,7 +80,7 @@ public class Version { // The version no. for the objects sent over the network. A change will break the serialization of old objects. // If objects are used for both network and database the network version is applied. - public static final String P2P_NETWORK_VERSION = "A"; + public static final String P2P_NETWORK_VERSION = "X"; // The version no. of the serialized data stored to disc. A change will break the serialization of old objects. // VERSION = 0.5.0 -> LOCAL_DB_VERSION = 1