Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish v1.2.0 #481

Merged
merged 94 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
900a4b5
chore: test archive
timstackblock Jul 12, 2023
c352a46
chore: add automated test
timstackblock Jul 21, 2023
b31c5b0
chore: update
timstackblock Jul 24, 2023
3d1283a
chore: update
timstackblock Jul 24, 2023
9e7e2fb
Merge branch 'develop' into automatedTest
timstackblock Jul 31, 2023
89acc7f
chore: add assertions
timstackblock Jul 31, 2023
bb5e2a9
chore: update test
timstackblock Aug 1, 2023
9f6646e
Merge branch 'develop' into automatedTest
timstackblock Aug 2, 2023
4e6fab6
Merge branch 'develop' into automatedTest
timstackblock Aug 3, 2023
443544d
update generated config with additional comments
ryanwaits Aug 11, 2023
af2adfd
change copy
ryanwaits Aug 12, 2023
fb10cb9
remove wording around burnchain
ryanwaits Aug 12, 2023
37f98d9
Update generator.rs
mefrem Aug 16, 2023
8774359
test: refactor script evaluation test
qustavo Oct 2, 2023
959da29
feat: add Wallet Descriptor Support for Transaction Indexing
qustavo Sep 2, 2023
e7f6e92
test: add Descriptor predicate tests
qustavo Oct 2, 2023
5616a6a
docs: update wallet description how-to
qustavo Oct 2, 2023
b0528cc
Merge pull request #447 from hirosystems/main
MicaiahReid Oct 12, 2023
d8d9979
fix(stacks-indexer): prevent subtract with overflow (#449)
MicaiahReid Oct 15, 2023
f1b89f7
fix: buffer decoding of archive file to reduce memory usage (#450)
MicaiahReid Oct 15, 2023
6e95f6d
chore: cargo fmt
Oct 12, 2023
6d63b1f
refactor: simplify model
Oct 12, 2023
b0bab52
chore: retrieve required function
Oct 12, 2023
fe2987f
chore: cargo fmt
Oct 12, 2023
56ffcc3
chore: update crates
Oct 12, 2023
f8bdef4
chore: update chainhook-sdk version
Oct 12, 2023
64f808c
chore: tweak dependencies
Oct 12, 2023
88f597e
fix: build error
Oct 16, 2023
3c3b4f8
chore: update chainhook-sdk version
MicaiahReid Oct 16, 2023
867424a
fix: enable default features for hiro-system-kit
MicaiahReid Oct 16, 2023
0de9374
chore: add comment
MicaiahReid Oct 17, 2023
b4ce82f
fix: skip empty chunks when decoding gz
MicaiahReid Oct 18, 2023
dbbf53a
Merge pull request #448 from hirosystems/feat/chainhook-sdk-tweaks
Oct 23, 2023
fbbf033
Merge branch 'develop' into feat/wallet-descriptors
Oct 23, 2023
b39c5cc
Update components/chainhook-cli/src/config/generator.rs
Oct 23, 2023
be59fed
Merge branch 'develop' into improvement/cli-config-generator
Oct 23, 2023
343f55d
Merge pull request #382 from hirosystems/improvement/cli-config-gener…
Oct 23, 2023
679d399
chore: move automate to tests/automation
Oct 23, 2023
c44ceee
Merge pull request #347 from hirosystems/automatedTest
Oct 23, 2023
8b189f8
Merge branch 'develop' into fix-tsv-ingestion-again
Oct 23, 2023
a001263
Merge branch 'develop' into feat/wallet-descriptors
Oct 23, 2023
8ab5df4
Merge pull request #407 from qustavo/feat/wallet-descriptors
Oct 23, 2023
78ae145
Merge branch 'develop' into fix-tsv-ingestion-again
Oct 23, 2023
c92eac7
chore: update secp256k1-sys
Oct 23, 2023
53b228f
chore: update openapi doc
Oct 23, 2023
3932b83
chore: rename automate to integration-tests
Oct 23, 2023
d729c7a
Merge pull request #456 from hirosystems/fix-tsv-ingestion-again
Oct 23, 2023
526de7a
feat: add inscription transfer destination schema
rafaelcr Nov 1, 2023
81f611e
Merge branch 'develop' into feat/transfer-destination
rafaelcr Nov 1, 2023
7abe4f6
feat: add bad request support
rafaelcr Nov 3, 2023
ee4b25e
Merge branch 'feat/transfer-destination' of github.com:hirosystems/ch…
rafaelcr Nov 3, 2023
1baee07
chore: restore useful method
Nov 8, 2023
35f9866
chore: update ordhook schemas
Nov 8, 2023
b30c843
Merge pull request #457 from hirosystems/feat/transfer-destination
Nov 8, 2023
90dffe1
chore: ugprade dependencies from clarinet
hugocaillard Nov 15, 2023
8b541e1
Merge branch 'develop' into feat/ordhook-schemas
Nov 15, 2023
164c106
refactor: review
hugocaillard Nov 15, 2023
549c775
feat: introduce signet mode
Nov 16, 2023
d6bfd11
Merge branch 'feat/ordhook-schemas' of github.com:hirosystems/chainho…
Nov 16, 2023
687e2ae
fix: address review
Nov 16, 2023
b47713c
Merge pull request #459 from hirosystems/chore/upgrade-dependencies
Nov 16, 2023
ec6c241
Squashed commit of the following:
Nov 16, 2023
da4c70f
Merge branch 'develop' into feat/ordhook-schemas
Nov 16, 2023
e2c0372
chore: update Cargo.lock
Nov 16, 2023
67745cc
chore: remove clarinet_files deps
Nov 16, 2023
126d049
fix: warnings
Nov 17, 2023
0017f7e
chore: update api spec
Nov 17, 2023
2973c22
Merge pull request #458 from hirosystems/feat/ordhook-schemas
Nov 17, 2023
9462ae3
fix: update ordhook URLs on typescript client
rafaelcr Nov 29, 2023
212e6f8
chore: update version
rafaelcr Nov 29, 2023
fa68839
Merge pull request #460 from hirosystems/fix/client-observers-url
Nov 29, 2023
22ca429
CI: Upload test results
aravindgee Nov 29, 2023
53f4cc4
chore: upgrade bitcoin
Dec 23, 2023
a6164ea
feat: broadcast ObserverEvent::BitcoinPredicateTriggered on successfu…
Dec 26, 2023
ad33417
chore: bump cargo version
Dec 26, 2023
7a0209b
fix: broken tests
Dec 26, 2023
b9c4a8a
chore: fix dockerfile
Dec 26, 2023
ea128b4
ci: update continuous deployment jobs
CharlieC3 Jan 2, 2024
d68f46f
Merge branch 'develop' into feat/jubilee
Jan 2, 2024
3522dcb
chore: attempt to fix dockerfile
Jan 3, 2024
20314d9
Merge branch 'feat/jubilee' of github.com:hirosystems/chainhook into …
Jan 3, 2024
823f430
feat: add jubilee support for inscription_revealed schemas (#470)
rafaelcr Jan 3, 2024
3379109
chore: revisit ordinals schema
Jan 11, 2024
c40dcab
chore: upgrade bitcoin
Dec 23, 2023
6407e2c
feat: broadcast ObserverEvent::BitcoinPredicateTriggered on successfu…
Dec 26, 2023
0a6c8c5
chore: bump cargo version
Dec 26, 2023
0e6359e
fix: broken tests
Dec 26, 2023
95461e6
chore: fix dockerfile
Dec 26, 2023
94e35a1
chore: attempt to fix dockerfile
Jan 3, 2024
169a522
chore: revisit ordinals schema
Jan 11, 2024
0b05dfd
Merge branch 'feat/jubilee' of github.com:hirosystems/chainhook into …
Jan 11, 2024
cc03387
chore: cargo fmt
Jan 11, 2024
60d2276
chore: update chainhook-sdk
Jan 11, 2024
abcf809
Merge pull request #468 from hirosystems/feat/jubilee
Jan 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
rustup update
RUST_BACKTRACE=1 cargo test --all --features redis_tests -- --test-threads=1

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

build-publish:
runs-on: ubuntu-latest
needs: test
Expand Down Expand Up @@ -132,7 +137,7 @@ jobs:
- name: Deploy Chainhook build to Dev ${{ matrix.k8s-env }}
uses: ./actions/deploy
with:
docker_tag: ${{ needs.build-publish.outputs.docker_image_digest }}
docker_image_tag_or_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
file_pattern: manifests/chainhooks/${{ matrix.k8s-env }}/chainhook-node/${{ env.DEPLOY_ENV }}/base/kustomization.yaml
gh_token: ${{ secrets.GH_TOKEN }}

Expand Down Expand Up @@ -174,7 +179,7 @@ jobs:
- name: Deploy Chainhook build to Stg ${{ matrix.k8s-env }}
uses: ./actions/deploy
with:
docker_tag: ${{ needs.build-publish.outputs.docker_image_digest }}
docker_image_tag_or_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
file_pattern: manifests/chainhooks/${{ matrix.k8s-env }}/chainhook-node/${{ env.DEPLOY_ENV }}/base/kustomization.yaml
gh_token: ${{ secrets.GH_TOKEN }}

Expand Down Expand Up @@ -218,6 +223,6 @@ jobs:
- name: Deploy Chainhook build to Prd ${{ matrix.k8s-env }}
uses: ./actions/deploy
with:
docker_tag: ${{ needs.build-publish.outputs.docker_image_digest }}
docker_image_tag_or_digest: ${{ needs.build-publish.outputs.docker_image_digest }}
file_pattern: manifests/chainhooks/${{ matrix.k8s-env }}/chainhook-node/${{ env.DEPLOY_ENV }}/base/kustomization.yaml
gh_token: ${{ secrets.GH_TOKEN }}
Loading
Loading