-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add cost calc * test update * update cost log * fix merge * gas_used added * add trx details * fix * fix cost calc * extra trx impl * reason impl * impl * delete test_operator_spending.py * apply comments * add test * apply comment * log cost to db * init * impl * fix import solana_utils * comment operator cost * add depends_on to docker-compose * fix build * apply comments
- Loading branch information
1 parent
98507f8
commit 51c3119
Showing
3 changed files
with
22 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,8 @@ services: | |
- "9090" | ||
networks: | ||
- net | ||
depends_on: | ||
- postgres | ||
|
||
networks: | ||
net: |
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