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

chore(core-transaction-pool): update better-sqlite3 to version 5.2.0 #1739

Merged
merged 3 commits into from
Dec 15, 2018

Conversation

faustbrian
Copy link
Contributor

No description provided.

@ghost ghost assigned faustbrian Dec 15, 2018
@ghost ghost added the review label Dec 15, 2018
@codecov-io
Copy link

Codecov Report

Merging #1739 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1739   +/-   ##
========================================
  Coverage    39.51%   39.51%           
========================================
  Files          353      353           
  Lines         7671     7671           
  Branches      1079     1119   +40     
========================================
  Hits          3031     3031           
+ Misses        4626     4623    -3     
- Partials        14       17    +3
Impacted Files Coverage Δ
packages/core-deployer/src/utils.ts 0% <0%> (ø) ⬆️
packages/core-logger-winston/src/formatter.ts 0% <0%> (ø) ⬆️
packages/core-test-utils/src/generators/wallets.ts 85.71% <0%> (ø) ⬆️

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 9c545bc...70bb33b. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Dec 15, 2018

Codecov Report

Merging #1739 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1739   +/-   ##
========================================
  Coverage    39.48%   39.48%           
========================================
  Files          353      353           
  Lines         7673     7673           
  Branches      1089     1100   +11     
========================================
  Hits          3030     3030           
+ Misses        4628     4626    -2     
- Partials        15       17    +2
Impacted Files Coverage Δ
packages/core-deployer/src/utils.ts 0% <0%> (ø) ⬆️
packages/core-logger-winston/src/formatter.ts 0% <0%> (ø) ⬆️

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 e42f4c7...df0c58f. Read the comment docs.

@spkjp spkjp self-requested a review December 15, 2018 16:41
@ghost ghost assigned spkjp Dec 15, 2018
@spkjp spkjp merged commit 3b43057 into develop Dec 15, 2018
@ghost ghost removed the review label Dec 15, 2018
@spkjp spkjp deleted the greenkeeper/default/better-sqlite3-5.2.0 branch December 15, 2018 16:56
spkjp added a commit that referenced this pull request Dec 17, 2018
…ocess queue on fork (#1732)

* refactor: remove misleading log output

* refactor: move block exception check

* fix: reset queue at the beginning of fork recovery

* refactor: drop process queue after disregarding unchained block

* fix: update blocks from current round after recovery

* fix: check if received block contains forged transactions

* refactor: only fork when downloaded block cannot be chained with last accepted block

* refactor: only check forged transactions if it is a chained block

* test: fix

* fix(core-p2p): call updateNetworkStatusIfNotEnoughPeers in the correct context (#1737)

* refactor(core-p2p): replace the network update timeout with a period check (#1738)

* refactor(core-p2p): replace the network update timeout with a period check

* refactor(core-p2p): only sett the last network timeout if it is not set or expired

* chore(core-p2p): remove pTimeout dependency

* refactor: change name and make sure the next network update is scheduled

* chore(package): update better-sqlite3 to version 5.2.0 (#1739)

* test(core-utils): increase coverage (#1742)

* test(core-debugger-cli): increase coverage (#1743)

* chore: update @babel/core and @babel/preset-env (#1740)

* chore(package): update @babel/core to version 7.2.2

* chore(package): update @babel/preset-env to version 7.2.0

* chore(package): update lockfile yarn.lock

* chore: update yarn.lock

* test(crypto): increase identity coverage (#1744)

* test(crypto): increase handler coverage (#1745)

* test(crypto): increase handler coverage (#1746)

* test(crypto): increase multi signature/payment coverage (#1747)

* docs: changelog and readme formatting (#1824)

* refactor: rename resetQueue

* fix: only care about missing blocks when process queue is empty

* refactor: reword log message

* refactor: move fork into function

* fix: accept internal blocks even if in fork state

* fix: dont show peer tracker after init

* refactor: remove useless forked flag
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.

None yet

3 participants