Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
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: neo-project/neo-modules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.0
Choose a base ref
...
head repository: neo-project/neo-modules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.0
Choose a head ref
  • 16 commits
  • 163 files changed
  • 13 contributors

Commits on Jan 2, 2023

  1. update to net7.0 (#783)

    * update to net7.0
    
    * update workflow
    Jimmy authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    41eab98 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. update copyright (#784)

    Co-authored-by: Shargon <shargon@gmail.com>
    Jimmy and shargon authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f3aa665 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. init (#790)

    Ashuaidehao authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d00d90b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

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

Commits on Mar 27, 2023

  1. Fix rpc client (#794)

    * fix RpcClient
    
    * fix
    
    * fix bool
    superboyiii authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    b8b1b48 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Complete storage unit test (#793)

    * Test complete
    
    * Add MemoryStore
    
    * Improve UT
    
    ---------
    
    Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
    shargon and vncoelho authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4b3a76e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. update format and fix some comments (#796)

    * update format and fix some fomments
    
    * remove redundant
    
    ---------
    
    Co-authored-by: Shargon <shargon@gmail.com>
    Jimmy and shargon authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5deb20b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. add codeql (#798)

    Co-authored-by: Shargon <shargon@gmail.com>
    Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
    3 people authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4e31068 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on Jul 12, 2023

  1. Add Oracle limit (#800)

    * Add oracle limit
    
    * AnnaShaleva review
    
    * Update src/OracleService/Protocols/OracleHttpsProtocol.cs
    
    Co-authored-by: Erik Zhang <erik@neo.org>
    
    * Add Response length
    
    * Update src/OracleService/Protocols/OracleHttpsProtocol.cs
    
    Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
    
    * New version
    Extracted from: https://github.com/microsoft/referencesource/blob/51cf7850defa8a17d815b4700b67116e3fa283c2/System/net/System/Net/Http/HttpContent.cs#L91
    
    * Fix
    
    * Clean
    
    * Read one more
    
    * oracle: neofs result size limit (#803)
    
    * Enforce UTF8
    
    * Update src/OracleService/Protocols/OracleHttpsProtocol.cs
    
    Co-authored-by: Anna Shaleva <shaleva.ann@gmail.com>
    
    ---------
    
    Co-authored-by: Erik Zhang <erik@neo.org>
    Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
    Co-authored-by: ZhangTao <zhangtao@ngd.neo.org>
    Co-authored-by: Anna Shaleva <shaleva.ann@gmail.com>
    5 people authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    99ffc84 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. rpc: add FindStorage (#805)

    * add FindStorage
    
    * Make PageSize configurable in settings
    
    * revert project file changes
    
    * Remove empty lines
    
    ---------
    
    Co-authored-by: Shargon <shargon@gmail.com>
    ixje and shargon authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4610b64 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. RpcServer: added GetContractState by contract id support (#813)

    * Changed GetContractState rpc method to allow contract ids
    
    * Add support to getcontractstate by id in rpcclient
    
    ---------
    
    Co-authored-by: Christopher R. Schuchardt <Chris.Schuchardt@pcworldinc.com>
    cschuchardt88 and Christopher R. Schuchardt authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c0de35f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. DBFTPlugin: adapt Conflicts attribute verification (#802)

    * DBFTPlugin: adapt Conflicts attribute verification
    
    Depends on neo-project/neo#2818, see the
    neo-project/neo#2818 (comment).
    
    Signed-off-by: Anna Shaleva <anna@nspcc.ru>
    
    * Fix Conflicts attribute verification
    
    Fetch the update from core: neo-project/neo#2818 (comment).
    
    * Fetch on-chain conflict signer fix from core
    
    Use new API from neo-project/neo@ee7333f.
    
    ---------
    
    Signed-off-by: Anna Shaleva <anna@nspcc.ru>
    Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
    Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
    Co-authored-by: Jimmy <jinghui@wayne.edu>
    4 people authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    906b3f2 View commit details
    Browse the repository at this point in the history
  2. 3.6.0

    superboyiii committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b561d03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d542319 View commit details
    Browse the repository at this point in the history
  4. update

    superboyiii committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    718e72e View commit details
    Browse the repository at this point in the history
Loading