Skip to content

Commit

Permalink
Transaction status subscription (#748)
Browse files Browse the repository at this point in the history
* stream and unit tests

* working subscriptions

* fix snapshots

* check for submitted after finalized status

* refactor status channels and move status trigger to tx pool

* fix pin

* Update fuel-core-interfaces/src/txpool.rs

Co-authored-by: Brandon Kite <brandonkite92@gmail.com>

* Update fuel-client/src/client.rs

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

* update docs for squeezed out

* fix test

* fix timestamps

* fix schema

Co-authored-by: Brandon Kite <brandonkite92@gmail.com>
Co-authored-by: Green Baneling <XgreenX9999@gmail.com>
  • Loading branch information
3 people authored Nov 9, 2022
1 parent b502450 commit 595c40b
Show file tree
Hide file tree
Showing 35 changed files with 1,227 additions and 180 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
.terraform
*.tfstate*
*.terraform.lock.hcl*
.vscode
.vscode
.cov
lcov.info
Loading

0 comments on commit 595c40b

Please sign in to comment.