You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#258 's feature has the potential for a DDoS attack. If there is no gas fee for the chain, an attacker can generate a lot of traffic by generating a lot of keys and sending tx.
Even if there is a gas fee, a tx sender need to receive coins from someone because sender need to have a certain amount of coins to pay for gas fee. At this time, since accountNumber is created in the existing system, there is no case where tx can be transmitted without accountNumber. So there is no need for a new signature mechanism using the existing sig_block_height.
Summary
Rollback
new signing mechanism
Problem Definition
#258 's feature has the potential for a DDoS attack. If there is no gas fee for the chain, an attacker can generate a lot of traffic by generating a lot of keys and sending tx.
Even if there is a gas fee, a tx sender need to receive coins from someone because sender need to have a certain amount of coins to pay for gas fee. At this time, since
accountNumber
is created in the existing system, there is no case where tx can be transmitted withoutaccountNumber
. So there is no need for a new signature mechanism using the existingsig_block_height
.Proposal
Rollback #258 issue (fixed by #265 )
For Admin Use
The text was updated successfully, but these errors were encountered: