Skip to content

Releases: levelkdev/dxtrust

openraise-dapp v0.2.3

17 Jun 21:25
e991eab
Compare
Choose a tag to compare

openraise-dapp 0.2.3 Release

This pull request reflects the release of the 0.2.3 version of the Open Raise Decentralized Application

Notes

  • Remove landing page.

Raw commits

No raw commits in minor releases.

ENV configuration

REACT_APP_KEY_INFURA_API_KEY=6ad6d4a4ec79442eacfa967652729d1c
REACT_APP_ETH_NETWORKS=mainnet
REACT_APP_GIT_SHA=e991eab4d13d9b8a978152b6d4e80939784b318b
NODE_ENV=production

Contracts Configuration

{
  "contracts": {
    "mainnet": {
      "multicall": "0x742121cD0BB9784c1f17f25B8da1bF3445b93ED4",
      "DAT": "0xa1d65E8fB6e87b60FECCBc582F7f97804B725521",
      "implementationAddress": "0x845856776D110a200Cf41f35C9428C938e72E604",
      "collateral": "0x0000000000000000000000000000000000000000",
      "DATinfo": {
        "fromBlock": 10012634,
        "collateralType": "ETH",
        "name": "DXdao",
        "symbol": "DXD",
        "currency": "0x0000000000000000000000000000000000000000",
        "initReserve": "100000000000000000000000",
        "initGoal": "4898979485566395000000",
        "buySlopeNum": "1",
        "buySlopeDen": "48000000000000000000000",
        "investmentReserveBasisPoints": "1000",
        "revenueCommitmentBasisPoints": "1000",
        "minInvestment": "1000000000000000"
      }
    }
  }
}

openraise-dapp v0.2.2

12 Jun 19:55
5815601
Compare
Choose a tag to compare

openraise-dapp 0.2.2 Release

This pull request reflects the release of the 0.2.2 version of the Open Raise Decentralized Application

Notes

  • Repo name changed form BC-DAPP to openraise-dapp
  • Fix ui bugs in landing page.
  • Fix fetch recent blocks in trade history by default.

Raw commits

No raw commits in minor releases.

ENV configuration

REACT_APP_KEY_INFURA_API_KEY=6ad6d4a4ec79442eacfa967652729d1c
REACT_APP_ETH_NETWORKS=mainnet
REACT_APP_GIT_SHA=5815601450b2e5ca97b81050f1565fe9b8851271
NODE_ENV=production

Contracts Configuration

{
  "contracts": {
    "mainnet": {
      "multicall": "0x742121cD0BB9784c1f17f25B8da1bF3445b93ED4",
      "DAT": "0xa1d65E8fB6e87b60FECCBc582F7f97804B725521",
      "implementationAddress": "0x845856776D110a200Cf41f35C9428C938e72E604",
      "collateral": "0x0000000000000000000000000000000000000000",
      "DATinfo": {
        "fromBlock": 10012634,
        "collateralType": "ETH",
        "name": "DXdao",
        "symbol": "DXD",
        "currency": "0x0000000000000000000000000000000000000000",
        "initReserve": "100000000000000000000000",
        "initGoal": "4898979485566395000000",
        "buySlopeNum": "1",
        "buySlopeDen": "48000000000000000000000",
        "investmentReserveBasisPoints": "1000",
        "revenueCommitmentBasisPoints": "1000",
        "minInvestment": "1000000000000000"
      }
    }
  }
}

BCDapp 0.2.1

20 May 21:14
9d7f47d
Compare
Choose a tag to compare

BCDapp 0.2.1 Release

This pull request reflects the release of the 0.2.1 version of the Bonding Curve Dapp.

Notes

  • Fix ui bugs in landing page.
  • Fix fetch recent blocks in trade history by default.
  • Add warning for secondary markets.

IPFS Deploy

QmUgobwBrRaFuAnTXwKe44Kd43seQSAfF3kLW7c6QWZRSx

ENV variables

REACT_APP_ETH_NETWORKS=mainnet
REACT_APP_GIT_SHA=da45fb46b47a17fec5cdb907036dbbafdf5e115d
NODE_ENV=production
REACT_APP_SUPPORTED_NETWORK_1="https://mainnet.eth.cloud.ava.do"

contracts.json

{
  "contracts": {
    "mainnet": {
      "multicall": "0x742121cD0BB9784c1f17f25B8da1bF3445b93ED4",
      "DAT": "0xa1d65E8fB6e87b60FECCBc582F7f97804B725521",
      "implementationAddress": "0x845856776D110a200Cf41f35C9428C938e72E604",
      "collateral": "0x0000000000000000000000000000000000000000",
      "DATinfo": {
        "fromBlock": 10012634,
        "collateralType": "ETH",
        "name": "DXdao",
        "symbol": "DXD",
        "currency": "0x0000000000000000000000000000000000000000",
        "initReserve": "100000000000000000000000",
        "initGoal": "4898979485566395000000",
        "buySlopeNum": "1",
        "buySlopeDen": "48000000000000000000000",
        "investmentReserveBasisPoints": "1000",
        "revenueCommitmentBasisPoints": "1000",
        "minInvestment": "1000000000000000"
      }
    }
  }
}

BCDapp 0.2.0

05 May 22:32
4088669
Compare
Choose a tag to compare

Notes

  • Add multicall smart contract to execute multiple smart contract calls into one.
  • Adds Affero GPL 3.0 license.
  • Multiple UX/UI improvements and fixes.
  • Added linter for source code.
  • Readme updated with more information, more sections and developer instructions.
  • Adds Landing Page.
  • Adds openzeppelin package to manage contracts and upgradeability.
  • Update DAT contract Reference PR
  • Support multiple networks.
  • Devops improved to work with live networks and localhost.
  • Added more documentation in readme and docs folder.

Raw commits

Read more

BCDapp 0.1.0

15 Apr 23:09
2ae353a
Compare
Choose a tag to compare

Notes

  • Improved chart display.
  • Improved UI and UX.
  • Replaced OpenRaise contracts with (corg)[https://github.com/Fairmint/c-org]
  • Added kickstarter stage into the bonding curve fundraising.
  • Removed rewards page since corg model sends dividends into the curve.
  • Added Wallet connect support.
  • Added development and deployment scrips.
  • Improved wallets and transaction flow.

Raw commit list

Note: No merge commits listed.

Read more