Hein Dauven

Results 44 issues of 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...

type:feature
module:rusk

#### 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...

type:enhancement

#### 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...

type:enhancement

#### 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...

type:feature

#### 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. ####...

fix:vulnerability
type:rfc

#### 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...

type:docs
module:contracts

#### 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,...

type:feature
module:web-wallet

#### 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...

type:feature
module:web-wallet

#### 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...

type:docs
module:rusk

#### 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...

type:feature