Skip to content

Commit

Permalink
feat: add method to serialize tron tx to raw hex (#40)
Browse files Browse the repository at this point in the history
* feat: add method to serialize tron tx to raw hex

* update dependencies (#41)

* feat: serialize btc raw tx

* fix: cargo lock

* changed required due lint alerts

* cleaning deny messages due web dependy tree

* improve code clean

* fix eth and matic tests

* fix default node in tests

---------

Co-authored-by: Fernando Sobreira <[email protected]>
Co-authored-by: Bruno Campos <[email protected]>
  • Loading branch information
3 people authored Jun 4, 2024
1 parent 5800202 commit d19d720
Show file tree
Hide file tree
Showing 9 changed files with 640 additions and 461 deletions.
11 changes: 5 additions & 6 deletions .pants-ignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"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-5363", "reason": "[email protected] from reqwest" },
{ "id": "CVE-2024-0727", "reason": "[email protected] from reqwest" }
]
{ "id": "CVE-2023-1255", "reason": "[email protected] from reqwest" },
{ "id": "CVE-2023-2975", "reason": "[email protected] from reqwest" },
{ "id": "CVE-2023-5363", "reason": "[email protected] from reqwest" },
{ "id": "CVE-2024-3296", "reason": "[email protected] from reqwest" }
]
}
Loading

0 comments on commit d19d720

Please sign in to comment.