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

Typo Fix: "Transcation" to "Transaction" #4248

Merged
merged 4 commits into from
Sep 17, 2022

Conversation

algoganesh
Copy link
Contributor

Summary

Fixed "Transcation" typo

Test Plan

@algoganesh algoganesh linked an issue Jul 8, 2022 that may be closed by this pull request
@algoganesh algoganesh changed the title Fix "Transcation" typo Typo Fix: "Transcation" to "Transaction" Jul 8, 2022
@algoganesh algoganesh requested a review from winder July 11, 2022 15:17
// VerifiedTranscationsCacheSize defines the number of transactions that the verified transactions cache would hold before cycling the cache storage in a round-robin fashion.
VerifiedTranscationsCacheSize int `version[14]:"30000"`
// VerifiedTransactionsCacheSize defines the number of transactions that the verified transactions cache would hold before cycling the cache storage in a round-robin fashion.
VerifiedTransactionsCacheSize int `version[14]:"30000"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I don't think we can change this one. Since it's in the config file it could break existing configs.

@algorandskiy do you know if there's a way to fix this typo?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We would have to introduce both names, and have one copy its value to the other at startup time, and error if they were both set

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you revert this part of the change and we can fix just the other typos?

@codecov
Copy link

codecov bot commented Jul 29, 2022

Codecov Report

Merging #4248 (0134181) into master (8d9c8e4) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4248      +/-   ##
==========================================
- Coverage   55.35%   55.30%   -0.06%     
==========================================
  Files         395      395              
  Lines       50143    50143              
==========================================
- Hits        27759    27731      -28     
- Misses      20011    20035      +24     
- Partials     2373     2377       +4     
Impacted Files Coverage Δ
data/transactions/verify/verifiedTxnCache.go 77.55% <ø> (ø)
ledger/internal/eval.go 67.24% <100.00%> (ø)
ledger/tracker.go 76.95% <0.00%> (-3.92%) ⬇️
network/wsPeer.go 68.21% <0.00%> (-3.02%) ⬇️
ledger/blockqueue.go 82.18% <0.00%> (-2.88%) ⬇️
catchup/service.go 70.12% <0.00%> (-0.75%) ⬇️
network/wsNetwork.go 64.89% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

@algoganesh algoganesh requested a review from winder July 29, 2022 17:01
@winder winder requested a review from cce August 29, 2022 20:30
@winder winder requested a review from algorandskiy September 16, 2022 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Correct the spelling of "Transaction"
4 participants