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

Removing SimplePolicy plugin #110

Merged
merged 8 commits into from
Jul 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,5 @@ osx_image: xcode9.1
mono: none
dotnet: 2.1.300

before_install:
- cd SimplePolicy.UnitTests
vncoelho marked this conversation as resolved.
Show resolved Hide resolved
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ulimit -n 2048; fi

script:
script:
- dotnet restore
- dotnet test
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A set of plugins that can be used inside the NEO core library. Check [here](http://docs.neo.org/en-us/node/plugin.html) for the official documentation.

## Using plugins
Plugins can be used to increase functionality, as well as providing policies definitions of the network.
Plugins can be used to increase functionality, as well as providing policies definitions of the network.
One common example is to add the ApplicationLogs plugin in order to enable your node to create log files.

To configure a plugin, do the following:
Expand Down Expand Up @@ -39,8 +39,5 @@ Plugin that enables NEP5 tracking using LevelDB.
### RPC Security
Improves security in RPC nodes.

### Simple Policy
Enables policies for Consensus or Seed Nodes. In particular, policies for accepting transactions in the mempool and managing them.

### StatesDumper
Exports NEO-CLI status data \(useful for debugging\).
28 changes: 0 additions & 28 deletions SimplePolicy.UnitTests/SimplePolicy.UnitTests.csproj

This file was deleted.

171 changes: 0 additions & 171 deletions SimplePolicy.UnitTests/UT_SimplePolicy.cs

This file was deleted.

30 changes: 0 additions & 30 deletions SimplePolicy.UnitTests/protocol.json

This file was deleted.

14 changes: 0 additions & 14 deletions SimplePolicy/Helper.cs

This file was deleted.

60 changes: 0 additions & 60 deletions SimplePolicy/Settings.cs

This file was deleted.

21 changes: 0 additions & 21 deletions SimplePolicy/SimplePolicy.csproj

This file was deleted.

12 changes: 0 additions & 12 deletions SimplePolicy/SimplePolicy/config.json

This file was deleted.

Loading