Anna Shaleva

Results 136 issues of Anna Shaleva

# Description Implement native Notary contract. Close #2425. Depends on #3175 (will rebase this PR after #3175 merge). Tests are in progress, but the code is ready for review. ##...

waiting for review
wait technical committee

**What current issue(s) from Trello/Github does this address?** No such issues. **What problem does this PR solve?** There are a couple of public, compatible and up-to-date RPC nodes in N3...

# Description 3.7.0 (and a batch of 3.7.*) is out, which means that users can see the "Obsolete" warning for NamedCurve enum and migrate to NamedCurveHash. Close #3236. This change...

**Summary or problem description** Should be a part of 3.8. Starting from #3209 `NamedCurve` is deprecated and not needed anymore. We need to remove it. Also, this enum is used...

enhancement

**Summary or problem description** Native contract update mechanism introduced in https://github.com/neo-project/neo/pull/2942 allows to enable new methods and events starting from some hardfork, and it's good. However, we're missing the following...

enhancement
discussion
P1

**Summary or problem description** This is a discussion issue raised in https://github.com/neo-project/neo/pull/3209#discussion_r1590866452. The suggestion from @vang1ong7ang is to use `BouncyCastle` for both Secp256k1/r1 and SHA256/Keccak256 signature generation and verification instead...

discussion

**Summary or problem description** Issue migrated from https://github.com/neo-project/neo/issues/3386#issuecomment-2202514326. `Designation` RoleManagement events include only role and block height, whereas it would be useful for users to track the previous and updated...

discussion

**Summary or problem description** The last part of https://github.com/neo-project/neo/issues/3210 that requires additional discussion. It's proposed to add destroy mechanism to native contracts so that native contracts management become very similar...

Discussion

**Summary or problem description** Due to a possible bug in the node implementation, VM refcounter may become negative (e.g. like it happened in https://github.com/neo-project/neo/pull/3301#discussion_r1630795258). We need to decide how to...

Discussion
Backlog

**Summary or problem description** The original issue is described in https://github.com/neo-project/neo/pull/3299#discussion_r1630873140. If ApplicationLog has stackitem that fails to be serialized, it's replaced by the `Null` stackitem: https://github.com/neo-project/neo/blob/6e8c7308267b046fd24fa232f5d0ea35f6a07b5d/src/Plugins/ApplicationLogs/Store/LogStorageStore.cs#L164 It's not correct...

enhancement