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

merge #18

Merged
merged 12 commits into from
Feb 17, 2020
Merged

merge #18

merged 12 commits into from
Feb 17, 2020

Commits on Dec 30, 2019

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

Commits on Jan 6, 2020

  1. Add relay-block-filter (#1380)

    * add relay-block-filter
    
    * modify
    
    * modify
    
    * modify
    
    * modify
    
    Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
    ShawnYun and vncoelho committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    225948b View commit details
    Browse the repository at this point in the history
  2. Adding some comments to datacache (#1347)

    * Adding some comments to datacache
    
    * Adding Exception comment tip of @Tommo-L
    
    Co-authored-by: Shargon <shargon@gmail.com>
    vncoelho and shargon authored Jan 6, 2020
    Configuration menu
    Copy the full SHA
    6a91212 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Rename CalculateNetWorkFee() (#1401)

    joeqian10 authored and vncoelho committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    d9d54b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Use HashsetCache instead of FIFOSet for KnownHashes and SentHashes (#…

    …1389)
    
    * update
    
    * change fifoset to hashsetcache for knownhashes and senthashes
    
    * format
    
    * optimise HashSetCache
    
    * remove FIFOSet
    
    * remove FIFOSet and update ut
    
    * change List to LinkedList
    
    * remove bucket count upper limit
    
    * update exception message
    
    * Adding some comments
    
    * dotnet format
    
    * rename maxBucketCount
    
    * format
    
    * Cache count
    
    * Vitor suggestions
    
    * Update HashSetCache.cs
    
    * format
    
    * Fix
    
    * fix counting count
    
    * optimise
    
    * optimse
    
    * update List
    
    Co-authored-by: Shargon <shargon@gmail.com>
    Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
    3 people committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    040f3b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Add ContainsTransaction Recheck when ParallelVerifiedTransaction Rece…

    …ived (#1408)
    
    * add containsTx recheck
    
    * add UT
    
    * Update to just View check
    
    * update
    
    * revert
    
    * Update UT_Blockchain.cs
    
    Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
    eryeer and vncoelho committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    49b8518 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Enhance security (1) (#1403)

    * inputs validation
    
    * more validation
    
    * recover constructor in ECPoint
    
    * format
    
    * minor changes
    
    * format
    
    * changes based on review
    
    * recover validation in AesEncrypt
    cn1010 authored and shargon committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    ab4830c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Fix undefined layout behaviour, and remove pinning: Uint256 and Uint1…

    …60 (#1387)
    
    * Fix undefined layout behaviour, and remove pinning
    
    * Update UInt256.cs
    
    * Update UInt256.cs
    
    * add StructLayout
    
    * set pack=1
    
    * Explicit
    
    * Remove UIntBase
    
    * Revert constructor
    
    * add unsafe
    
    * Comment
    
    * Comment Uint256
    
    * Removing comments from value 1
    
    * Removing comments from value1
    
    Co-authored-by: Luchuan <luchuan@ngd.neo.org>
    Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
    Co-authored-by: Erik Zhang <erik@neo.org>
    Co-authored-by: Shargon <shargon@gmail.com>
    5 people committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    fc1a64b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Allow to verify import blocks (#1415)

    * Verify Import
    
    * Default true
    shargon authored Jan 17, 2020
    Configuration menu
    Copy the full SHA
    d5ec715 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. Fix notifications (#1422)

    Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
    shargon and vncoelho authored Jan 18, 2020
    Configuration menu
    Copy the full SHA
    35c73ce View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

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

Commits on Feb 11, 2020

  1. Fix dotnet-format (#1443)

    shargon authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    331e485 View commit details
    Browse the repository at this point in the history