Skip to content

feat: clean up and comment aliasing utils#1791

Merged
smartcontracts merged 1 commit intodevelopfrom
sc/alias-util-comments
Nov 23, 2021
Merged

feat: clean up and comment aliasing utils#1791
smartcontracts merged 1 commit intodevelopfrom
sc/alias-util-comments

Conversation

@smartcontracts
Copy link
Contributor

Description
Very minor update to core-utils, just updating the comments attached to the aliasing utils and moves bnToAddress into its own file meant to hold whatever other bn utilities we expect to build.

@changeset-bot
Copy link

changeset-bot bot commented Nov 20, 2021

🦋 Changeset detected

Latest commit: 584cbc2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@eth-optimism/core-utils Patch
@eth-optimism/batch-submitter Patch
@eth-optimism/contracts Patch
@eth-optimism/data-transport-layer Patch
@eth-optimism/message-relayer Patch
@eth-optimism/replica-healthcheck Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the A-pkg-core-utils Area: packages/core-utils label Nov 20, 2021
@codecov-commenter
Copy link

codecov-commenter commented Nov 20, 2021

Codecov Report

Merging #1791 (584cbc2) into develop (b4d9d53) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1791      +/-   ##
===========================================
+ Coverage    71.95%   72.00%   +0.04%     
===========================================
  Files           67       70       +3     
  Lines         2182     2318     +136     
  Branches       328      345      +17     
===========================================
+ Hits          1570     1669      +99     
- Misses         612      649      +37     
Flag Coverage Δ
batch-submitter 62.07% <ø> (ø)
contracts 87.96% <ø> (ø)
core-utils 57.50% <100.00%> (+1.08%) ⬆️
data-transport-layer 38.23% <ø> (ø)
message-relayer 70.86% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/core-utils/src/alias.ts 81.81% <100.00%> (-5.69%) ⬇️
packages/core-utils/src/bn.ts 100.00% <100.00%> (ø)
packages/core-utils/src/index.ts 100.00% <100.00%> (ø)
packages/message-relayer/hardhat.config.ts 100.00% <0.00%> (ø)
packages/message-relayer/src/relay-tx.ts 69.91% <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 b4d9d53...584cbc2. Read the comment docs.

@smartcontracts smartcontracts requested a review from tynes November 22, 2021 17:43
@K-Ho K-Ho requested a review from cfromknecht November 23, 2021 17:16
Copy link
Contributor

@cfromknecht cfromknecht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, great comments 🎸

@smartcontracts smartcontracts merged commit 68cd04f into develop Nov 23, 2021
@smartcontracts smartcontracts deleted the sc/alias-util-comments branch November 23, 2021 20:14
theochap pushed a commit that referenced this pull request Dec 10, 2025
## Overview

Tiny nit - updates the block insertion log such that the hash is
rendered without quotes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-pkg-core-utils Area: packages/core-utils

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants