Skip to content

Commit

Permalink
Release 0.20.5 with a new endpoint (#1375)
Browse files Browse the repository at this point in the history
Add query and handling for `MessageStatus` (#1371)
The bridge UI requires an client endpoint for querying the status of a
specific `Message`, whether it has been spent or not. An additional
variant is added for unknown messages, i.e. messages that can't be found
in the DB.

---------

Co-authored-by: Green Baneling <XgreenX9999@gmail.com>

(cherry picked from commit c6b0df7)

---------

Co-authored-by: Mitchell Turner <james.mitchell.turner@gmail.com>
  • Loading branch information
xgreenx and MitchTurner authored Sep 21, 2023
1 parent 63aee00 commit a417952
Show file tree
Hide file tree
Showing 19 changed files with 775 additions and 458 deletions.
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[advisories]
ignore = ["RUSTSEC-2022-0093", "RUSTSEC-2023-0052"] # https://github.com/FuelLabs/fuel-core/issues/1298, https://github.com/FuelLabs/fuel-core/issues/1317
Loading

0 comments on commit a417952

Please sign in to comment.