Roman Khimov
|
3070c2e7fc
|
examples: polish iterator
Use read only context where appropriate, shorten notifications, fix comment.
|
2022-03-23 22:05:40 +03:00 |
|
Roman Khimov
|
1d1b4d4c18
|
examples: extend iterator with more storage options
|
2022-03-23 22:04:17 +03:00 |
|
Roman Khimov
|
42a9d3d7b8
|
nef: add Source field
Follow neo-project/neo#2605.
|
2021-09-24 00:19:37 +03:00 |
|
Evgeniy Stratonikov
|
2130e17f0c
|
core,vm: remove System.Enumerator.* interops
Map iterator now returns key-value pair, while array/byte-array
iterators work like old enumerators.
Follow neo-project/neo#2190.
|
2021-01-15 21:11:32 +03:00 |
|
Evgenii Stratonikov
|
75a9a42403
|
compiler: check emitted event names
Check that all `Notify` invocations in source correspond to some event
in manifest.
Helpful for typos such as `transfer` instead of `Transfer`.
|
2020-11-26 13:49:58 +03:00 |
|
Evgenii Stratonikov
|
c849176be7
|
manifest: include contract Name
|
2020-11-24 11:23:44 +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 |
|
Anna Shaleva
|
de8db692f4
|
examples: add .yml configuration files
|
2020-08-11 13:42:06 +03:00 |
|