-
Notifications
You must be signed in to change notification settings - Fork 215
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
[Merged by Bors] - Update dependencies not checked by dependabot #4979
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4979 +/- ##
=========================================
- Coverage 77.1% 77.1% -0.1%
=========================================
Files 254 254
Lines 30253 30253
=========================================
- Hits 23345 23342 -3
- Misses 5394 5396 +2
- Partials 1514 1515 +1 see 4 files with indirect coverage changes 📢 Have feedback on the report? Share it here. |
we should check if there was no changes. in the past ecvrf that we use was updated because rfc changed. maybe compile and run on mainnet? |
Fair point. I checked the diff; it is only two commits: oasisprotocol/curve25519-voi@db37f07...1f23a7b No existing code was changed, just new functionality added 🙂 |
5021c55
to
720dfb2
Compare
bors merge |
Merge conflict. |
720dfb2
to
fe475dd
Compare
bors merge |
## Motivation Updates dependencies not covered by dependabot (libraries without tagged versions) ## Changes - Update `github.com/chaos-mesh/chaos-mesh/api` - Update `github.com/oasisprotocol/curve25519-voi` ## Test Plan existing tests pass ## TODO <!-- This section should be removed when all items are complete --> - [x] Explain motivation or link existing issue(s) - [x] Test changes and document test plan - [x] Update documentation as needed - [ ] Update [changelog](../CHANGELOG.md) as needed
Pull request successfully merged into develop. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Motivation
Updates dependencies not covered by dependabot (libraries without tagged versions)
Changes
github.com/chaos-mesh/chaos-mesh/api
github.com/oasisprotocol/curve25519-voi
Test Plan
existing tests pass
TODO