Refactor to use plugeth-statediff #1

Merged
roysc merged 14 commits from refactor-for-plugin into v5 2023-09-21 08:01:51 +00:00
Member
No description provided.
roysc added 4 commits 2023-09-11 17:53:01 +00:00
roysc force-pushed refactor-for-plugin from 86275727a8 to 5b0c135223 2023-09-14 12:06:48 +00:00 Compare
roysc changed title from WIP: Refactor to use plugeth-statediff to Refactor to use plugeth-statediff 2023-09-14 12:35:23 +00:00
roysc requested review from i-norden 2023-09-14 12:35:36 +00:00
roysc requested review from telackey 2023-09-14 12:35:37 +00:00
roysc added 1 commit 2023-09-14 17:03:06 +00:00
run test jobs directly
Some checks failed
Unit and integration tests / Run integration tests (pull_request) Failing after 5m43s
Unit and integration tests / Run unit tests (pull_request) Successful in 9m24s
f18de98545
roysc added 1 commit 2023-09-14 17:17:53 +00:00
don't need foundry
Some checks failed
Unit and integration tests / Run integration tests (pull_request) Failing after 5m51s
Unit and integration tests / Run unit tests (pull_request) Successful in 9m30s
94ce5e00bc
telackey requested changes 2023-09-15 20:37:59 +00:00
@ -37,1 +60,4 @@
run: |
curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so
chmod +x laconic-so
- run: pip install ./stack-orchestrator
Member

I think you are missing an action here:

      - name: "Install Python"
        uses: actions/setup-python@v4
        with:
          python-version: '3.8'
I think you are missing an action here: ``` - name: "Install Python" uses: actions/setup-python@v4 with: python-version: '3.8' ```
roysc marked this conversation as resolved
roysc added 2 commits 2023-09-20 17:47:40 +00:00
[wip] update deps
Some checks failed
Unit and integration tests / Run integration tests (pull_request) Failing after 6m12s
Unit and integration tests / Run unit tests (pull_request) Successful in 15m25s
fd3c5ade62
roysc added 1 commit 2023-09-20 19:31:10 +00:00
python 3.11
Some checks failed
Unit and integration tests / Run integration tests (pull_request) Failing after 7m15s
Unit and integration tests / Run unit tests (pull_request) Successful in 15m49s
77e264eef5
roysc added 1 commit 2023-09-21 04:16:09 +00:00
SO ref
Some checks failed
Unit and integration tests / Run unit tests (pull_request) Successful in 16m36s
Unit and integration tests / Run integration tests (pull_request) Failing after 24m54s
81fa0c2c0f
roysc added 2 commits 2023-09-21 07:05:07 +00:00
update ipld-eth-server
All checks were successful
Unit and integration tests / Run unit tests (pull_request) Successful in 14m42s
Unit and integration tests / Run integration tests (pull_request) Successful in 41m56s
8bc7e4e9ef
roysc requested review from telackey 2023-09-21 07:06:08 +00:00
roysc merged commit 867797225c into v5 2023-09-21 08:01:51 +00:00
roysc deleted branch refactor-for-plugin 2023-09-21 08:01:51 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-db-validator#1
No description provided.