Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate P2P and Resend clients #982

Merged
merged 26 commits into from
Jan 27, 2020
Merged

Commits on Dec 31, 2019

  1. Allow partyinfo to update existing key with new url. This was the beh…

    …aviour before 0.10. Log message to recommend users to switch on remote key validation for better security
    namtruong committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    45d5c5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97bc8b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cde9377 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    fd55e8a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    a59dfb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    878d23c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c4a152 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    348c1c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    233fe42 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    cfe944b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b1c315 View commit details
    Browse the repository at this point in the history
  3. remove unused imports

    namtruong committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    7f99179 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ad4e43 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    82ea6e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	cli/config-cli/src/test/java/com/quorum/tessera/config/cli/OverrideUtilTest.java
    #	config/src/main/java/com/quorum/tessera/config/ServerConfig.java
    #	tessera-jaxrs/jaxrs-client/src/main/java/com/quorum/tessera/jaxrs/client/ClientFactory.java
    #	tessera-jaxrs/jaxrs-client/src/test/java/com/quorum/tessera/jaxrs/client/ClientFactoryTest.java
    #	tessera-partyinfo/src/main/resources/tessera-partyinfo-spring.xml
    namtruong committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    6b4e9c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    444df62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9377afb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    19b0d12 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    802e7e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d699ae7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d383e5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f96969c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    233d082 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Add finals and Javadocs

    prd-fox committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    8f7a488 View commit details
    Browse the repository at this point in the history
  2. Add a configurable timeout for "resend"

    Adds a new property called "resendWaitTime" to the P2P server
    configuration. This property denotes, in milliseconds, the timeout
    period for reading a response when calling the "/resend" API endpoint.
    
    By default, a 2 hour period was chosen as long enough for a medium
    sized database (about 500k transactions).
    prd-fox committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    c13fc44 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/jpmorganchase/tessera int…

    …o separate-p2p-and-resend-client
    prd-fox committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    0e1fe00 View commit details
    Browse the repository at this point in the history