Claude Muller
Claude Muller
The devpack and compiler currently use a Neo privatenet docker image to do integration tests for compiler and devpack functionality. The devpack-dotnet project now provides a Testengine executable which can...
If a developer wants to interact with a smart contract that deviates from standard interfaces defined in NEPs she has to call contract methods either by using `SmartContract.invokeFunction(...)` with the...
Even though the neow3j compiler works on JVM bytecode level, support for Kotlin requires some adaptations and extensions. - Translate all unit and integration tests to Kotlin. This is partially...
When compiling a faulty smart contract it would be much cleaner and more helpful for the developer to see compiler errors in VS Code's "Problems" instead of getting an exception...
The Maven plugin can be used inside of a Maven project and should provide something like a `compileNeo` task that compiles the smart contract contained in the Maven project to...
Neow3j should offer a BIP-44 compatible wallet API that allows developers to create and manage wallets in the style proposed in BIP-44 which is based on BIP-32. BIP-32 functionality has...
The initial intent was to simply fix one thing: In `BlockPolling.run(...)`, errors where not passed on to the subscribers. I ended up trying to understand the whole Rx code, and...
If all Neo nodes use the same error codes for invocations then we can create a enum of theses errors in neow3j and use it when we throw exceptions e.g.,...
- [ ] #865 - [ ] #866 - [ ] #596 The new schema can be found [here](https://github.com/neo-project/proposals/pull/151)
Create documentation on how to setup up neow3j for contributing changes. This should include: - What software to install (e.g., which Java version, recommended IDE) - Checking out the repository...