@muirglacier/jellyfish-transaction-builder
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -21,3 +21,3 @@ "use strict"; | ||
const txn_builder_error_1 = require("./txn_builder_error"); | ||
const MAX_FEE_RATE = new bignumber_js_1.default('0.00100000'); | ||
const MAX_FEE_RATE = new bignumber_js_1.default('0.5'); | ||
/** | ||
@@ -24,0 +24,0 @@ * Transaction builder for P2WPKH inputs. |
{ | ||
"private": false, | ||
"name": "@muirglacier/jellyfish-transaction-builder", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance for Bitcoin", | ||
@@ -25,5 +25,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@muirglacier/jellyfish-crypto": "0.0.3", | ||
"@muirglacier/jellyfish-transaction": "0.0.3", | ||
"@muirglacier/jellyfish-transaction-signature": "0.0.3" | ||
"@muirglacier/jellyfish-crypto": "0.0.4", | ||
"@muirglacier/jellyfish-transaction": "0.0.4", | ||
"@muirglacier/jellyfish-transaction-signature": "0.0.4" | ||
}, | ||
@@ -30,0 +30,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
124155
+ Added@muirglacier/jellyfish-buffer@0.0.4(transitive)
+ Added@muirglacier/jellyfish-crypto@0.0.4(transitive)
+ Added@muirglacier/jellyfish-transaction@0.0.4(transitive)
+ Added@muirglacier/jellyfish-transaction-signature@0.0.4(transitive)
- Removed@muirglacier/jellyfish-buffer@0.0.3(transitive)
- Removed@muirglacier/jellyfish-crypto@0.0.3(transitive)
- Removed@muirglacier/jellyfish-transaction@0.0.3(transitive)
- Removed@muirglacier/jellyfish-transaction-signature@0.0.3(transitive)