Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Fix hash parse for RedisDbJson #472

Merged
merged 96 commits into from
Oct 3, 2018

Commits on Jul 10, 2018

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

Commits on Jul 14, 2018

  1. merge with development

    aboimpinto committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    c1cb900 View commit details
    Browse the repository at this point in the history
  2. Rename abstract class ICrypto to Crypto. I'm sure this was once an in…

    …terface but it's not anymore, threfore should not carry the prefix "I" that identify the interfaces.
    aboimpinto committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    17eccae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d380115 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    45915e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd9a3ff View commit details
    Browse the repository at this point in the history
  3. merge with development

    aboimpinto committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    318cefc View commit details
    Browse the repository at this point in the history
  4. fix some merge problems

    aboimpinto committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    bf48c58 View commit details
    Browse the repository at this point in the history
  5. Increase Server tests coverage to 94%.

    Black listed peers try to connect test
    aboimpinto committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    162316b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. merge with development

    aboimpinto committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    afd6e97 View commit details
    Browse the repository at this point in the history
  2. fix merge issues

    aboimpinto committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    304fd44 View commit details
    Browse the repository at this point in the history
  3. * Remove protected fields from TestBase and replace with overload usa…

    …ge of the method RandomInt.
    
    * Small clean up on the UtCrypto
    aboimpinto committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    3d82e92 View commit details
    Browse the repository at this point in the history
  4. Create UtBlockchain and create first tests.

    more tests will be added soon!
    aboimpinto committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    7c7c325 View commit details
    Browse the repository at this point in the history
  5. fix issues from the merge

    aboimpinto committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    93077cc View commit details
    Browse the repository at this point in the history
  6. Adding testing information to the team Contributing page.

    Paulo Aboim Pinto committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    2c05de5 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'development' of https://github.com/CityOfZion/neo-sharp

    …into development
    Paulo Aboim Pinto committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    53c78d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Configuration menu
    Copy the full SHA
    b1ee9aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef4a592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90e29f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c55c654 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23d4063 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

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

Commits on Jul 22, 2018

  1. Configuration menu
    Copy the full SHA
    4e489e8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'development' of https://github.com/CityOfZion/neo-sharp

    …into development
    Paulo Aboim Pinto committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    97d8d68 View commit details
    Browse the repository at this point in the history
  3. Firsts UtBlockProcessor tests

    Paulo Aboim Pinto committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    7ec17e4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'development' of https://github.com/aboimpinto/neo-sharp

    …into development
    Paulo Aboim Pinto committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    a2af9ca View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. merge with development

    aboimpinto committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    682f44c View commit details
    Browse the repository at this point in the history
  2. AddBlock tests added

    aboimpinto committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    1ee33bb View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Configuration menu
    Copy the full SHA
    ffc1d27 View commit details
    Browse the repository at this point in the history
  2. * UtBlockProcessor: Run test

    * Fix an inverted if logic. The code only enter in the While loop if the cancellation was requested and should be the other way around.
    aboimpinto committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c250c36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74d8eef View commit details
    Browse the repository at this point in the history
  4. Cleanup

    * Replace BlockProcessor dependency from Prompt and replace with IBlockPool
    * Remove unused properties from BlockProcessor
    *  ContainsBlock method in BlockProcessor signature changed to Private because is not used anywhere else but internally
    aboimpinto committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    debba04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    468b5cf View commit details
    Browse the repository at this point in the history
  6. Remove comment

    aboimpinto committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    13586e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7bf59b View commit details
    Browse the repository at this point in the history
  8. .

    aboimpinto committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    a7086ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b42b62 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a39bee0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. merge with development

    aboimpinto committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    c287f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f3557 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    b06bb31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21b0f6d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

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

Commits on Aug 18, 2018

  1. Configuration menu
    Copy the full SHA
    0cefb11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87336c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

  1. Refactor the Block / BlockHeader in Signed and Unsigned objects (muta…

    …ble and immutable).
    
    The intenstion of this refactor is to bring better readability of the code and remove logic code from the DTO.
    aboimpinto committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    5d6562d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea86c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

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

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    4d587dc View commit details
    Browse the repository at this point in the history
  2. Revert "Remove stack logs (CityOfZion#321)"

    This reverts commit 34c676a.
    aboimpinto committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    9d5c273 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. merge with development

    aboimpinto committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    128b2b5 View commit details
    Browse the repository at this point in the history
  2. Add BlockOperationsManager and WitnessOperationManager that will be r…

    …esposable to Sign and Verify the block and the witness
    aboimpinto committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    b69aea7 View commit details
    Browse the repository at this point in the history
  3. Initial work, removing logic from the model objects and add it into W…

    …itness. Transaction, BlockHeader and Block OperationManager classes.
    
    In this classes the verify method will be implemented.
    
    CityOfZion#306, CityOfZion#307
    aboimpinto committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    ebb3daf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c3cba6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08cc170 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Configuration menu
    Copy the full SHA
    1a928c6 View commit details
    Browse the repository at this point in the history
  2. regreassion test for the case where the current block is null. This h…

    …appen when the node start without genesis block.
    aboimpinto committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    ffb8365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    031e39b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Remove dependencies from BlockProcessor and remove BlockHeader refere…

    …nces. BlockProcessor use only Block object.
    
    CityOfZion#350, CityOfZion#351
    aboimpinto committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    fc79312 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    313b8af View commit details
    Browse the repository at this point in the history
  2. now the Persist consider the genesis block for the case of start a no…

    …de in a clean environment
    aboimpinto committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    278d50f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Merge pull request #1 from CityOfZion/development

    merge with development
    aboimpinto committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    e4fcadb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Merge pull request #2 from CityOfZion/development

    Increase buffer size (CityOfZion#431)
    aboimpinto committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    1701fbc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Merge pull request #5 from CityOfZion/development

    merge with development
    aboimpinto committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    16d74ea View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. consolidate the TransactionSigner and TransactionVerigy into Operatio…

    …nsManager
    Paulo Aboim Pinto committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    0027858 View commit details
    Browse the repository at this point in the history
  2. .

    aboimpinto committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    620d972 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3fe01b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc4ebfc View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    43ac425 View commit details
    Browse the repository at this point in the history
  2. merge

    aboimpinto committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    49d6244 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4ec481 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4b898d View commit details
    Browse the repository at this point in the history
  5. merge with development

    aboimpinto committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    cb52fb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddc1e8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76d7cf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e30b24 View commit details
    Browse the repository at this point in the history
  9. rename IGenesis to IGenenisBuilder and IGenesisAssets to IGenesisAsse…

    …tsBuilder and clean up the comment and not used method in Blockchain class. All BlockModel variables were renamed to BlockRepository
    aboimpinto committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    22cd149 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e663cc7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48a417d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. Configuration menu
    Copy the full SHA
    98cb426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba36ae0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22a5939 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

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

Commits on Oct 1, 2018

  1. Remove some exception throw because they are getting swallow by async…

    …/await pattern and all the BlockHeader now have the type = header.
    aboimpinto committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    f084888 View commit details
    Browse the repository at this point in the history
  2. Fixing unit test

    aboimpinto committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    c190933 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    983e556 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad7257a View commit details
    Browse the repository at this point in the history
  5. merge with development

    aboimpinto committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    b22c32e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    76674fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee9b4b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf0640 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    912d695 View commit details
    Browse the repository at this point in the history
  5. Fixing JSON deserialization in case of the of GenesisBlock that we ow…

    …ner is serialized as Infinity.
    aboimpinto committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    4115ccd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Configuration menu
    Copy the full SHA
    0c55c7a View commit details
    Browse the repository at this point in the history
  2. Update ECPoint.cs

    shargon committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    64d1ee4 View commit details
    Browse the repository at this point in the history
  3. Real Infinity

    shargon committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    80076ce View commit details
    Browse the repository at this point in the history