Skip to content

Commit

Permalink
feat(data-stream): add fuel-core-nats V2 (#12)
Browse files Browse the repository at this point in the history
* add fuel-core-nats

* add --nats-url CLI option

* move crate

* fmt

* typo

* update

* update targets

* bump versions

* Cargo.lock

* bail if stream height does not match chain height

* appease typos check

* appease typos check
  • Loading branch information
lostman committed Jun 10, 2024
1 parent 3395096 commit a97be4b
Show file tree
Hide file tree
Showing 15 changed files with 12,766 additions and 1,102 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_VERSION }}
targets: wasm32-unknown-unknown
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-targets --all-features
Expand Down
2 changes: 1 addition & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[default]
extend-ignore-identifiers-re = ["TRO", "tro", "Tro"]
extend-ignore-identifiers-re = ["TRO", "tro", "Tro", "16Uiu2HAm6pmJUedRFjennk4A8yWL6zCApHCuykzRRroqMjjxZ8o6", "16Uiu2HAm8dBwTRzqazCMqQDdR8thMa7BKiW4ep2B4DoQQp6Qhyfd"]
Loading

0 comments on commit a97be4b

Please sign in to comment.