Skip to content

Commit

Permalink
Merge branch 'nightly' into kpp/system_caller
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Mar 28, 2024
2 parents 9b0f94d + f97c974 commit 60a1cdf
Show file tree
Hide file tree
Showing 862 changed files with 6,740 additions and 13,450 deletions.
11 changes: 2 additions & 9 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
*

# include source files
!/adapters
!/examples
!/full-node
!/fuzz
!/module-system
!/rollup-interface
!/scripts
!/test-da-dbs
!/utils
!/citrea
!/sovereign-sdk
!/hive
!Cargo.lock
!Cargo.toml
Expand Down
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: ""
---

**Is your feature request related to a problem? Please describe.**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ jobs:

- name: Run Forge build
run: |
cd module-system/module-implementations/sov-evm/src/evm/system_contracts
cd crates/evm/src/evm/system_contracts
forge --version
forge build --sizes
id: build

- name: Run Forge tests
run: |
cd module-system/module-implementations/sov-evm/src/evm/system_contracts
cd crates/evm/src/evm/system_contracts
forge test -vvv
id: test
2 changes: 1 addition & 1 deletion .github/workflows/docker_hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
docker:
timeout-minutes: 60
timeout-minutes: 120
name: Build and publish Docker image
runs-on: ubicloud-standard-16
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
path: ./artifacts

test:
timeout-minutes: 15
timeout-minutes: 120
strategy:
fail-fast: false

needs: prepare
name: run
runs-on: ubicloud-standard-4
runs-on: ubicloud-standard-8
permissions:
issues: write
steps:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ fuzz/Cargo.lock
.DS_Store

demo_data/
sequencer-db/
full-node-db/
/.vscode/*

/docker/credentials/*
Expand All @@ -18,4 +20,4 @@ demo_data/

adapters/solana/libyellowstone_grpc_geyser.dylib

adapters/bitcoin/reveal_*.tx
adapters/bitcoin/reveal_*.tx
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "module-system/module-implementations/sov-evm/src/evm/system_contracts/lib/forge-std"]
path = module-system/module-implementations/sov-evm/src/evm/system_contracts/lib/forge-std
[submodule "crates/evm/src/evm/system_contracts/lib/forge-std"]
path = crates/evm/src/evm/system_contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
Loading

0 comments on commit 60a1cdf

Please sign in to comment.