Releases: levelkdev/dxtrust
openraise-dapp v0.2.3
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
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
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
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
- Commit Multicall infrastructure by @tspoff
- Commit change chart header component styling, withdraw button in ETH instead of DXD and minor things by @pimato
- Commit Convert totalSupply() fetch to multicall by @tspoff
- Commit Convert balance fetches to multicall by @tspoff
- Commit Convert allowance fetches to multicall by @tspoff
- Commit Remove obselete token storage objects by @tspoff
- Commit Fetch DAT properties using multicall by @tspoff
- Commit Fix pending transaction refresh on incoming block by @tspoff
- Commit Check for staleness on multicall fetch update by @tspoff
- Commit feat(contracts): Add Multicall solidity contracts and deploy it in dev scripts by @AugustoL
- Commit prettier + tslint on commit by @tspoff
- Commit Ignore src/confog.contracts.json by @AugustoL
- Commit Add GPL 3.0 License by @AugustoL
- Commit refactor(env): Remove unnecesary variables in env by @AugustoL
- Commit fix(index.html): Fix redirect https script to work on swarm by @AugustoL
- Commit docs(readme): Improve readme descriptions and instructions by @AugustoL
- Commit Adds GNU Affero GLP v3 License by @AugustoL
- Commit Linting instructions by @tspoff
- Commit Add instructions for editor formatting support by @tspoff
- Commit Enable DXD Flow by @tspoff
- Commit fix(contracts): Avoid using same build folder for contracts and dapp by @AugustoL
- Commit refactor(deploy): Remove whitelist and vesting options from DAT deploy by @AugustoL
- Commit fix(truffle): Use right constantinople as evmVersion for compiler by @AugustoL
- Commit feat(openzeppelin): Add openzeppelin to the project by @AugustoL
- Commit refactor(contracts): Remove unnecesary test-artifacts contracts by @AugustoL
- Commit fix(dependencies): Remove duplicated openzeppelin/contracts and unnecessary dep in devs by @AugustoL
- Commit fix(truffle): Recognize .env variables from truffle.js by @AugustoL
- Commit feat(deployments): Add kovan deployment using openzeepelin and script to load deploys in src by @AugustoL
- Commit refactor(deploy): Remove unnecesary variables in deploy scripts by @AugustoL
- Commit refactor(src-contracts): Update ERC20Detailed token abi by @AugustoL
- Commit Update yarn.lock file by @AugustoL
- Commit docs(readme): Add smart contract deploy instructions by @AugustoL
- Commit Bump to version 0.1.1 in package.json by @AugustoL
- Commit Multicall duplicate call fix by @tspoff
- Commit Fix multicall duplicate calls pt.2 by @tspoff
- Commit Add 'continue' form state after approval by @tspoff
- Commit Cleanup by @tspoff
- Commit Basic set up for Landing Page by @jpkcambridge
- Commit add styling for product cards and add hyperlink by @pimato
- Commit Arrows and linking for Join now section by @jpkcambridge
- Commit feat(devops): Add start.sh script by @AugustoL
- Commit landing page styling by @pimato
- Commit Header and Footer for the Landing Page by @jpkcambridge
- Commit Adjust html to support different background colors by @jpkcambridge
- Commit add DXD token logo and section with a short description about the token by @pimato
- Commit add a simple faq page with content from Matt by @pimato
- Commit replace join button with faq link by @pimato
- Commit Set up Pending Circle on Enable Pending component by @jpkcambridge
- Commit fix(landing): Show landing page as index view by @AugustoL
- Commit fixed by @pimato
- Commit august fix by @pimato
- Commit Add checkbox svg to public folder for EnableContinue by @jpkcambridge
- Commit simplify footer by @pimato
- Commit border radius increase in confirmed circled and changed border in pending circle animation by @pimato
- Commit fix routing on Dxdlogo for landingPage and ExchangePage by @pimato
- Commit feat(contract-deploys): Add ropsten and mainnet testing deployments by @AugustoL
- Commit add missing imports and re-apply routing changes by @pimato
- Commit remove unecessary learn more button below the DXD token section, also fill in an explainer of the DXD token by @pimato
- Commit Update tslint by @tspoff
- Commit Fix input field reset by...
BCDapp 0.1.0
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.
-
Commit
change chart header component styling, withdraw button in ETH instead of DXD and minor things
43f23ec by @pimato -
Commit
fix(wallet-connectors): Fix wallet recognitions and connectors used, use injected by default
c90dd2e by @AugustoL -
Commit
fix(buysell): Reset values between buy/sell tabs
b9b4d1f by @AugustoL -
Commit
BuySell displays withdraw when in init period
83ca968 by @jpkcambridge -
Commit
Fix Chart price calculation during curve phase
b1ae2e6 by @tspoff -
Commit
feat(buysell): Add transaction failed message in forms when txs fails
c5e54f1 by @AugustoL -
Commit
Find nearest round number for Chart x-axis maximum value
5e40e19 by @tspoff -
Commit
Remove unnecessary loge in validators.js
81d0375 by @AugustoL -
Commit
refactor(eth-devop): Set gasLimit 9000000 and 10Gwei gasPrice by default
6e7c971 by @AugustoL -
Commit
feat(buysellform): Add check of enough balance
d074b2e by @AugustoL -
Commit
Use two decimals for chart y-axis (price)
481cab2 by @tspoff -
Commit
found a more efficient way to add onHover for svg
cbbf709 by @pimato -
Commit
Remove isChainIdSupported from log in Web3ConnectStatus component
9ba66de by @AugustoL -
Commit
rename footer items, give everything onhover styling
ce83615 by @pimato -
Commit
Remove unnecessary log in connectors.js
d5d08a5 by @AugustoL -
Commit
Change to line once kickstarter is over
ef9b6b9 by @tspoff -
Commit
Use standard token decimals in chart
ec73d0b by @tspoff -
Commit
fix(connectors): Fix typo and backup url in develop
962a562 by @AugustoL -
Commit
make tradehistory widget scrollable
3b5d616 by @pimato -
Commit
fix UI issue where the buy amount was shown as ETHER instead of DXD
6bbab00 by @pimato -
Commit
feat(contracts): Import only contracts ABI into src
9d62fe1 by @AugustoL -
Commit
Chart Y-axis conforms to standard formatting (6 decimals for now for small test values)
a56550d by @tspoff -
Commit
fix(env): Add missing git variable in .env.example
c0ad53a by @AugustoL -
Commit
Clear future supply dot on chart when trade complete or cancelled
d5b139b by @tspoff -
Commit
Refactor BalanceInfo component out of BuySell component
eaf0142 by @jpkcambridge -
Commit
feat(footer): Show contracts addresses and version in footer
a3ed805 by @AugustoL -
Commit
refactor(devops): Simplify dev and start commands and env configuration
69d44c0 by @AugustoL -
Commit
feat(numbers): Use 3 decimals precision for all values
bd4d6e9 by @AugustoL -
Commit
Quick fix for buy flow
a1c6d1d by @jpkcambridge -
Commit
fix(buysell): Buttons active only with right amount and conditions
e0b17a3 by @AugustoL -
Commit
Feat/bc chart (#146)
c5822a5 by Thomas Spofford -
Commit
Reset sell form with sell again button
637d15c by @jpkcambridge -
Commit
Fix sell price on sell flow
a2ae526 by @jpkcambridge -
Commit
Add resetting of buy and sell info back
e77e9fd by @jpkcambridge -
Commit
Use same error messages and calculation for buy and sell
eaf55f3 by @AugustoL -
Commit
Display validation errors and handle leading 0s
435bfc9 by @jpkcambridge -
Commit
refactor(configStore): Add getDatInfo method and use it to get default minInvestment
5c775ef by @AugustoL -
Commit
fix(buysell): Fix values input in buy sell forms
73f9ea5 by @AugustoL -
Commit
refactor(contracts-devops) Use same abis in whole app. Config contracts files moved to src folder.
36e5ed6 by @AugustoL -
Commit
Improve deploy & test scripts. Add kovan live contract deployed
7e25514 by @AugustoL -
Commit
a few styling changes
3d5de78 by @jpkcambridge -
Commit
feat(sell): Show connect button if not connected in sell
3f4c354 by @AugustoL -
Commit
Set app shell sizing to fix background color
e2482c6 by @jpkcambridge -
Commit
Use DATinfo for collateralType
9dc6c91 by @jpkcambridge -
Commit
finalize styling of buysell order form
c8df7c2 by @jpkcambridge -
Commit
Fix set of minInvestment on deploy, use 0.1 as default
5b48007 by @AugustoL -
Commit
Add missing @openzeppelin/contracts-etehreum-package in package.json
91ff34b by @AugustoL -
Commit
Add kovan development instructions in readme
dcb6be9 by @AugustoL -
Commit
restyled buy-sell-order-form to fit design specification
572bc98 by @pimato -
Commit `replace existing tick icon...