-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/update coin transfer hasura and fix bug bulk insert coin transfer (
#488) * fix: fix bulk insert coin transfer * feat: update coin transfer hasura
- Loading branch information
1 parent
956c968
commit f1fd125
Showing
7 changed files
with
85 additions
and
3 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
19 changes: 19 additions & 0 deletions
19
hasura/metadata/databases/auratestnet/tables/public_coin_transfer.yaml
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
table: | ||
name: coin_transfer | ||
schema: public | ||
select_permissions: | ||
- role: internal_service | ||
permission: | ||
columns: | ||
- id | ||
- block_height | ||
- tx_id | ||
- tx_msg_id | ||
- from | ||
- to | ||
- amount | ||
- denom | ||
- timestamp | ||
- created_at | ||
filter: {} | ||
limit: 100 |
19 changes: 19 additions & 0 deletions
19
hasura/metadata/databases/euphoria/tables/public_coin_transfer.yaml
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
table: | ||
name: coin_transfer | ||
schema: public | ||
select_permissions: | ||
- role: internal_service | ||
permission: | ||
columns: | ||
- id | ||
- block_height | ||
- tx_id | ||
- tx_msg_id | ||
- from | ||
- to | ||
- amount | ||
- denom | ||
- timestamp | ||
- created_at | ||
filter: {} | ||
limit: 100 |
19 changes: 19 additions & 0 deletions
19
hasura/metadata/databases/serenity/tables/public_coin_transfer.yaml
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
table: | ||
name: coin_transfer | ||
schema: public | ||
select_permissions: | ||
- role: internal_service | ||
permission: | ||
columns: | ||
- id | ||
- block_height | ||
- tx_id | ||
- tx_msg_id | ||
- from | ||
- to | ||
- amount | ||
- denom | ||
- timestamp | ||
- created_at | ||
filter: {} | ||
limit: 100 |
19 changes: 19 additions & 0 deletions
19
hasura/metadata/databases/xstaxy/tables/public_coin_transfer.yaml
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
table: | ||
name: coin_transfer | ||
schema: public | ||
select_permissions: | ||
- role: internal_service | ||
permission: | ||
columns: | ||
- id | ||
- block_height | ||
- tx_id | ||
- tx_msg_id | ||
- from | ||
- to | ||
- amount | ||
- denom | ||
- timestamp | ||
- created_at | ||
filter: {} | ||
limit: 100 |
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