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

Compile details update #4167

Merged
merged 10 commits into from
Oct 30, 2023
Merged

Compile details update #4167

merged 10 commits into from
Oct 30, 2023

Conversation

joeizang
Copy link
Collaborator

No description provided.

@joeizang joeizang added the ready-to-review PR ready to review label Oct 27, 2023
@joeizang joeizang self-assigned this Oct 27, 2023
@joeizang joeizang added this to In progress in 0.37.0 - Feature Freeze 31/10 - Release 07/11 via automation Oct 27, 2023
@netlify
Copy link

netlify bot commented Oct 27, 2023

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 71fbfc9
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/653fdd610cf3d700088384eb
😎 Deploy Preview https://deploy-preview-4167--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -13,6 +14,10 @@ export interface RemixUiCompileDetailsProps {
saveAs: any
}

export type ContractPropertyName = 'compilerInput' | 'name' | 'metadata' | 'bytecode' | 'abi' | 'storageLayout'
Copy link
Contributor

Choose a reason for hiding this comment

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

this type is already define below, we should have one declaration. I know this add a dependency, but that's probably better than duplicating the types.

@joeizang joeizang requested a review from yann300 October 27, 2023 16:59
@@ -1,6 +1,8 @@
import { CopyToClipboard } from '@remix-ui/clipboard'
import { CustomTooltip } from '@remix-ui/helper'
import { TreeView, TreeViewItem } from '@remix-ui/tree-view'
// eslint-disable-next-line @nrwl/nx/enforce-module-boundaries
import { ContractPropertyName } from 'libs/remix-ui/solidity-compiler/src/lib/types'
Copy link
Contributor

Choose a reason for hiding this comment

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

please check but I think this isn't the right to write this import. You hae to use the module name (solidity-compiler)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

You are right. Its done.

@joeizang joeizang requested a review from yann300 October 30, 2023 09:12
0.37.0 - Feature Freeze 31/10 - Release 07/11 automation moved this from In progress to Reviewer approved Oct 30, 2023
@joeizang joeizang merged commit 7b17e83 into master Oct 30, 2023
32 checks passed
0.37.0 - Feature Freeze 31/10 - Release 07/11 automation moved this from Reviewer approved to Done Oct 30, 2023
@joeizang joeizang deleted the compile-details-update branch October 30, 2023 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-review PR ready to review
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants