added cypress/integration/connect.spec.ts
@@ -0,0 +1,19 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified cypress/integration/home.spec.ts
@@ -17,7 +17,7 @@ describe("Landing page", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified cypress/integration/project.spec.ts
@@ -21,7 +21,7 @@ describe("Project view", () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified cypress/plugins/index.cjs
@@ -8,7 +8,7 @@ module.exports = (on, config) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified cypress/support/index.ts
@@ -1,31 +1,92 @@
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -34,16 +95,28 @@ export class MockExtensionProvider extends ethers.providers.BaseProvider {
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
|
|
|
modified src/base/faucet/Index.svelte
@@ -32,7 +32,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -48,8 +48,8 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/base/faucet/Withdraw.svelte
@@ -25,7 +25,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/seeds/View.svelte
@@ -109,7 +109,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/session.ts
@@ -8,7 +8,6 @@ import type { TypedDataSigner } from '@ethersproject/abstract-signer';
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -23,7 +22,21 @@ export type TxState =
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -32,7 +45,7 @@ export type State =
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -47,7 +60,7 @@ export interface Store extends Readable<State> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -62,8 +75,9 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -87,13 +101,14 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -107,9 +122,10 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -125,6 +141,8 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -163,7 +181,7 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -179,7 +197,7 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -257,18 +275,20 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -301,7 +321,7 @@ window.ethereum?.on("accountsChanged", async ([address]: string) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -314,7 +334,7 @@ export function loadSeedSessions(): { [key: string]: SeedSession } {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -358,9 +378,10 @@ export function disconnectWallet(config: Config): void {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|