neoneo-go/pkg/config
Anna Shaleva 8de0332107 *: use MaxTransactionsPerBlock from Policy native contract
part of #904

1. We now have MaxTransactionsPerBlock set in native Policy contract,
   so this value should be used in (dbft).GetVerified method instead
   of passing it as an argument.
2. Removed (dbft).WithTxPerBlock.
2. DBFT API has changed, so update it's version.
3. Removed MaxTransactionsPerBlock from node configuration, as we
   have it set in native Policy contract.
2020-06-24 07:58:05 +03:00
..
netmode netmode: use non-zero unittest network 2020-06-18 12:10:12 +03:00
application_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
config.go config: move NetMode into its own micropackage 2020-06-18 12:09:57 +03:00
protocol_config.go *: use MaxTransactionsPerBlock from Policy native contract 2020-06-24 07:58:05 +03:00