Releases: 1Hive/quests
Releases · 1Hive/quests
Pre-release
What's Changed
- Clear cache on cache serialization problem or wrong version + handle … by @Corantin in #316
- Feature flags by @Corantin in #320
- Accordion to collapsable blocks by @Corantin in #322
- done for challenge modal and schedule claim modal by @kafann in #313
- Dev by @Corantin in #323
Full Changelog: v0.3.0-beta...v0.5
v0.3.0-beta
What's Changed
- Get rid of metamask missing argument error + try to connect directly … by @Corantin in #273
- Update README.md by @Corantin in #275
- added maximumSignificantDigits to 4 for amount by @alexchan0394 in #278
- Add support to more wallet by @Corantin in #276
- Dev by @Corantin in #279
- added ellipsis for amount in create quest by @alexchan0394 in #284
- Fix submit buttons hidden when tx pending by @Corantin in #282
- Dev by @Corantin in #286
- Timer bug by @kafann in #288
- Bug/timer refactor by @Corantin in #291
- [Review bugtime refactor before] Optimize requests by @Corantin in #293
- Dev by @Corantin in #296
- Bump protobufjs from 6.11.2 to 6.11.3 by @dependabot in #305
- Bump eventsource from 1.1.0 to 1.1.1 by @dependabot in #302
- Add contact info by @kafann in #307
- First release candidate by @Corantin in #294
- Network selection by @Corantin in #309
- Force chain by @Corantin in #312
- Dev by @Corantin in #311
Full Changelog: v0.2.0-beta...v0.3.0-beta
Beta 1
App deployement for Rinkeby : quests.vercel
Features 💡
- Browse Quests
- Create a Quest*
- Funds a Quest
- Schedule a Quest Claim*
- Challenge a Quest Claim*
- Reclaim unused funds and deposit when the Quest is expired
*Require a deposit of HNYT (swappable in Uniswap)
Wiki : wiki.1hive.org
Feedback 👍
Miscellaneous ✨
- Run this command on the javascript console to activate fake data for Quest Create :
localStorage.setItem('FLAG_DUMMY', "true")
What's Changed
- Bump simple-get from 2.8.1 to 2.8.2 by @dependabot in #164
- Bump simple-get from 3.1.0 to 3.1.1 in /packages/subgraphs/celeste-subgraph by @dependabot in #163
- Bump url-parse from 1.5.3 to 1.5.7 by @dependabot in #168
- Bump follow-redirects from 1.14.7 to 1.14.8 in /packages/subgraphs/celeste-subgraph by @dependabot in #167
- Bump follow-redirects from 1.14.7 to 1.14.8 in /packages/subgraphs/quest-subgraph by @dependabot in #166
- Bump node-sass from 6.0.1 to 7.0.0 by @dependabot in #165
- Bump url-parse from 1.5.7 to 1.5.10 by @dependabot in #172
- Pending transaction mod by @Corantin in #174
- 158 check failed schedule tx with bad delay by @kamikazebr in #181
- Quest redesign - phase 1 by @Corantin in #180
- Fix warnings by @Corantin in #182
- add a preview button for MarkDown when edit mode + add markdown in ch… by @alexchan0394 in #183
- back to top button in main-view by @alexchan0394 in #188
- Bump minimist from 1.2.5 to 1.2.6 in /packages/subgraphs/celeste-subgraph by @dependabot in #193
- Bump minimist from 1.2.5 to 1.2.6 in /packages/subgraphs/quest-subgraph by @dependabot in #194
- Quests 185 by @alexchan0394 in #195
- Bump ansi-regex from 3.0.0 to 3.0.1 in /packages/subgraphs/quest-subgraph by @dependabot in #196
- done by @kafann in #192
- Dashboard with active quest count + piggy but hardcode total bounties USD value by @Corantin in #190
- Reload on network change + Fallaback to http provider when wrong chainId by @Corantin in #207
- fix: disable link tag from tab index by @kamikazebr in #213
- [FIX] Some react render issues by @kamikazebr in #214
- Bump moment from 2.29.1 to 2.29.2 by @dependabot in #216
- Enhance Mobile responsivness + Sticky filter by @Corantin in #199
- Tooltip open on hover by @Corantin in #218
- [Fix] uniswap and network by @kamikazebr in #215
- [DONT MERGE BEFORE Uniswap and Network] - Token price caching by @Corantin in #226
- [Refact/Fix] typescript styled components by @kamikazebr in #219
- build(deps): bump async from 2.6.3 to 2.6.4 in /packages/subgraphs/celeste-subgraph by @dependabot in #231
- build(deps): bump async from 2.6.3 to 2.6.4 in /packages/subgraphs/quest-subgraph by @dependabot in #230
- Fix claim list order + Style pimpup by @Corantin in #217
- fix: create button in dashboard and footer fixed. by @kamikazebr in #232
- Stepper by @kafann in #235
- Transaction index + Back button when transaction by @Corantin in #241
- replace amountFieldInput + refactor quest figma by @alexchan0394 in #240
- added claimAll by @kafann in #247
- build(deps): bump cross-fetch from 3.1.4 to 3.1.5 in /packages/subgraphs/celeste-subgraph by @dependabot in #252
- quest list is in 2 columns and added useMemo for fakeQuests loading by @alexchan0394 in #248
- Fix/reclaim button by @Corantin in #249
- Collateral by @Corantin in #255
- [WIP]: include versioning in subgraph metadata. by @kamikazebr in #250
- Details on click by @kafann in #261
- Cleanup + Fix form is loading when pending tx and reopen modal#263 + add uniswap-v2 subgraph in code base + prepare for xdai by @Corantin in #265
- Change Govern subgraph to work with GovernQueue only + Add a task to … by @Corantin in #266
New Contributors
- @kamikazebr made their first contribution in #181
Full Changelog: 0.1.1-alpha...v0.2.0-beta
0.1.1-alpha
What's Changed
- Wrap up error logger with exception, sending to sentry by @Corantin in #155
- Description ellispsis by @Corantin in #156
- added Address below fund input + removed width=500 from fund and exec… by @alexchan0394 in #150
- Split amount-field-input into 2 field inputs by @alexchan0394 in #161
- amount bug + debouncer + bounty fix + disabled field by @kafann in #162
- Filter pimpup by @Corantin in #160
- Quest detail one scroll + creation time +display claim even if bounty… by @Corantin in #159
Full Changelog: v0.1.0-alpha...0.1.1-alpha
Alpha 1
This first release includes the app wired with the Rinkeby network.
The app is still in development and doesn't have any production release yet.
See Wiki for more details
There is a demo of the latest version here : https://quests.vercel.app/