neoneo-go/pkg
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
..
compiler compiler: do not load map key twice in for-range loop 2020-06-22 13:43:59 +03:00
config *: use MaxTransactionsPerBlock from Policy native contract 2020-06-24 07:58:05 +03:00
consensus *: use MaxTransactionsPerBlock from Policy native contract 2020-06-24 07:58:05 +03:00
core *: use MaxTransactionsPerBlock from Policy native contract 2020-06-24 07:58:05 +03:00
crypto smartcontract: use new VerifiableDecodable for ParameterContext 2020-06-18 12:12:56 +03:00
encoding *: change address to the new format 2020-06-17 15:58:21 +03:00
internal block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
interop compiler: implement missing System.Contract.* interops 2020-06-17 11:38:34 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network core: add native policy contract 2020-06-24 07:35:07 +03:00
rpc core: store smartcontract items by id 2020-06-19 20:48:45 +03:00
smartcontract smartcontract: rename ByteArray to ByteString in JSON for smartcontract parameters 2020-06-19 11:38:56 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm: fix Log and Notify default interop prices 2020-06-19 12:58:33 +03:00
wallet *: change address to the new format 2020-06-17 15:58:21 +03:00