Skip to content

Improve transaction pool #673

Closed
Closed
@obscuren

Description

@obscuren

In order to prevent some DOS attacks we need to make the following changes to the block pool

  • Check if sender account exist
  • Check sufficient upfront payment
  • Check intrinsic gas
  • tx.nonce >= account.nonce

For now we'll allow the transaction nonce to be greater than the account nonce. This is easily upgradable if necessary.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions