neoneo-go/pkg/core
Roman Khimov 81d89cd502 core: fix SystemFee calculation for Invocation TXes
They have it specified right in the transaction. Unfortunately, this little
change rendered invalid our RPC test chain, but I think it became even better
after it, especially given that chain generation is a nice test by itself, so
it should be running as a regular test.
2020-03-04 19:23:23 +03:00
..
block *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
mempool *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
state *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
storage *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
test_data Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
transaction util: rename Int64Value to IntegralValue, add FractionalValue 2020-03-04 19:23:23 +03:00
blockchain.go core: fix SystemFee calculation for Invocation TXes 2020-03-04 19:23:23 +03:00
blockchain_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
blockchainer.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
cacheddao.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
cacheddao_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
dao.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
dao_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
gas_price.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
gas_price_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
header_hash_list.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
helper_test.go core: fix SystemFee calculation for Invocation TXes 2020-03-04 19:23:23 +03:00
interop_neo.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
interop_neo_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
interop_system.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
interops.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
interops_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
prometheus.go core: refactor out MemPool 2020-01-16 10:16:24 +03:00
spent_coin_state.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
spent_coin_state_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
uint32.go *: goimports 2019-12-17 14:51:28 +03:00
unspent_coin_state.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
unspent_coint_state_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
util.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
util_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00