Remove test and earn (#2869)

* remove test and earn

* update changelog
This commit is contained in:
Fouad
2023-01-19 10:40:37 +00:00
committed by GitHub
parent 80017d258d
commit b2ed078e0f
4 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -2,6 +2,8 @@
## UNRELEASED
- Remove test and earn
## [nym-connect-v1.1.6](https://github.com/nymtech/nym/tree/nym-connect-v1.1.6) (2023-01-17)
- part (1) show gateway status on the UI if the gateway is not live, is overloaded or is slow ([#2824])
@@ -49,7 +51,6 @@ This release contains the new opt-in Test & Earn program, and it uses a stress-t
[#1789]: https://github.com/nymtech/nym/pull/1789
[#1805]: https://github.com/nymtech/nym/pull/1805
## [nym-connect-v1.1.0](https://github.com/nymtech/nym/tree/nym-connect-v1.1.0) (2022-11-09)
- nym-connect: rework of rewarding changes the directory data structures that describe the mixnet topology ([#1472])
@@ -77,7 +78,6 @@ This release contains the new opt-in Test & Earn program, and it uses a stress-t
[#1540]: https://github.com/nymtech/nym/pull/1540
## [nym-connect-v1.0.1](https://github.com/nymtech/nym/tree/nym-connect-v1.0.1) (2022-07-22)
### Added
+1 -1
View File
@@ -68,7 +68,7 @@
{
"title": "NymConnect",
"width": 240,
"height": 675,
"height": 635,
"resizable": false,
"decorations": false,
"transparent": true
@@ -53,6 +53,5 @@ export const ConnectedLayout: FCWithChildren<{
{/* <ConnectionStats stats={stats} /> */}
<ConnectionTimer connectedSince={connectedSince} />
<ConnectionButton status={status} busy={busy} onClick={onConnectClick} isError={isError} />
<TestAndEarnButtonArea />
</>
);
@@ -44,8 +44,6 @@ export const DefaultLayout: FCWithChildren<{
isError={isError}
onClick={onConnectClick}
/>
<TestAndEarnButtonArea />
<AppVersion />
</Box>
);
};