Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update genesis-state for season2-devcon2024 #40

Merged
merged 4 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/Avail unification cup MRU.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
426 changes: 426 additions & 0 deletions data/season1-ethcc2024/genesis-state.json

Large diffs are not rendered by default.

File renamed without changes.
416 changes: 3 additions & 413 deletions genesis-state.json

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/mru-4.test.ts → tests/mru.4-teams.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { transitions } from "../src/stackr/transitions";
import { signByOperator } from "../src/utils";
import { stackrConfig } from "../stackr.config";

import genesisState4 from "../genesis/genesis-state.4.json";
import genesisState4 from "./fixtures/genesis-state.4-teams.json";

const testConfig = {
...stackrConfig,
Expand Down
2 changes: 1 addition & 1 deletion tests/mru-6.test.ts → tests/mru.6-teams.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { transitions } from "../src/stackr/transitions";
import { signByOperator } from "../src/utils";
import { stackrConfig } from "../stackr.config";

import genesisState6 from "../genesis/genesis-state.6.json";
import genesisState6 from "./fixtures/genesis-state.6-teams.json";

const testConfig = {
...stackrConfig,
Expand Down