Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hubert-marteau/MultiChainJavaAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: luigima/MultiChainJavaAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 12 files changed
  • 1 contributor

Commits on May 22, 2018

  1. Configuration menu
    Copy the full SHA
    eb470f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/block_count_casting'

    # Conflicts:
    #	src/main/java/multichain/command/BlockCommand.java
    luigima committed May 22, 2018
    Configuration menu
    Copy the full SHA
    c374a17 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Changed type of the data parameter from String[] to String in order t…

    …o prevent incorrect parsing with left over quotation marks
    luigima committed May 26, 2018
    Configuration menu
    Copy the full SHA
    23138fc View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Changed signatures from String[] to Object[]. This fixes requests wit…

    …h multiple parameters because Strings couldn't get formatted correctly.
    luigima committed May 29, 2018
    Configuration menu
    Copy the full SHA
    b1c3a50 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    3476021 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/experimental_parameter'

    Conflicts:
    	src/test/java/multichain/command/RAWTransactionCommandTest.java
    luigima committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    2b9a555 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Added WalletInfo Command

    luigima committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    249477c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc11577 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

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

    # Conflicts:
    #	src/main/java/multichain/command/MultiChainCommand.java
    luigima committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    c4d10b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. added old changes

    luigima committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    0213c27 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	src/main/java/multichain/command/ChainCommand.java
    #	src/main/java/multichain/command/RAWTransactionCommand.java
    #	src/main/java/multichain/command/builders/QueryBuilderChain.java
    #	src/main/java/multichain/command/builders/QueryBuilderCommon.java
    #	src/main/java/multichain/command/builders/QueryBuilderRAWTransaction.java
    luigima committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    b3cf458 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Worked on evaluation

    luigima committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    3863669 View commit details
    Browse the repository at this point in the history
Loading