Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTXO DoS Vulnerability Fix #191

Merged
merged 3 commits into from
May 31, 2020
Merged

UTXO DoS Vulnerability Fix #191

merged 3 commits into from
May 31, 2020

Conversation

cmontag
Copy link
Contributor

@cmontag cmontag commented May 29, 2020

Changed address-indexed database with UTXO list as value to address-prefixed database with UTXO as key. Should fix DoS vulnerability by maintaining constant time operations with UTXOs.

#5

@codecov
Copy link

codecov bot commented May 29, 2020

Codecov Report

Merging #191 into master will increase coverage by 0.02287%.
The diff coverage is 4.16667%.

@@                 Coverage Diff                 @@
##              master        #191         +/-   ##
===================================================
+ Coverage   61.87164%   61.89451%   +0.02286%     
===================================================
  Files            244         244                 
  Lines          15815       15793         -22     
===================================================
- Hits            9785        9775         -10     
+ Misses          5224        5212         -12     
  Partials         806         806                 

@StephenButtolph StephenButtolph merged commit 33eca06 into ava-labs:master May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants