This file contains hidden or 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
Timing is on. | |
id | type | operation | hash | options | created_at | updated_at | age | |
---------+---------+------------------------+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
This file contains hidden or 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
Timing is on. | |
id | type | origin | operation | status | action_id | action_type | price | hash | fail_reason | name | address | created_at | updated_at | |
---------+---------+-------------+-----------------------+---------------+-----------+---------------------------+-------+--------------------------------------------------------------------+---------------------------------+---------------------------+--------------------------------------------+----------------------------+---------------------------- | |
3098454 | MaticTx | Unstoppable | ResolverRecordsUpdate | Uninitialized | 141311 | DomainUpdateRecordsAction | 50 | | Transaction is not yet mirrored | diamond1.x | | |
This file contains hidden or 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
Timing is on. | |
id | type | origin | operation | status | hash | fail_reason | blockchain_action_id | price | event | ?column? | |
---------+---------+-------------+-----------------------+----------+--------------------------------------------------------------------+-------------+----------------------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
This file contains hidden or 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
Timing is on. | |
owner_address | name | |
--------------------------------------------+------------------------------------------------ | |
0x470322ca037e3a17b1640719fb00ebb1046f5fbe | lonestarnationalbank.coin | |
0x470322ca037e3a17b1640719fb00ebb1046f5fbe | globelifeinsurance.coin | |
0x690af543ed9a9a4198d22f1e48d95a874a57b486 | local798.coin | |
0xd9400cee12f1625065da82bbbbc325bbcd610401 | bitcoinbilly.coin | |
0xd9400cee12f1625065da82bbbbc325bbcd610401 | bitcoinwilson.coin | |
0xbe8197f4602af0d52b4138fb9e9cd2d4e7025c58 | iuoe112.coin | |
0xbe8197f4602af0d52b4138fb9e9cd2d4e7025c58 | iuoelocal112.coin |
This file contains hidden or 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
Timing is on. | |
id | type | origin | operation | status | hash | fail_reason | price | event | name | address | created_at | updated_at | |
---------+---------+-------------+-----------------------+---------------+--------------------------------------------------------------------+---------------------------------+-------+-------------------------------------------------------------------------------------------------------------------------------------------------- |
This file contains hidden or 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
Timing is on. | |
owner_address | count | |
--------------------------------------------+------- | |
0xee89375f8eb351fe4cdb26f20d6c418808e323ff | 1794 | |
0x1bac387dfaec0dffa781c2d0f8c6ac1d295dde7e | 914 | |
0x248ffbfbf0e22045d928d59a14088caf68cc055f | 727 | |
0x223a68701a3939fbb31dfe7a8d54fba37f5c94ac | 408 | |
0xeebe2c7971c6131281a6a0817cb98a92040122b8 | 383 | |
0xc8db9480732ccaf9cc78ff3d9c383f6a9bd99cde | 363 | |
0xe188697735adec803709130bfd6a233e00f491c2 | 269 |
This file contains hidden or 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
diff --git a/backend/lib/routes/resellers/v1/DomainActionsController.ts b/backend/lib/routes/resellers/v1/DomainActionsController.ts | |
index 2f62cdcc73..1d2135ff2c 100644 | |
--- a/backend/lib/routes/resellers/v1/DomainActionsController.ts | |
+++ b/backend/lib/routes/resellers/v1/DomainActionsController.ts | |
@@ -64,14 +64,14 @@ const DomainActionsController = { | |
res: Response<DomainActionResponse>, | |
) => { | |
if (await isInvalidGetOneRequest(req)) { | |
- throw new HttpError.BadRequest('Invalid request'); | |
+ throw new ResellerApiError('REQUEST_INVALID', 'Invalid request'); |
This file contains hidden or 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
Timing is on. | |
owner_address | c | |
--------------------------------------------+------- | |
0x43f62b887b6ef682de8e91024ea38c435802cab8 | 19140 | |
0xd5ce099b9aed1169c919c684e795fa63037be198 | 4616 | |
0x3767fdcafc776f0b66f19aed6e9feb81fc9ebe2f | 2024 | |
0xc1316a8ba720cc321a1abbf7c0f28e8cbcaec7b0 | 1896 | |
0x1a1cc2701450c4538cb57d7130988fac65489a36 | 1593 | |
0xfedde774746d1b899d06ad3f8c1592cd642ad731 | 1177 | |
0x6cfa4a1874c0d56244af8cd08ac5f0b1f1f62114 | 774 |
This file contains hidden or 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
Timing is on. | |
type | fail_reason | count | last_at | |
---------+----------------------------------------------------------------------------------------------+-------+---------------------------- | |
MaticTx | Transaction gas usage exceeds the allowed limit | 216 | 2022-08-08 12:22:13.406288 | |
MaticTx | Eth call reverted: cannot estimate gas; transaction may fail or may require manual gas limit | 1399 | 2022-08-07 18:20:44.722511 | |
MaticTx | Parent transaction was rejected | 233 | 2022-08-06 23:18:39.855784 | |
EthTx | Watched transaction is no longer in pool | 231 | 2022-08-06 23:18:39.73773 | |
EthTx | Unknown Ethereum network rejection reason | 6 | 2022-08-06 05:29:01.000296 | |
ZilTx | Manually Re |
This file contains hidden or 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
Timing is on. | |
operation | max | count | |
-----------------------+----------------------------+-------- | |
Unknown | 2020-04-30 14:05:09.320843 | 239547 | |
DeployResolver | 2022-07-11 16:39:22.070517 | 87551 | |
VestUserAccount | 2022-07-26 06:49:08.658181 | 72273 | |
MintDomain | 2022-07-11 16:39:22.040046 | 63932 | |
ResolverRecordsUpdate | 2022-07-10 20:26:42.819258 | 57884 | |
TxpAccountFunding | 2022-07-19 21:25:18.014393 | 34030 | |
SetDomainResolver | 2022-06-27 18:06:47.074833 | 22851 |