neoneo-go/pkg/smartcontract
Roman Khimov bbd802681e cli: make gas parameter to deployment add gas to the base price
That's how it was intended to behave originally. One thing questionable here
is contract price (policy thing, basically) being moved to smartcontract
package, but it's probably fine for NEO 2.0 (as it won't change) and we'll
make something better for NEO 3.0.
2020-03-11 20:34:36 +03:00
..
context smartcontract: implement (*ParameterContext).GetWitness() 2020-03-05 09:45:33 +03:00
trigger smartcontract: turn trigger types into Type 2020-03-02 17:25:27 +03:00
contract.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
contract_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
deployment_price.go cli: make gas parameter to deployment add gas to the base price 2020-03-11 20:34:36 +03:00
param_type.go smartcontract: adjust parameter value to type properly 2020-03-04 19:49:50 +03:00
param_type_test.go smartcontract: adjust parameter value to type properly 2020-03-04 19:49:50 +03:00
parameter.go smartcontract: marshal Arrays properly 2020-03-05 18:22:40 +03:00
parameter_test.go smartcontract: marshal Arrays properly 2020-03-05 18:22:40 +03:00