neoneo-go/pkg/core/native
Roman Khimov 7e586cc6ab native: deduce transferred assets from sender on transfer
When money is being sent usually they go away from someone's pocket, so that
there is a little less money left there. Not in our case as it turns out, we
actually were adding money both to sender and receiver which is nice, but a
bit different from usual economic's expectations.
2020-06-05 19:20:16 +03:00
..
contract.go vm: hide GetContextScriptHash() method 2020-05-04 11:53:31 +03:00
interop.go native: save native contract state on deploy 2020-05-07 14:03:14 +03:00
native_gas.go core: add SystemFee and NetworkFee to transaction 2020-05-20 23:26:48 +03:00
native_neo.go core: sort results of Storage.Find and NEO.getRegisterValidators 2020-05-29 17:33:01 +03:00
native_nep5.go native: deduce transferred assets from sender on transfer 2020-06-05 19:20:16 +03:00
validators_count.go core/native: move ValidatorsCount processing into native NEO contract 2020-04-27 12:30:39 +03:00