Sifchain / sifnode

SifNode - The future of Defi
Other
108 stars 118 forks source link

Bump truffle from 5.1.48 to 5.6.4 in /ui #3366

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps truffle from 5.1.48 to 5.6.4.

Release notes

Sourced from truffle's releases.

v5.6.4 — Peanut Panna Cotta

Hello there 👋

Back at it with our weekly Truffle release. Celebrate the enhancements and bug fixes with a jiggly peanut panna cotta.

To start, let's put our hands 👏 🎊 together for the new e command in Debugger CLI. This command prints recently emitted events, including what emitted them and whether they've been reverted. By default, it prints three events, but it also allows printing more.

Next up, good news for Layer 2 builders; we've added Arbitrum Nova support in truffle debug --fetch-external. There's no stopping us from debugging those verified contracts on the growing L2 networks. 🚀 Bonus tip, in case you didn't know, you can also use the Truffle debugger with Arbitrum Nitro and Optimism!

And thank you so much @​eltociear, for helping us catch and fix a typo! 🙇 Your contributions are much appreciated.

That's all for now. See you next week and always happy building!! 🍂

How to upgrade

We recommend upgrading to the latest version of Truffle by running:

npm uninstall -g truffle
npm install -g truffle

Changelog

Enhancements

Bug fix

Internal improvements

Dependency updates

... (truncated)

Commits
  • 495e923 Publish
  • 0a16e15 remove db from dev deps in truffle
  • bbafe36 bump some truffle packages
  • 47249b6 add another test and prevent db integration test from running when running CI...
  • 63fd9cb only start Ganache when not testing using Geth
  • bce7533 revert changes to server utility and manually manage ganache in tests
  • ab9f9fd take first crack at rewriting db test
  • ab76f31 wip - make first attempt at moving db integration test into truffle scenario ...
  • d8f27f3 truffle: instrument commandRunner
  • 6fa0a2c Update ganache to 7.5.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lsqproduction, a new releaser for truffle since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Merging #3366 (ee3d276) into master (1a40659) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3366      +/-   ##
==========================================
+ Coverage   42.86%   42.88%   +0.02%     
==========================================
  Files         164      164              
  Lines       15769    15775       +6     
==========================================
+ Hits         6759     6765       +6     
  Misses       8603     8603              
  Partials      407      407              
Impacted Files Coverage Δ
x/clp/keeper/calculations.go 88.23% <100.00%> (+0.11%) :arrow_up:
x/clp/keeper/msg_server.go 44.98% <100.00%> (+0.11%) :arrow_up:
dependabot[bot] commented 1 year ago

Superseded by #3376.