Hein Dauven
Hein Dauven
#### Summary Scenario 4 of the Economic Model describes the business case where a contract might benefit from the volume of transacted assets, such as DEXs, Zedger tokens, bulletin-boards. Contracts...
#### Summary The current Dockerfile configuration runs the Rusk node as an ephemeral node. To enhance both our testing flexibility and to allow the community to run dockerized instances against...
#### Summary Currently, host functions do not have a "fair" price attached to them. Storage is priced solely based on the computation of memory allocation. This approach is most likely...
#### Summary To allow for compatibility with Ethereum signatures for certain use cases, we should introduce host functions for the Keccak256 hashing algorithm and the secpk256k1 signature curve used in...
#### Summary With Cranelift, it is currently possible for a malicious actor to do a JIT bomb. Wasmtime currently provides a single-pass compiler that should prevent this called Winch. ####...
#### Summary The Transfer Contract servers as an entry point within Dusk. As such, (external) developers might want to interface with it or build tools around it. #### Possible solution...
#### Summary Integrate the DUSK migration contract for BEP20 and ERC20 DUSK tokens . This requires the creation of an ABI for the `migration` function on the DUSK migration contract,...
#### Summary Add support for EVM-compatible wallets to allow users to interact with the web wallet. This will make it easier for users to migrate their DUSK over, since they...
#### Summary When looking into Rusk, it's not immediately clear how all the modules connect. These modules also lack any further documentation about what the module entails and how it...
#### Summary With the introduction of Moonlight, our account-based transaction model, users will now have an additional method for creating transactions. This new transaction approach is similar to public chains...