@ckb-lumos/rpc
Advanced tools
Comparing version 0.0.0-ckb2023-0b9b247-20230927113116 to 0.0.0-ckb2023-1c33153-20231107083958
@@ -373,3 +373,6 @@ "use strict"; | ||
blockHash, | ||
status | ||
status, | ||
...("reason" in txWithStatus.tx_status ? { | ||
reason: txWithStatus.tx_status.reason | ||
} : {}) | ||
}, | ||
@@ -376,0 +379,0 @@ timeAddedToPool: time_added_to_pool, |
@@ -105,2 +105,3 @@ /** | ||
status: TransactionStatus.Pending | TransactionStatus.Proposed | TransactionStatus.Rejected | TransactionStatus.Unknown; | ||
reason?: string; | ||
}; | ||
@@ -107,0 +108,0 @@ time_added_to_pool: Uint64 | null; |
{ | ||
"name": "@ckb-lumos/rpc", | ||
"version": "0.0.0-ckb2023-0b9b247-20230927113116", | ||
"version": "0.0.0-ckb2023-1c33153-20231107083958", | ||
"description": "RPC module for CKB", | ||
@@ -29,4 +29,4 @@ "homepage": "https://github.com/ckb-js/lumos#readme", | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.0.0-ckb2023-0b9b247-20230927113116", | ||
"@ckb-lumos/bi": "0.0.0-ckb2023-0b9b247-20230927113116", | ||
"@ckb-lumos/base": "0.0.0-ckb2023-1c33153-20231107083958", | ||
"@ckb-lumos/bi": "0.0.0-ckb2023-1c33153-20231107083958", | ||
"@vespaiach/axios-fetch-adapter": "^0.3.1", | ||
@@ -33,0 +33,0 @@ "axios": "0.27.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
345902
3501
+ Added@ckb-lumos/base@0.0.0-ckb2023-1c33153-20231107083958(transitive)
+ Added@ckb-lumos/bi@0.0.0-ckb2023-1c33153-20231107083958(transitive)
+ Added@ckb-lumos/codec@0.0.0-ckb2023-1c33153-20231107083958(transitive)
+ Added@ckb-lumos/toolkit@0.0.0-ckb2023-1c33153-20231107083958(transitive)
- Removed@ckb-lumos/base@0.0.0-ckb2023-0b9b247-20230927113116(transitive)
- Removed@ckb-lumos/bi@0.0.0-ckb2023-0b9b247-20230927113116(transitive)
- Removed@ckb-lumos/codec@0.0.0-ckb2023-0b9b247-20230927113116(transitive)
- Removed@ckb-lumos/toolkit@0.0.0-ckb2023-0b9b247-20230927113116(transitive)