Skip to content

Commit

Permalink
Event Flows for Tangle (#363)
Browse files Browse the repository at this point in the history
* wip: Working on tangle compat with new event flows

* pre-processor w/ macro-injected encoding added

* Add integration test, ensure tangle integration test works, pre/post processing works

* Remove tangle-events

* Cleanup

* update CI

* Adjust forge usage

* chore: remove docs dir out of date

---------

Co-authored-by: Drew Stone <[email protected]>
  • Loading branch information
tbraun96 and drewstone authored Oct 24, 2024
1 parent e9c0785 commit aa13930
Show file tree
Hide file tree
Showing 31 changed files with 1,436 additions and 1,285 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ jobs:
timeout-minutes: 120
name: cargo clippy
runs-on: macos-latest
strategy:
matrix:
package: [
gadget-sdk,
blueprint-manager
]
steps:
- name: checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -71,8 +65,11 @@ jobs:
- name: install protobuf
run: brew install protobuf

- name: Forge build
run: forge update && cd blueprints/incredible-squaring-eigenlayer && forge build --root ./contracts

- name: Run Clippy
run: cargo clippy --package ${{ matrix.package }} --tests -- -D warnings
run: cargo clippy --tests -- -D warnings

testing:
timeout-minutes: 90
Expand All @@ -85,6 +82,7 @@ jobs:
blueprint-manager,
gadget-context-derive,
gadget-blueprint-proc-macro,
gadget-blueprint-proc-macro-playground,
]
steps:
- name: checkout code
Expand Down
Loading

0 comments on commit aa13930

Please sign in to comment.