Claude Muller
Claude Muller
Evaluate necessary changes: https://github.com/neo-project/neo-debugger/blob/master/docs/storage-schema-overview.md
Context: The Neo Node RPC methods `sendfrom`, `sendmany`, `sendtoaddress`, `canceltransaction` produce two different responses depending if all necessary signatures can be automatically collected on the node. Each of these method...
Redesign the neow3j compiler. It should support the concept of contracts as class instances in comparison to how it works now. Features: - Replace static methods and variables with instance...
For developers it would be nice if they could call a `subscribeToEvents(Hash160 contractHash)` method to track the events/notifications of a contract instead of using `subscribeToNewBlocksObservable` and filtering for the notifications...
With the goal of getting user feedback for neow3j, we should create a user feedback form (e.g., with Tally) and add it to the repo README and possibly also to...
We need a functionality that allows the user of the wallet-adapt to react on network changes (e.g., changing from mainnet to testnet) and wallet changes. Currently the adapter simply disconnects...
The helper class `io.neow3j.devpack.Account` in the devpack should be renamed to something like `AccountUtils`. With the current name it can mistakenly be used as an actual account class, representing an...
A tool like spotless could be used. Note that this configuration will have to be conformant with the auto-formatting setup in IDEs that some devs might already use.