Skip to content

Commit

Permalink
feat: hive (#765)
Browse files Browse the repository at this point in the history
* bump and fix deps

* bump katana

* update CI

* clean

* answer comments

* wip

* wip hive

* genesis builder

* clean CI

* fix CI

* fix funding

* updates to the genesis builder + hive genesis generation

* increase polling interval

* speed up with rayon

* fix comments

* answer comments

* answer comments

* update chain id

* renaming

* fix tests

* clippy
  • Loading branch information
greged93 authored Feb 12, 2024
1 parent 7b4887b commit c165e26
Show file tree
Hide file tree
Showing 31 changed files with 5,275 additions and 1,447 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ MONGO_DATABASE_NAME=Kakarot-Testnet-0
# Starknet Environment
STARKNET_NETWORK=
## Katana specific configurations
KATANA_ACCOUNT_ADDRESS=0x517ececd29116499f4a1b64b094da79ba08dfd54a3edaa316134c41f8160973
KATANA_PRIVATE_KEY=0x1800000000300000180000000000030000000000003006001800006600
KATANA_ACCOUNT_ADDRESS=0x01b44e32c8edbcada35fa7ae6f1f44bbc16657f442b7b19286812e1976c34d83
KATANA_PRIVATE_KEY=0x05b8e27acc53020ed612507af8245cbffafd8aa588b79decaee1acf99a1c5cc2
## Madara account address and private key
MADARA_ACCOUNT_ADDRESS=0x3
MADARA_PRIVATE_KEY=0x00c1cf1490de1352865301bb8705143f3ef938f97fdf892f1090dcb5ac7bcd1d
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Create dump
- name: Create dump
run: ./scripts/make_with_env.sh dump-katana
run: ./scripts/make_with_env.sh katana-genesis
- name: Lint
run: |
cargo check &&
Expand All @@ -76,4 +76,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: false
fail_ci_if_error: false
12 changes: 6 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ lint:
- [email protected]
- git-diff-check
- [email protected]
- markdownlint@0.38.0
- [email protected].1
- markdownlint@0.39.0
- [email protected].2
- [email protected]
- [email protected].4
- [email protected].5
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- trivy@0.48.3
- trufflehog@3.64.0
- yamllint@1.33.0
- trivy@0.49.1
- trufflehog@3.67.5
- yamllint@1.34.0
ignore:
- linters: [ALL]
paths:
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"files.exclude": {
"**/.git": false
},
"rust-analyzer.check.command": "clippy"
"rust-analyzer.check.command": "clippy",
"rust-analyzer.cargo.features": ["testing"]
}
Loading

0 comments on commit c165e26

Please sign in to comment.