modified .gitignore
@@ -8,3 +8,6 @@ coverage
|
|
|
|
|
|
| + | |
| + | |
| + | |
modified src/Header.svelte
@@ -13,12 +13,18 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -118,7 +124,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -181,6 +187,12 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/SeedDropdown.svelte
@@ -1,8 +1,8 @@
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -10,8 +10,8 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -29,16 +29,17 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/seeds/View.svelte
@@ -7,10 +7,26 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -106,10 +122,29 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
modified src/session.ts
@@ -7,6 +7,7 @@ import { Unreachable, assert, assertEq } from "@app/error";
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -31,6 +32,7 @@ export type State =
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -39,6 +41,7 @@ export interface Store extends Readable<State> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -48,6 +51,7 @@ export interface Store extends Readable<State> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -58,7 +62,7 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -82,7 +86,7 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -104,7 +108,7 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -153,6 +157,20 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -160,6 +178,7 @@ export const loadState = (initial: State): Store => {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -285,6 +304,26 @@ export async function changeAccounts(address: string): Promise<void> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -316,7 +355,8 @@ export function disconnectWallet(config: Config): void {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
modified src/siwe.ts
@@ -54,8 +54,6 @@ export async function signInWithEthereum(seed: Seed, config: Config): Promise<{
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified src/utils.ts
@@ -98,6 +98,12 @@ export function formatSeedId(id: string): string {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|