Releases: gnosis/cowswap
Hotfix v1.12.8 - FAQ updates and stuff
Description
- Update FAQ layout
- Update for sentry logging
- Update COW token image
Changelog
git log --oneline --no-decorate v1.12.3...HEAD
67b2d41 1.12.8
f34653d [Hotfix 🔥 ] - 1.12.8 (#2628)
9e25d14 1.12.7
f0d0050 [Hotfix 🔥 ] - 1.12.4 - rc.2 (#2615)
9735ce0 1.12.4-rc.1
e6c55bb Merge pull request #2612 from gnosis/hotfix/1.12.4
420873e [SENTRY] - Report order submission errors and update ignore list (#2531)
c9d7f16 1.12.4-rc.0
f1541e8 Merge pull request #2609 from gnosis/hotfix/1.12.4
9fde33b push new sentry config
05628f7 2604 - Override cow token image in activities modal (#2606)
108c6ea add userAddress to quoteParamChanged check (#2605)
Hotfix v1.12.3 - Post COW launch updates
v1.12.0 - vCoW - CoW Swapability
Description
- CIP-5: Enable Swapping of vCOW to COW
- CIP-3: Trading Fee discount for COW holders
- Improve performance with code splitting and lazy loading
- Some claim page fixes
Details
85a7b33 1.12.0
b970550 Change claims_repo_branch back to gip-13
0a874c5 Improve loading (#2595)
0b4cf6f Fix and update discount tier tests (#2598)
f40a576 1.12.0 - Revert Fee Breakdown Tooltip (#2596)
d6fed15 blog URL (#2597)
22cb9a3 Setting the right tiers (#2591)
d8df488 [Subsidy] - Show fee breakdown adjusted for subsidy! (#2590)
66dcd50 Fee subsidy modal styles (#2585)
024909c Added some updates (#2588)
82ed76c Showing max value on hover for vcow/cow amounts on profile (#2584)
b69c980 use CurrencyAmount instead of BN
39b3d74 Updated profile page and addes shimmer effect (#2581)
2f9d905 [Logging] - Only hide logs in production and ens environments (#2567)
9444aa3 Moving custom components to mod file to avoid circular dependencies/lazy loading issues (#2580)
5c9a914 Added swap vCow for Cow hook (#2577)
fde86c4 [CoW Subsidy] - connect real hook to other stuff (#2574)
1e02a05 Show real vCow and Cow data on profile page (#2568)
c7a371c Styled governance banner and inner card container. (#2575)
674202b Styling of vesting breakdown tooltip (#2572)
9b55468 [CoW Subsidy] Base PR (#2549)
54406f9 vCow swap abis and hook to fetch data (#2562)
b081511 Change warning on the profile page (#2556)
6637a8e Fix message (#2546)
e9c1d8a Merge branch 'master' into develop
c01d30a [Technical Debt] top level console override (replacement for 2532) (#2537)
Your order price is OK
Description
- Fixes a false positive in the message that informs if your order is out of market price
- Reduce logs and improve errors notifications to sentry
- Fixes an issue making Coinbase wallet to hang in connecting state #2514
Details
777d832 1.11.2-rc.0
3f01a63 Merge pull request #2542 from gnosis/hotfix/1.11.2
7fc8995 Add waiting time to reconnection (#2526)
f4a385c remove dead code
7011133 remove logs
a65fa69 pass sellAmountBeforeFee to necessary places
b5c1c00 add to BaseOrder type
e1c8be9 add sellAmountBeforeFee to PostOrderParams
Hotfix - 1.11.1 - 🤖 Sentry Upgrade 🤖
Updates/grades Sentry config to be more granular and adds integrations for better reporting
v1.11.0 "7Eleven" 🥛
Description
This release comes with a couple of noteworthy updates:
- Added support for Coinbase Wallet (Browser Extension / Mobile App) and Formatic
- A price quote is shown much faster, by prioritizing showing the first received price and 'lazy' update price as new quotes come in.
- Optimize some dependencies to reduce the size of the app
- Several improvements with affiliate program, claiming vCOW, menu and styles
- Improve responsiveness of header elements
- Fix token display in dark/light mode for transactions
Changelog
f4e511f [2506] Sync BE errors with FE (#2507)
ffbbda9 Use previously supported wallets (#2166)
670ecf3 Revert "Swap page layout (#2488)"
588ccf2 Add fast price fetching (#2477)
90e6843 Reduce dependencies (#2480)
795f7fc Fix for claim cancel popup icon (#2501)
67d6294 Swap page layout (#2488)
6be36ca Fix for already claimed button on claim successful screen (#2478)
af28821 2473/cancel claim issue (#2485)
55ffce3 Fix 404 for OPYN_LIST url (their file name changed) (#2481)
32c4765 Bump url-parse from 1.5.3 to 1.5.7 (#2476)
a8157ce 2150 Terms and Conditions: gnosis forum link (#2483)
6dc3d57 Scrollbar styles (#2421)
e4364cb Fix avilable claims issue on rinkeby (#2420)
7319d6c Enhance messages for Affiliate program (#2414)
e28bfd3 1867 - Add network if nonexistent (#2424)
9189731 2382/already claimed (#2394)
451206f Removed Ethereum word from popup text msg (#2412)
a57279f Show banner if the user has claimed already (#2393)
1e1b409 Menu: view all orders position (#2399)
ad5e98c Fix readme path and add users (#2400)
b551f2b Merge branch 'hotfix/1.10.1' into develop
af1a7c6 Updated gas estimation for gchain (#2391)
6763fc2 Bump simple-get from 2.8.1 to 2.8.2 (#2392)
ee0101a Improve responsiveness of header elements. (#2376)
653d9b6 Add alternative claim success sound. (#2384)
94245c5 Fix token display in dark/light mode for transactions. (#2386)
c939d78 Add CLA (#2390)
d1119ca Fix e2e (#2379)
e7feb5d Moved claim state updater to claim page (#2380)
22fc2d1 Update confirmation text based on chainId (#2373)
505a3b4 Remove some claim functions that are not being used (#2372)
fcb05fe Fix claim input error message position (#2368)
913a30a remove unused audio. (#2348)
Hotfix 1.10.4
Hotfix 1.10.4
Issue with network changing and waiting for chain specific price. Caused a crash.
Changelog
git log --oneline --no-decorate v1.10.3...HEAD
6e8c106 check that price amount is greater than 0
Hotfix v1.10.3 - Quote endpoint & native currency fix
Hotfix v1.10.3 - Quote endpoint & native currency fix
Price endpoint /quote
needed to be tweaked to properly deal with native currencies (ETH on Ethereum, XDAI on Gnosis Chain, etc)
Changelog
git log --oneline --no-decorate v1.10.2...HEAD
028293a 1.10.3
4e67235 check buyToken address and set to native
Hotfix v1.10.2 - Claim UI bug fixes
Hotfix v1.10.2
Fixing Claim UI bugs:
- Investment amounts were flipped depending on the selection order
- Removed the option to dismiss the claims available in another network banner
- Was not able to add gchain network when it's not yet added to Metamask
Changelog
git log --oneline --no-decorate v1.10.1...HEAD
b542902 1.10.2
6213813 Merge pull request #2430 from gnosis/hotfix/1.10.2
e9d8d76 Fix inverted invested amounts (#2426)
05aeb5d remove "cross" icon from claims available banner (#2428)
184c3a6 1867 - Add network if nonexistent (#2424) (#2427)
v1.10.0 - "Welcome to the CoWmunity!" 🐮🪙
- Adds a vCOW token claim flow, in anticipation of.
Changelog
3e6c644 1.10.0
cf9ab41 Merge pull request #2383 from gnosis/release/1.10
95d6ded Update confirmation text based on chainId (#2373)
1694f48 Remove some claim functions that are not being used (#2372)
0a2e75a Fix claim input error message position (#2368)
886cdf4 Claim bug fixes (#2362)
3dd6b62 Fix for eth/xdai balance symbol issue (#2378)
bc494da 1.10.0-rc.2
46e5467 Merge pull request #2363 from gnosis/release/1.10
ed734b7 Optimise error messages (claim) (#2351)
4955acc Remove unsused state (#2361)
8d4d2ad Merge branch 'develop' of github.com:gnosis/cowswap into develop
f8cd22d Merge branch 'release/1.10' into develop
65e7cc2 Add dedicated vCow icon. (#2357)
8d23af2 Add claim status reset (#2358)
954d790 2082/no success on failure (#2355)
f86ed9f Icons on activity details for claim (#2356)
b7ac116 Do not show vCOW button on prod environments (#2354)
35cdf27 Fix change or disconnect wallet after claim confirm (#2337)
f14e7b9 move affiliate banner to the top (#2329)
7aa7be5 2245/hide claims while loading (#2338)
bfd6846 Check pending claims for disconnected accounts (#2341)
519ee51 Reset ens on redux state when changing accounts (#2340)
b047e2e Add connect wallet button (#2328)
9bc32af 2245/hide claims while loading (#2338)
32c2f4f Check pending claims for disconnected accounts (#2341)
8de580d Improve eligible banner styles. (#2347)
3198060 Reset ens on redux state when changing accounts (#2340)
30ea2ec Improve header styles. (#2346)
a4a8bd4 Add connect wallet button (#2328)
8d9c7b3 Merge remote-tracking branch 'origin/master' into develop
0929268 1.10.0-RC.1
2025a7f Merge pull request #2308 from gnosis/release/1.10
386b64c Improve claim behalf error (#2334)
d01eaea Styling ready to claim section. (#2335)
b7e1425 Misc. styling and remove desc. on steps. (#2336)
c6a0d65 blur bg on err pages (#1829)
783ada1 Add vCOW banner link. (#2326)
f332962 Resetting claim status when resetting the state (#2322)
17a76f2 Reseting state on network change (#2321)
0aa36e0 [Claim] check other chains for claimable amts + click to change networks (#2313)
918b4ad [Claim - Approve Page] - UI/UX improvement: errors, messages, minor styles (#2304)
cd633a0 Reverting unwanted claim changes (#2323)
ce73a5b Improve claim someone (#2319)
68cf6d9 Added copy button to claiming account (#2317)
d797d68 move affiliate banner to the top (#2329)
e6476d9 Use cards for claim/receive accounts. (#2312)
13eabc8 Don't show zero ammount message by default (#2299)
a715a40 Add support for token transfer links (#2305)
5ca9174 Claim balance on vcow button (#2316)
97d3beb No longer showing claiming status on vCOW button (#2314)
eddab2c Fix code style issues with Prettier
929252d Add dots (#2315)
ba61da4 Fix claim table price (#2301)
4019ea5 Show warning when invested amount is not maximum available amount (#2288)
5510abf fix CoWmunity spelling (#2306)
278f311 Iterare success page post merge. (#2302)
6bf8ed7 Merge branch 'release/1.10' into develop
7b153b0 Success page (#2273)
7b33989 Responsive claim summary table (#2290)
82736a0 Style claim and invest page. (#2294)
8e946e4 1.10.0-RC.0
adbba3e Merge pull request #2289 from gnosis/release/1.10
926736c Removed unused flag IS_CLAIMING_ENABLED (it's defined elsewhere)
d1fbb50 Added full amounts on hover for all claims values (#2282)
3bcd42f Remove cow claim button desktop. (#2292)
435874c Disable claiming: BARN / PROD / ENS (#2298)
22eb955 Disable vCow balance dropdown on profile page (#2291)
7355deb [Claim] Revoke Approval hook (#2249)
a8d90c6 [Claim-Approve] Hook optional amountToCheckAgainstAllowance param (#2175)
19adb51 Check claims disconnected (#2281)
9b3cde3 Pr2256/follow up (#2279)
f58f3f0 vCOW EVERYWHERE! (not vCoW) (#2283)
49425bf Set initial claim invest input amount to an empty string (#2280)
1a0e727 Bump nanoid from 3.1.30 to 3.2.0 (#2257)
456c121 Responsive balance indicator. (#2272)
f4dd347 Add link read more in footer, and inform about changing networks (#2265)
142baaf add paragraphs (#2278)
88c3ce0 Add token to metamask (#2267)
202db80 Change text (#2268)
bdb4403 Add link to the profile (#2269)
71ecc44 Simplify links (#2266)
b7f82f0 Fix Gnosis Safe claiming Workflow (#2277)
35ba6b3 Add badges and link to etherscan (#2264)
aa5a8a2 Add moo sounds (#2259)
b1335dc Warning claim too much eth (#2256)
f4ae160 Claimed amount on success screen (#2253)
f5fe248 Dropdown component for vCOW balance (#2156)
2ffd5fe Add Recipient toggle (#2013)
0073200 Merge branch 'master' into develop
bb7b1a1 Lowercasing searched address to find it on chunk file (#2260)
ca3b4bd Claim invest general error msg (#2254)
b9523af Deployment in all networks (#2258)
4603884 Disable claim review on zero or not approved (#2250)
6499a5b Add external links to const. (#2252)
b3c8e1b Merge branch 'master' into develop
56fbeb1 Create and implement a Stepper component. (#2246)
26e7540 Disable claim review on errors (#2241)
5bbc4d8 Fix duplicate CSS properties. (#2243)
a76e668 Consistent locale on claim (#2240)
7b5ed4f Total vcow on investment summary (#2237)
77a9d57 Change account fixes (#2238)
d0cfce8 Pr2235/follow up (#2239)
edac11d Fix for investment amount reset when you go back (#2247)
0132fe7 Update address error msg text (#2248)
0a41de3 Claim partial investments (#2234)
b4ea095 Pr2232/follow up (#2236)
d775d94 Claim pending icon spinner and show timezone. (#2235)
81be361 Fixes the process console error (#2231)
ef171d2 Claim style improve 20 (#2232)
9f4605d Merge branch 'claim' into develop
ffb70c8 Hide claim button for claiming/claimed states (#2222)
9367f94 Fix for selectedAll field (#2226)
9615e5f Add link claiming (#2224)
eca3a88 Simplify error messages (#2217)
172b7ce Claim instead of claim (#2220)
5aab634 Misc styling (#2228)
a116ab5 Claim last investment page (#2227)
e8dbe09 Change contract (#2210)
f35c12f [CLAIM] Button refactor and error fix (#2218)
5d43dc5 Merge branch claim-investment-flow-3 into claim
8c95bba Fix error on bad merge
2146760 Improve input field claim (#2186)
391f26c Revert "New claim contract abi (#2194)"
a657285 Created type for price fn names (#2205)
7751865 [Claim-Reject-Modals] Fixes empty modal (#2204)
7099b6f [Claim] Rejected/failed/errors in claim flow (#2169)
7029923 Claim change account (#2173)
a57a283 New claim contract abi (#2194)
842d37d Claim investment (#2191)
1c15ca5 Claim dynamic prices (#2182)
45c0b23 Merge pull request #2163 from gnosis/claim-investment-flow-2
95fa842 Invest amount calculation update
fd056b1 Merge branch 'claim' into claim-investment-flow-2
9f448bf Merge branch 'claim-investment-flow-2' of github.com:gnosis/cowswap into claim-investment-flow-2
704c508 Update for initInvestFlowData
172fe43 Rename constacts (#2180)
8502d80 Claim style improve 10 (#2174)
ba6ff22 Fix bad merge (#2184)
6277b03 Use airdrop claim end date (#2178)
1599ccf 2120/refactor time hooks (#2179)
b7f6eee Pr2160/follow up (#2176)
d90b526 Merge branch 'claim' into claim-investment-flow-2
46410cc PR updates
325efc1 2120/claim countdowns (#2158)
706011e remove progress bar from Profile page (#2177)
0b6b4b7 Fix native investment (#2123)
2f2f1cb Wording change and CSS cleanup. (#2170)
00195a9 new progressbar component of claim branch && more values available (#2060)
edd210a Merge branch 'master' into develop
af68256 [Claim - ClaimTable - Pending] - Show loader and minor style change (#2162)
1346e0b Updated invest percentage logic
345c482 Moved invest data redux
a07c696 WIP styling investment flow. (#2152)
4c41c57 2139/claim identicon (#2161)
d1cd9a6 Fix free claims (#2160)
2830c00 Fixing assumtion regarding data format stored on redux (#2159)
5d21047 [Claim Approve] Approve button async logic and styles (#2155)
37fcffd Use theme colors. (#2113)
e492c21 Small claim fixes (#2153)
bd559e6 [Claim - Approve] -> USDC (#2154)
84a384d [Claim refactor] - Split InvestmentFlow and minor slider impl. (#2144)
9899670 Replace Gnosis Protocol --> CoW Protocol (#2140)
75d4d33 Change redux store on success claiming (#2141)
f560da0 Add claim finalized middleware (#2126)
8ef567f [Claim refactor] Table / InvestmentFlow / Status (#2138)
f3d027b get the chainId specific GNO (#2143)
2deafd3 [Claim] Approve flow - GNO approve (#2130)
51cde4f Refactor claim timestamp hooks (#2127)
f2765ea Updating vCOW contract address to 0x71A377EC0026A8E35AfD082d54E2f62d39AF075c (#2135)
8a83dd9 [CLAIM] Pending claim UI (#2049)
ddf8ca6 Update xdai and wxdai token logo (#2122)
fee0156 Merge pull request #2124 from gnosis/merge-develop-to-claim
5d7aa61 Merge branch 'develop' into claim
be65cac vCOW on profile (#2062)
ab29d42 Merge pull request #2086 from gnosis/update-contract
9af6cbf Update contract
224dab3 Claim refactor index redux (#2077)
f92674b [Claim refactor index] - Part 1 - Extrapolate 5 small components (summary, nav, claim messages) (#2072)
48d1b7a [Claim] Context state (#2064)
efc1af0 Claim hooks 4 exclude expired claims (#2059)
6272c54 [Claim] Profile: vCOW balance (#2051)
0bd3858 Pr2052/follow up (#2055)
efcb9ad Claim hooks 3 (#2056)
309753c Updated claim enum and fix language selector
42e307a Updated claim enum usage and some other small changes
319d7a9 Claim page 2 rebased (#2054)
c053cf2 Real airdrop repo (#2052)
8d53e6b Claim hooks 2 - ready to fetch (#2043)
956c342 Claim flow styles (#2042)
d2060bb Claim hooks pt 1 - useClaimCallback (#2041)
52b416f Claim hooks part 0 (#2032)
b1628bb vCow contracts...