ixje

Results 65 issues of ixje

**Summary or problem description** I'm in the process of syncing testnet and after syncing just ~360K blocks `neo-cli` already consumed 1GB of memory ![neo-cli_19349](https://user-images.githubusercontent.com/6625537/167371352-ead9a985-d72a-49f8-a71e-763c7cbbae41.png) It just keeps going up. I'm...

discussion

#2754 added events for candidate registration and voting. In the discussion there @roman-khimov suggested (https://github.com/neo-project/neo/pull/2754#issuecomment-1136329619) adding events for committee changes. So far I didn't see an issue for it so...

discussion

**Summary or problem description** I'm running into a case where I'm asking for the `ContractState` using the `getcontractstate` RPC call and want to convert the JSON response into the native...

discussion

**Summary or problem description** The network `Message` class selectively applies compression to its payloads https://github.com/neo-project/neo/blob/d092510d0b416f30d5dca7be9913193443bebb96/src/neo/Network/P2P/Message.cs#L69-L80 While this is beneficial for performance in general, it can be problematic when trying to...

discussion

**Describe the bug** https://github.com/neo-project/neo/pull/2307 was closed as a duplicate of https://github.com/neo-project/neo/pull/2050 while the latter was also closed without ever including the fix. I ran into a state (and gas consumption)...

**Summary or problem description** Take this contract ```python def test_func(data: bytes) -> bool: if data == b'\x01\x02': return True return False ``` which has this manifest ```json { "name": "example",...

discussion

This is a TODO for a project (see side bar) Create an inventory of useful/required API’s to interact with the blockchain without having to run a full node and propose...

high impact

This is a roadmap milestone item. See the `Roadmap` project on the side bar for more information where it fits in the bigger picture. See the `Lightweight SDK API` project...

enhancement
help wanted
high impact

This is a TODO for a project (see side bar) As part of the Lightweight SDK API we would like to have a class that eases creation of (raw) transactions....

medium impact

Add support for Rocksdb or another database like Redis. This issue depends on https://github.com/CityOfZion/neo-python/issues/895 Support for Rocksdb was once started by a user and the code is still available [here](https://github.com/CityOfZion/neo-python/issues/157)

high impact