Skip to content

Commit

Permalink
Introduce remote block provider for import-blocks (#83)
Browse files Browse the repository at this point in the history
* Add more blockchain RPCs

* Include the block number in logging if any

* Abstract BlockProvider

* Add remote block import provider

* Feature gate the remote block import source

* Add subcoin-snapcake to default-members

* clippy fixes

* .
  • Loading branch information
liuchengxu authored Dec 25, 2024
1 parent 4c462cb commit 16daf12
Show file tree
Hide file tree
Showing 14 changed files with 538 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ jobs:
swap-storage: false

- name: Build snapcake
run: cargo build --locked --package subcoin-snapcake --release
run: cargo build --locked --bin snapcake --release
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Build snapcake binary
run: |
${{ matrix.build.command }} build --profile production --package subcoin-snapcake --locked --target ${{ matrix.build.target }}
${{ matrix.build.command }} build --profile production --bin snapcake --locked --target ${{ matrix.build.target }}
- name: Get version without v prefix (Ubuntu/macOS)
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
Expand Down
Loading

0 comments on commit 16daf12

Please sign in to comment.