Anna Shaleva
|
c013522296
|
core: remove native contracts' name method
We have `name` in contract manifest.
|
2020-11-25 18:37:29 +03:00 |
|
Anna Shaleva
|
2fee69f26f
|
core: add missing onPersist and postPersist methods to natives
Although not every contract is persisted (see
https://github.com/neo-project/neo/blob/master/src/neo/Ledger/Blockchain.cs#L94)
we have to add `onPersist` and `postPersist` methods to every
native contract in order to display them in manifest for users and
follow C# behaviour. In C# there are `onPersist` and `postPersist`
methods in base native contract class, see
https://github.com/neo-project/neo/blob/master/src/neo/SmartContract/Native/NativeContract.cs#L141
and
https://github.com/neo-project/neo/blob/master/src/neo/SmartContract/Native/NativeContract.cs#L148
|
2020-11-25 18:37:29 +03:00 |
|
Anna Shaleva
|
b00eb51c55
|
core: add P2PNotary designated role
|
2020-11-24 18:47:09 +03:00 |
|
Roman Khimov
|
286d9185f4
|
smartcontract: remove contract features
We're featureless now, all contracts have access to storage and payable status
is to be determined via new NEP. Follow neo-project/neo#2060.
|
2020-11-13 21:26:23 +03:00 |
|
Roman Khimov
|
9e781bff47
|
native: implement designate contract history retention
Follow neo-project/neo#2007. Fix getDesignatedByRole price along the way.
|
2020-11-06 13:46:40 +03:00 |
|
Anna Shaleva
|
7c232e2ddc
|
core: add max nodes count restriction to designate contract
|
2020-10-22 11:32:02 +03:00 |
|
Evgenii Stratonikov
|
42ff4a8fc7
|
native: provide name method for all contracts
|
2020-10-09 15:06:28 +03:00 |
|
Evgenii Stratonikov
|
c468c02ef5
|
native: implement Designate contract
|
2020-10-02 11:03:25 +03:00 |
|