Releases: EOSIO/patroneos
Releases · EOSIO/patroneos
v2.0.0 - API Incompatible Release
v1.1.0 - Feature Release
v1.0.4 - Feature Modification Release
- Changes the default behavior of the validateMaxTransactions middleware to be disabled if it has not been configured (#34).
v1.0.3 - Bug Fix Release
- Fixed an issue where cleos would return an error on some RPC requests when being proxied through Patroneos (EOSIO/eos#3947)
v1.0.2 - Bug Fix Release
v1.0.2-rc.2 - Bug Fix Release
This release contains a fix for issue #31.
v1.0.2-rc.1 - Bug Fix Release
- Fixed issue #26
- Added the ability to restrict the maximum number of transactions contained within a single request
v1.0.1 - Bug Fix Release
- Fixes a bug where the headers were not appropriately forwarded from nodeos
v1.0.0 - Initial Release
The initial release of Patroneos supports filtering requests based on the following rules:
- The body provided can be parsed into a JSON object.
- The number of signatures on the transaction are not greater than the defined maximum.
- The contract is not in a list of blacklisted contracts.
- The size of the transaction data does not exceed the defined maximum.
It also supports running in advanced mode that works in coordination with fail2ban to drop requests from repeat offenders.