Skip to content

deps: fix celestia-openrpc v0.1.2 breaking changes#1140

Merged
Manav-Aggarwal merged 2 commits into
mainfrom
tux/fix-upgrade-celestia-openrpc-0.1.2
Aug 15, 2023
Merged

deps: fix celestia-openrpc v0.1.2 breaking changes#1140
Manav-Aggarwal merged 2 commits into
mainfrom
tux/fix-upgrade-celestia-openrpc-0.1.2

Conversation

@tuxcanfly

@tuxcanfly tuxcanfly commented Aug 15, 2023

Copy link
Copy Markdown
Collaborator

Overview

celestia-openrpc v0.1.2 signature for NewDataAvailabilityHeader now returns an error, so this needed to be handled.

RandEDS and RandShares needed to be updated for the new Share type.

Checklist

  • New and updated code has appropriate documentation
  • New and updated code has new and/or updated testing
  • Required CI checks are passing
  • Visual proof for any user facing features like CLI or documentation updates
  • Linked issues closed with keywords

dependabot Bot and others added 2 commits August 14, 2023 14:00
Bumps [github.com/rollkit/celestia-openrpc](https://github.com/rollkit/celestia-openrpc) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/rollkit/celestia-openrpc/releases)
- [Commits](celestiaorg/celestia-openrpc@v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: github.com/rollkit/celestia-openrpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov

codecov Bot commented Aug 15, 2023

Copy link
Copy Markdown

Codecov Report

Patch coverage has no change and project coverage change: +0.26% 🎉

Comparison is base (63d462c) 55.06% compared to head (dce9218) 55.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1140      +/-   ##
==========================================
+ Coverage   55.06%   55.33%   +0.26%     
==========================================
  Files          62       62              
  Lines        6717     6717              
==========================================
+ Hits         3699     3717      +18     
+ Misses       2620     2606      -14     
+ Partials      398      394       -4     

see 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Manav-Aggarwal Manav-Aggarwal added this pull request to the merge queue Aug 15, 2023
Merged via the queue into main with commit 9c4af7d Aug 15, 2023
@Manav-Aggarwal Manav-Aggarwal deleted the tux/fix-upgrade-celestia-openrpc-0.1.2 branch August 15, 2023 16:55
Manav-Aggarwal pushed a commit that referenced this pull request Sep 6, 2023
## Overview

`celestia-openrpc v0.1.2` signature for `NewDataAvailabilityHeader` now
returns an error, so this needed to be handled.

`RandEDS` and `RandShares` needed to be updated for the new `Share`
type.

## Checklist

<!-- 
Please complete the checklist to ensure that the PR is ready to be
reviewed.

IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->

- [x] New and updated code has appropriate documentation
- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing
- [x] Visual proof for any user facing features like CLI or
documentation updates
- [x] Linked issues closed with keywords

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

3 participants