Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
b062f7ac
Commit
b062f7ac
authored
Aug 16, 2021
by
lianahus
Committed by
Aniket
Aug 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temprorary removing the `publish to swarm`
parent
49a55819
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
publishContract.test.ts
apps/remix-ide-e2e/src/tests/publishContract.test.ts
+2
-0
contract-selection.tsx
...remix-ui/solidity-compiler/src/lib/contract-selection.tsx
+0
-4
No files found.
apps/remix-ide-e2e/src/tests/publishContract.test.ts
View file @
b062f7ac
...
...
@@ -32,6 +32,7 @@ module.exports = {
.
click
(
'[data-id="publishToStorage-modal-footer-ok-react"]'
)
},
/* Disableing the test untill refactoring and the new swarm usage
'Publish on Swarm': '' + function (browser: NightwatchBrowser) {
browser
.click('#publishOnSwarm')
...
...
@@ -47,6 +48,7 @@ module.exports = {
})
.click('[data-id="publishToStorage-modal-footer-ok-react"]')
},
*/
'Should publish contract metadata to ipfs on deploy'
:
function
(
browser
:
NightwatchBrowser
)
{
browser
...
...
libs/remix-ui/solidity-compiler/src/lib/contract-selection.tsx
View file @
b062f7ac
...
...
@@ -203,10 +203,6 @@ export const ContractSelection = (props: ContractSelectionProps) => {
</
select
>
</
div
>
<
article
className=
"mt-2 pb-0"
>
<
button
id=
"publishOnSwarm"
className=
"btn btn-secondary btn-block"
title=
"Publish on Swarm"
onClick=
{
()
=>
{
handlePublishToStorage
(
'swarm'
)
}
}
>
<
span
>
Publish on Swarm
</
span
>
<
img
id=
"swarmLogo"
className=
"remixui_storageLogo ml-2"
src=
"assets/img/swarm.webp"
/>
</
button
>
<
button
id=
"publishOnIpfs"
className=
"btn btn-secondary btn-block"
title=
"Publish on Ipfs"
onClick=
{
()
=>
{
handlePublishToStorage
(
'ipfs'
)
}
}
>
<
span
>
Publish on Ipfs
</
span
>
<
img
id=
"ipfsLogo"
className=
"remixui_storageLogo ml-2"
src=
"assets/img/ipfs.webp"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment