Revision 9a010706b0ac847a251e5c4bdeccc23c16cb16c4 authored by Arvid Jakobsson on 06 May 2020, 16:02:19 UTC, committed by Benjamin Canou on 06 May 2020, 16:02:19 UTC
Previously, node redeclared the following structures:
 - Block_validator.limits
 - Prevalidator.limits
 - Peer_validator.limits
 - Chain_validator.limits

this commit removes the alias and uses e.g. Chain_validator.limits
directly. This simplifies testing as the default limits in Node
can be re-used directly.
1 parent de18ef3
Raw File
.dockerignore

## /!\ /!\ Update .gitignore accordingly /!\ /!\

.DS_Store
__pycache__
**/*.pyc

_build
_opam
_docker_build
docs/_build
docs/api/tezos-client.html
docs/api/tezos-admin-client.html

tezos-node
tezos-validator
tezos-protocol-compiler
tezos-client
tezos-admin-client
tezos-baker-*
tezos-endorser-*
tezos-accuser-*
tezos-signer

scripts/opam-test-all.sh.DONE
scripts/create_genesis/src

docs/introduction/readme.rst
docs/api/errors.rst
docs/api/rpc.rst
docs/api/p2p.rst

src/bin_client/test/LOG.*
_coverage_output/*.coverage
_coverage_report

**/*.install
**/.merlin

**/*~
**/\#*\#

**/*.rej
**/*.orig

.idea

## Not in .gitignore

.git
.gitignore
.gitlab-ci.yml
back to top