proposals
proposals copied to clipboard
NEO Enhancement Proposals
Please add more implementation references.
This is a proposal for a new ABI standard replacing NEP-14. It solves the problem of opaque Array, Map and InteropInterface types allowing to provide more specific details about them....
## Problem Statement Currently, the NEO ecosystem lacks a standardized callback mechanism for smart contracts to handle incoming NEP-17 token transfers. This leads to fragmented and less secure implementations across...
I am working on some tools for blockchain and Neo, but part of this requires that users are able to validate ownership on the chain. its common for developers to...
The community and I had a discussion on discord. How `NEP-17` is **VERY** unclear for `symbol` method. Now `NEP-17` states: >Returns a short string representing symbol of the token managed...
Based on EIP-712, propose neo's standard meta transaction format. Major difference: chainId = > networkId, data = > script. '''Data Structures''': * '''Domain''': ** `networkId`: Integer representing the NEO network...
https://github.com/neo-project/neo-debugger/issues/198
[NEP-15](https://github.com/neo-project/proposals/blob/master/nep-15.mediawiki) [defines](https://github.com/neo-project/proposals/blob/master/nep-15.mediawiki#group) the concept of a "group": > A Group is identified by a public key and must be accompanied by a signature for the contract hash to prove that...
We need a way to `id` LP tokens on the network. There is many reasons why to have this. Like https://eips.ethereum.org/EIPS/eip-7621