Coder Social home page Coder Social logo

bisq-common's Introduction

bisq-common

Build

./gradlew build

Import into IDEA

The following instructions have been tested in IDEA 2017.3

Configure IDEA properties

Go to Help->Edit Custom Properties... and add the following line:

idea.max.intellisense.filesize=12500

Now close and restart IDEA. This ensures that IDEA will be able to handle Bisq's very large generated PB.java Protobuf sources. Without changing this setting, you will get compilation errors in IDEA wherever these generated types are used.

Import the project

Go to File->Open... and choose this project's build.gradle file. When prompted whether to overwrite the existing .idea directory, choose "Yes".

In the Project tool window, right click on the .idea folder, select Git->Revert... and click OK in the dialog that appears. Doing this restores source-controlled .idea configuration files that get overwritten during project import.

You should now be able to build the project without errors using Build->Build Project.

bisq-common's People

Contributors

abigail830 avatar cbeams avatar manfredkarrer avatar ripcurlx avatar sqrrm avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bisq-common's Issues

newly generated keys should be at least 2048 bits

DSA 1024 should be considered harmful nowadays.

in src/main/java/bisq/common/crypto/Sig.java, line 64:

            keyPairGenerator.initialize(1024);

Additionally, some code duplication could be avoided (generateKeyPair is defined at least twice in Sig.java and Encryption.java).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.