Skip to content

Commit

Permalink
Removing SimplePolicy plugin (#110)
Browse files Browse the repository at this point in the history
* Clean SimplePolicy

* Removing travis

* Completely removing SimplePolicy

* Updating readme

* Re-adding travis

* Dotnet restore on Travis

* Cleaning .sln

* Cleaning SP-UT
  • Loading branch information
vncoelho authored Jul 31, 2019
1 parent 9618682 commit c836031
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 469 deletions.
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
- 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

0 comments on commit c836031

Please sign in to comment.