Skip to content

Conversation

@rainydio
Copy link
Contributor

Summary

Related to #3499

  • Temp wallet repository is renamed into wallet repository clone
  • Added copy-on-write wallet repository/ Actually it isn't copy-on-write, but copy-on-read and with many asterisks.

Although pool would really benefit from proper copy-on-write implementation. This particular, quite limited one is enough for current use. Eventually it will be replaced.

Checklist

  • Ready to be merged

* Temp wallet repository is renamed into wallet repository clone
* Added copy-on-write wallet repository/ Actually it isn't copy-on-write, but copy-on-read and with many asterisks.

Although pool would really benefit from proper copy-on-write implementation. This particular, quite limited one is enough for current use. Eventually it will be replaced.
@codecov
Copy link

codecov bot commented Feb 14, 2020

Codecov Report

Merging #3501 into 3.0 will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              3.0    #3501      +/-   ##
==========================================
+ Coverage   47.15%   47.19%   +0.03%     
==========================================
  Files         535      536       +1     
  Lines       13605    13594      -11     
  Branches     1848     1846       -2     
==========================================
  Hits         6416     6416              
+ Misses       7160     7149      -11     
  Partials       29       29              
Impacted Files Coverage Δ
packages/core-transaction-pool/src/memory.ts 0.00% <0.00%> (ø) ⬆️
packages/core-transaction-pool/src/cleaner.ts 0.00% <0.00%> (ø) ⬆️
packages/core-transaction-pool/src/connection.ts 0.00% <0.00%> (ø) ⬆️
...ages/core-transaction-pool/src/service-provider.ts 0.00% <0.00%> (ø) ⬆️
.../core-state/src/wallets/wallet-repository-clone.ts 0.00% <0.00%> (ø)
...ate/src/wallets/wallet-repository-copy-on-write.ts 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c558ddd...88a3295. Read the comment docs.

@faustbrian faustbrian merged commit b87899a into 3.0 Feb 14, 2020
@ghost ghost deleted the refactor/core-state/wallet-repositories branch February 14, 2020 04:42
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.

3 participants