- Invalid Near Address, please enter a valid near address -
- )} -- The address you just entered are invalid, please enter valid near - addresses -
- )} -diff --git a/.github/ISSUE_TEMPLATE/BOUNTY.yml b/.github/ISSUE_TEMPLATE/BOUNTY.yml
new file mode 100644
index 00000000..b3f9a807
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/BOUNTY.yml
@@ -0,0 +1,131 @@
+name: "Simple Bounty"
+description: "Use this template to create a HEROES Simple Bounty via Github bot"
+title: "Bounty: "
+labels: ["bounty"]
+assignees: heroes-bot-test
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Hi! Let's set up your bounty! Please don't change the template - @heroes-bot-test won't be able to help you.
+
+ - type: dropdown
+ id: type
+ attributes:
+ label: What talent are you looking for?
+ options:
+ - Marketing
+ - Development
+ - Design
+ - Other
+ - Content
+ - Research
+ - Audit
+
+ - type: textarea
+ id: description
+ attributes:
+ label: What you need to be done?
+
+ - type: dropdown
+ id: tags
+ attributes:
+ label: Tags
+ description: Add tags that match the topic of the work
+ multiple: true
+ options:
+ - API
+ - Blockchain
+ - Community
+ - CSS
+ - DAO
+ - dApp
+ - DeFi
+ - Design
+ - Documentation
+ - HTML
+ - Javascript
+ - NFT
+ - React
+ - Rust
+ - Smart contract
+ - Typescript
+ - UI/UX
+ - web3
+ - Translation
+ - Illustration
+ - Branding
+ - Copywriting
+ - Blogging
+ - Editing
+ - Video Creation
+ - Social Media
+ - Graphic Design
+ - Transcription
+ - Product Design
+ - Artificial Intelligence
+ - Quality Assurance
+ - Risk Assessment
+ - Security Audit
+ - Bug Bounty
+ - Code Review
+ - Blockchain Security
+ - Smart Contract Testing
+ - Penetration Testing
+ - Vulnerability Assessment
+ - BOS
+ - News
+ - Hackathon
+ - NEARCON2023
+ - NEARWEEK
+
+ - type: input
+ id: deadline
+ attributes:
+ label: Deadline
+ description: "Set a deadline for your bounty. Please enter the date in format: DD.MM.YYYY"
+ placeholder: "19.05.2027"
+
+ - type: dropdown
+ id: currencyType
+ attributes:
+ label: Currency
+ description: What is the currency you want to pay?
+ options:
+ - USDC.e
+ - USDT.e
+ - DAI
+ - wNEAR
+ - USDt
+ - XP
+ - marmaj
+ - NEKO
+ - JUMP
+ - USDC
+ - NEARVIDIA
+ default: 0
+ validations:
+ required: true
+
+ - type: input
+ id: currencyAmount
+ attributes:
+ label: Amount
+ description: How much it will be cost?
+
+ - type: markdown
+ attributes:
+ value: "## Advanced settings"
+
+ - type: checkboxes
+ id: kyc
+ attributes:
+ label: KYC
+ description: "Use HEROES' KYC Verification, only applicants who passed HEROES' KYC can apply and work on this bounty!"
+ options:
+ - label: Use KYC Verification
+
+ - type: markdown
+ attributes:
+ value: |
+ ### This cannot be changed once the bounty is live!
diff --git a/.github/workflows/release-mainnet.yml b/.github/workflows/release-mainnet.yml
deleted file mode 100644
index a57dd44e..00000000
--- a/.github/workflows/release-mainnet.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: Deploy Components to Mainnet
-
-on:
- push:
- branches: [main]
-
-jobs:
- deploy-mainnet:
- uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
- with:
- deploy-env: "mainnet"
- bw-legacy: false
- app-name: "builddao"
- deploy-account-address: ${{ vars.BOS_SIGNER_ACCOUNT_ID }}
- signer-account-address: ${{ vars.BOS_SIGNER_ACCOUNT_ID }}
- signer-public-key: ${{ vars.BOS_SIGNER_PUBLIC_KEY }}
- secrets:
- SIGNER_PRIVATE_KEY: ${{ secrets.BOS_SIGNER_PRIVATE_KEY }}
diff --git a/.github/workflows/release-new-mainnet.yml b/.github/workflows/release-new-mainnet.yml
new file mode 100644
index 00000000..8c46b71a
--- /dev/null
+++ b/.github/workflows/release-new-mainnet.yml
@@ -0,0 +1,20 @@
+name: Deploy Components to Mainnet
+
+on:
+ push:
+ branches: [main]
+ paths:
+ - apps/new/**
+
+jobs:
+ deploy-new-mainnet:
+ uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
+ with:
+ deploy-env: "mainnet"
+ bw-legacy: false
+ app-name: "new"
+ deploy-account-address: "builddao.near"
+ signer-account-address: "builddao.near"
+ signer-public-key: ""
+ secrets:
+ SIGNER_PRIVATE_KEY: ${{ secrets.BOS_BUILDDAO_SIGNER_PRIVATE_KEY }}
diff --git a/.github/workflows/release-new-testnet.yml b/.github/workflows/release-new-testnet.yml
new file mode 100644
index 00000000..8566f512
--- /dev/null
+++ b/.github/workflows/release-new-testnet.yml
@@ -0,0 +1,21 @@
+name: Deploy Components to Testnet
+
+on:
+ push:
+ branches: [develop]
+ paths:
+ - apps/new/**
+
+jobs:
+ deploy-new-testnet:
+ uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
+ with:
+ build-env: "testnet"
+ deploy-env: "testnet"
+ bw-legacy: false
+ app-name: "new"
+ deploy-account-address: "builddao.testnet"
+ signer-account-address: "builddao.testnet"
+ signer-public-key: "ed25519:6ycWXZES2zEGPurZqP35AUQx92aAzuS7r9ea1GcSQQiT"
+ secrets:
+ SIGNER_PRIVATE_KEY: ${{ secrets.BOS_BUILDDAO_TESTNET_SIGNER_PRIVATE_KEY }}
diff --git a/.github/workflows/release-old-mainnet.yml b/.github/workflows/release-old-mainnet.yml
new file mode 100644
index 00000000..84144209
--- /dev/null
+++ b/.github/workflows/release-old-mainnet.yml
@@ -0,0 +1,20 @@
+name: Deploy Components to Mainnet
+
+on:
+ push:
+ branches: [main]
+ paths:
+ - apps/old/**
+
+jobs:
+ deploy-old-mainnet:
+ uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
+ with:
+ deploy-env: "mainnet"
+ bw-legacy: false
+ app-name: "old"
+ deploy-account-address: "buildhub.near"
+ signer-account-address: "buildhub.near"
+ signer-public-key: "ed25519:9xbjTrmijSb1WcGVimKULy132qND5r6GJjexmQCa6Jfy"
+ secrets:
+ SIGNER_PRIVATE_KEY: ${{ secrets.BOS_BUILDHUB_SIGNER_PRIVATE_KEY }}
diff --git a/.github/workflows/release-old-testnet.yml b/.github/workflows/release-old-testnet.yml
new file mode 100644
index 00000000..c0173f7e
--- /dev/null
+++ b/.github/workflows/release-old-testnet.yml
@@ -0,0 +1,21 @@
+name: Deploy Components to Testnet
+
+on:
+ push:
+ branches: [develop]
+ paths:
+ - apps/old/**
+
+jobs:
+ deploy-old-testnet:
+ uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
+ with:
+ build-env: "testnet"
+ deploy-env: "testnet"
+ bw-legacy: false
+ app-name: "old"
+ deploy-account-address: "buildhub.testnet"
+ signer-account-address: "buildhub.testnet"
+ signer-public-key: "ed25519:C4PKraMoeA21tnKvPda2x4JtvYdQ8e7NFgr43hKnsSxe"
+ secrets:
+ SIGNER_PRIVATE_KEY: ${{ secrets.BOS_BUILDHUB_TESTNET_SIGNER_PRIVATE_KEY }}
diff --git a/.github/workflows/release-testnet.yml b/.github/workflows/release-testnet.yml
deleted file mode 100644
index 7b4dd42f..00000000
--- a/.github/workflows/release-testnet.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-name: Deploy Components to Testnet
-
-on:
- push:
- branches: [develop]
-
-jobs:
- deploy-staging:
- uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
- with:
- build-env: "testnet"
- deploy-env: "testnet"
- bw-legacy: false
- app-name: "builddao"
- deploy-account-address: builddao.testnet
- signer-account-address: builddao.testnet
- signer-public-key: ed25519:6ycWXZES2zEGPurZqP35AUQx92aAzuS7r9ea1GcSQQiT
- secrets:
- SIGNER_PRIVATE_KEY: ${{ secrets.BOS_TESTNET_SIGNER_PRIVATE_KEY }}
diff --git a/.gitignore b/.gitignore
index bb8d4523..e0ed2d14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ yarn-error.log*
target
neardev
data.json
+/test-results
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52ca4a32..8314fc4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Change Log
+## Version v1.x.x - 2024-MM-DD
+
+### Features
+
+- Enabled commit modal bypass. #260
+
+### Bug Fixes
+
+-
+
+### Refactor and chores
+
+-
+
## Version v1.0.0 - 2024-05-14
### Features
diff --git a/CODEOWNERS b/CODEOWNERS
index afcb2db1..dffd3435 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -1 +1 @@
-- @Megha-Dev-19 @itexpert120 @Jikugodwill @elliotBraem @saadiqbal-dev
+* @Megha-Dev-19 @itexpert120 @Jikugodwill @elliotBraem @saadiqbal-dev
diff --git a/aliases.mainnet.json b/aliases.mainnet.json
index 6e384ff0..50c01a79 100644
--- a/aliases.mainnet.json
+++ b/aliases.mainnet.json
@@ -3,5 +3,7 @@
"mob": "mob.near",
"near": "near",
"socialdb": "social.near",
- "gateway_url": "https://nearbuilders.org"
+ "gateway_url": "https://nearbuilders.org",
+ "new": "builddao.near",
+ "old": "buildhub.near"
}
diff --git a/aliases.testnet.json b/aliases.testnet.json
index 9fd399f7..ef50d07f 100644
--- a/aliases.testnet.json
+++ b/aliases.testnet.json
@@ -3,5 +3,7 @@
"mob": "mike.testnet",
"near": "discom.testnet",
"socialdb": "v1.social08.testnet",
- "gateway_url": "https://test.nearbuilders.org"
+ "gateway_url": "https://test.nearbuilders.org",
+ "new": "builddao.testnet",
+ "old": "buildhub.testnet"
}
diff --git a/apps/builddao/data.json b/apps/builddao/data.json
deleted file mode 100644
index e4396395..00000000
--- a/apps/builddao/data.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "buildhub.near": {}
-}
diff --git a/apps/builddao/widget/components/UploadField.jsx b/apps/builddao/widget/components/UploadField.jsx
deleted file mode 100644
index 5c0fd5c2..00000000
--- a/apps/builddao/widget/components/UploadField.jsx
+++ /dev/null
@@ -1,69 +0,0 @@
-const { Button } = VM.require("${config_account}/widget/components.Button") || {
- Button: () => <>>,
-};
-
-const UploadContainer = styled.div`
- display: flex;
- max-width: 390px;
- min-height: 200px;
- width: 100%;
- height: 100%;
- padding: 24px;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- gap: 24px;
-
- border-radius: 16px;
- border: 1px dashed var(--stroke-color, rgba(255, 255, 255, 0.2));
- background: ${(props) =>
- props.background ? "var(--bg-2, #23242B)" : "var(--bg-1, #000000)"};
-
- p {
- color: var(--font-color, #fff);
- text-align: center;
-
- /* Body/Medium-16px */
- font-size: 16px;
- font-style: normal;
- font-weight: 500;
- line-height: normal;
- margin: 0;
- }
-
- p.secondary {
- color: var(--font-muted-color, #cdd0d5);
- text-align: center;
- font-size: 12px;
- font-style: normal;
- font-weight: 400;
- line-height: 16px; /* 133.333% */
- }
-
- i {
- color: var(--font-color, #fff);
- font-size: 2rem;
- }
-`;
-
-function UploadField({ background }) {
- return (
- Choose a file or drag & drop it here.
- JPEG, PNG, PDF, and MP4 formats, up to 50 MB.
-
- Invalid Near Address, please enter a valid near address
-
- The address you just entered are invalid, please enter valid near
- addresses
-
hello builder
; +const { CSS } = VM.require("${config_account}/widget/CSS") || { + CSS: () => <>>, +}; + +const { Footer } = VM.require("${config_account}/widget/components.Footer") || { + Footer: () => <>>, +}; + +const config = { + theme: {}, + layout: { + src: "${alias_devs}/widget/Layout", + props: { + variant: "standard", + }, + }, + blocks: { + Header: () => ( +Dive deeper BuildDAO
+© {new Date().getFullYear} BuildDAO. All rights reserved.
+{description}
+For local development of open web apps.
+Getting Started
+ +Learn More
+ +
+ We provide support systems for open-source contributors to help each
+ other, learn together, and solve real problems.
+
+
+ To support this, we've build a dev environment with a versatile set of
+ tools for interacting with the blockchain OS, enabling greater
+ composability across front end and back end frameworks.
+
{text}
+ +Supporting all kinds of useful integrations & examples.
++++++++++
++++++++++
++ Our community continues to build, soon we will have more + incredible resources available. +
+We hope you join us to build better futures for everyone!
+We hope you join us to build better futures for everyone!
++ Join the roster of paid contributors and coordinate with fellow + builders to get involved. +
+ ++ We are here to listen, support, and bring projects to life! Ask + questions and share updates. +
+ ++ Learn with our Social Graph of Build Commons. +
++ Participate in projects and build together. +
++ Engage and grow in real time with Activity Feed +
+ {/* */} +Please login in order to see notifications.
+ + + +No Account ID
; + } + return ( + <> +@{projectAccountId}
+About
+
+ {description ? (
+
Location
+
+
Team Size
++ + {teamSize || "unspecified"} +
+Contributors
+ {!contributors &&No Contributors
} +Project Tags
+No tags
} ++ The address you just entered are invalid, please enter valid + near addresses +
+ )} ++ Invalid Near Address, please enter a valid near address +
+ )} ++ Easily create, share, and track all projects within our vibrant builder + community. +
+