Claude Muller
Claude Muller
**Summary or problem description** I'm just curious what the rationale is behind the restriction of integers to max 2^53-1 when serializing to JSON? Specifically, the restriction became an issue when...
- [x] #821 - [x] #828 - [x] #831 - [ ] #848 - [ ] (NeoFS SDK: Create PoC implementation for reputation) - [x] #870 - [ ] #871...
Outcome: - [x] new branch on neow3j repo - [x] create a new module on neow3j code - [ ] code skeleton of how developers would use the module (e.g.,...
The [`ContractParameter`](https://github.com/neow3j/neow3j/blob/main/core/src/main/java/io/neow3j/types/ContractParameter.java) class in neow3j is very prominent since it's used in contract invocations. An instance of a `ContractParameter` represents a parameter/argument to a method on a contract. Intuitively parameters...
A new draft of the Debug Info Scheme for the Neo Debugger was released at https://github.com/neo-project/proposals/pull/151. We should review it and determine if we should update the neow3j compiler to...
Neow3j devpack handles equality inconsistently. Some classes have two `equals` methods of which one only does a comparison by reference on the NeoVM and the other one attempts to do...
In its latest pre-release, the Neo Debugger supports a storage schema concept that should soon be included in a normal release of the debugger. Neow3j needs to be updated to...
Add annotations `Struct`, `SmartContract`, `Library`. The goal is to make it clearer which classes can be called and which not. For example, a developer could use the class BigInteger of...