EscanBE / evermint

Evermint is a fork of open source Evmos, maintains bug fixes, customization and enable developers to fork and transform to their chain, fully customized naming, in just 2 steps. For research and development purpose.
GNU Lesser General Public License v3.0
3 stars 3 forks source link

Problem: vesting account creation is disabled #143

Closed VictorTrustyDev closed 3 months ago

VictorTrustyDev commented 3 months ago

Vesting account creation is disabled since #128 by prohibit executing the corresponding x/auth/vesting messages.

Reason: vesting account creation can select account to create vesting, this leading to security issue that attacker can create vesting account on future-contract-address and contract address cannot be created.