Skip to content

Commit

Permalink
set compressed default for BTC from bytes (#28)
Browse files Browse the repository at this point in the history
* set compressed default for BTC from bytes

* update deps && remove cargo outdated check

* fix broken tests

* btc fix serde default height

* HTTP basic auth

* basic auth for BTC && switch test address
  • Loading branch information
fbsobreira authored Dec 21, 2023
1 parent 4cf63f6 commit bc29fef
Show file tree
Hide file tree
Showing 12 changed files with 515 additions and 386 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: checks
run: |
cargo deny check
cargo outdated --exit-code 1
cargo pants
- name: Restore .env file
Expand Down
3 changes: 2 additions & 1 deletion .pants-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignore": [
{ "id": "CVE-2023-1255", "reason": "[email protected] from reqwest" },
{ "id": "CVE-2023-2975", "reason": "[email protected] from reqwest" },
{ "id": "CVE-2023-3446", "reason": "[email protected] from reqwest" }
{ "id": "CVE-2023-3446", "reason": "[email protected] from reqwest" },
{ "id": "CVE-2023-5363", "reason": "[email protected] from reqwest" }
]
}
Loading

0 comments on commit bc29fef

Please sign in to comment.