@muirglacier/jellyfish-transaction-builder
Advanced tools
Comparing version 0.0.4 to 0.1.0
@@ -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.5'); | ||
const MAX_FEE_RATE = new bignumber_js_1.default('1'); | ||
/** | ||
@@ -24,0 +24,0 @@ * Transaction builder for P2WPKH inputs. |
{ | ||
"private": false, | ||
"name": "@muirglacier/jellyfish-transaction-builder", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance for Bitcoin", | ||
@@ -25,9 +25,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@muirglacier/jellyfish-crypto": "0.0.4", | ||
"@muirglacier/jellyfish-transaction": "0.0.4", | ||
"@muirglacier/jellyfish-transaction-signature": "0.0.4" | ||
}, | ||
"peerDependencies": { | ||
"muirglacier": "^0.0.3" | ||
"@muirglacier/jellyfish-crypto": "0.1.0", | ||
"@muirglacier/jellyfish-transaction": "0.1.0", | ||
"@muirglacier/jellyfish-transaction-signature": "0.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
3
124096
+ Added@muirglacier/jellyfish-buffer@0.1.0(transitive)
+ Added@muirglacier/jellyfish-crypto@0.1.0(transitive)
+ Added@muirglacier/jellyfish-transaction@0.1.0(transitive)
+ Added@muirglacier/jellyfish-transaction-signature@0.1.0(transitive)
- Removed@muirglacier/jellyfish-buffer@0.0.4(transitive)
- Removed@muirglacier/jellyfish-crypto@0.0.4(transitive)
- Removed@muirglacier/jellyfish-transaction@0.0.4(transitive)
- Removed@muirglacier/jellyfish-transaction-signature@0.0.4(transitive)
- Removedmuirglacier@0.0.3(transitive)