-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(repo): Add db transaction for each block insertion (#378)
* fix(repo): fix receipts insertion on db * test(repo): add tests for domains * feat(repo): add db transaction for inserts * test(repo): fixing tests * build(repo): lint warnings * feat(consumer): add explicit rollback * build(repo): lint warnings * fix(repo): small details * fix(repo): api key integration * test(repo): enable tests again on ci * build(repo): fix docker * fix(repo): publish for fuel-streams
- Loading branch information
1 parent
3b75c46
commit b2cf435
Showing
146 changed files
with
5,392 additions
and
2,727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,7 @@ runs: | |
set_env_var "NATS_SYSTEM_PASS" "sys" | ||
set_env_var "NATS_ADMIN_USER" "admin" | ||
set_env_var "NATS_ADMIN_PASS" "admin" | ||
set_env_var "NATS_PUBLIC_USER" "default_user" | ||
set_env_var "NATS_PUBLIC_PASS" "" | ||
set_env_var "DATABASE_URL" "postgresql://[email protected]:26257/defaultdb?sslmode=disable" | ||
- name: Install Rust | ||
uses: dtolnay/rust-toolchain@master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.