Semi-deterministic, complex/large chain spammer #6
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/tx-spammer#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "auto_tx_gen_and_send"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
"Semi"-deterministic, as while this (given the same input) will always deploy the same contracts, make the same eth transfers, and contract calls, it is still sending the txs over wire to a remote miner where uncertainty is introduced.
Put
function with to insert values into unique storage slotsmapping(address => uint256) growableMap;
which can be modified with a functionPut(address addr, uint256 val)
; in the future this can be made more configurable/generalizableThis work is towards completing VOC11