From 9e106a8f31c070d0be614eb5208115d60c010b65 Mon Sep 17 00:00:00 2001 From: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:04:26 +0800 Subject: [PATCH 1/2] fix readme (#869) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91e0aa3b4..d8262f759 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,12 @@ You can also use `RocksDBStore` in the NEO system by modifying the default stora ### RpcServer Plugin for hosting a RpcServer on the neo-node, being able to disable specific calls. -### RpcNep17Tracker -Plugin that enables NEP17 tracking using LevelDB. +### TokensTracker +Plugin that enables NEP11 and NEP17 tracking using LevelDB. This module works in conjunction with RpcServer, otherwise, just local storage (on leveldb) would be created. ## C# SDK ### RpcClient The RpcClient Project is an individual SDK that is used to interact with NEO blockchain through NEO RPC methods for development using. The main functions include RPC calling, Transaction making, Contract deployment & calling, and Asset transfering. -It needs a NEO node with the `RpcServer` plugin as a provider. And the provider needs more plugins like `RpcNep17Tracker` and `ApplicationLogs` if you want to call RPC methods supplied by the plugins. +It needs a NEO node with the `RpcServer` plugin as a provider. And the provider needs more plugins like `TokensTracker` and `ApplicationLogs` if you want to call RPC methods supplied by the plugins. From 0ff2b709ba46c79bb42eb575cebec7b2dec7d0ae Mon Sep 17 00:00:00 2001 From: Shargon Date: Thu, 11 Jan 2024 13:06:50 +0300 Subject: [PATCH 2/2] Update nugets (#868) Co-authored-by: Jimmy --- src/RocksDBStore/RocksDBStore.csproj | 2 +- src/SQLiteWallet/SQLiteWallet.csproj | 2 +- tests/Neo.Network.RPC.Tests/Neo.Network.RPC.Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/RocksDBStore/RocksDBStore.csproj b/src/RocksDBStore/RocksDBStore.csproj index d098bb8d3..718fbd5e2 100644 --- a/src/RocksDBStore/RocksDBStore.csproj +++ b/src/RocksDBStore/RocksDBStore.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/SQLiteWallet/SQLiteWallet.csproj b/src/SQLiteWallet/SQLiteWallet.csproj index f48e3f403..2cac0cbd7 100644 --- a/src/SQLiteWallet/SQLiteWallet.csproj +++ b/src/SQLiteWallet/SQLiteWallet.csproj @@ -7,7 +7,7 @@ - + diff --git a/tests/Neo.Network.RPC.Tests/Neo.Network.RPC.Tests.csproj b/tests/Neo.Network.RPC.Tests/Neo.Network.RPC.Tests.csproj index 5b290d034..73e7a531a 100644 --- a/tests/Neo.Network.RPC.Tests/Neo.Network.RPC.Tests.csproj +++ b/tests/Neo.Network.RPC.Tests/Neo.Network.RPC.Tests.csproj @@ -4,7 +4,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive