neo-go/pkg
Roman Khimov db027ad9c5 vm: zero GAS means no GAS, use fee data to properly limit execution
We were accepting transactions with zero system fee, but we shouldn't do
that. Also, transaction's verification execution has to be limited by network
fee.
2020-07-14 08:37:29 +03:00
..
compiler compiler: allow to append multiple elements 2020-07-09 13:59:43 +03:00
config config: allow to specify config path directly 2020-07-03 11:47:56 +03:00
consensus vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
core vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
crypto Merge pull request #1115 from nspcc-dev/fix/convert 2020-07-10 19:27:36 +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 interop/runtime: synchronize trigger values with smartcontract/trigger 2020-07-07 20:25:52 +03:00
io io: make maxArraySize public 2020-06-27 12:18:56 +03:00
network core: use big.Int to store NEP5 balances 2020-07-09 13:26:39 +03:00
rpc vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
smartcontract vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
wallet wallet: marshal script in base64 2020-07-02 11:43:53 +03:00