mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
fix: remove tx serialization check (#2293)
* remove tx serialization check * clean up * update changelog * bring back some of the logic to check txs * move memo logic to `validate` * move other checks to `validate` * fix tests * update cspell
This commit is contained in:
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@@ -1,11 +1,15 @@
|
||||
{
|
||||
"editor.tabSize": 2,
|
||||
"cSpell.words": [
|
||||
"Multisigned",
|
||||
"Setf",
|
||||
"hostid",
|
||||
"keypair",
|
||||
"keypairs",
|
||||
"multisign",
|
||||
"multisigned",
|
||||
"multisigning",
|
||||
"preauthorization",
|
||||
"secp256k1"
|
||||
"secp256k1",
|
||||
"Setf"
|
||||
],
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
|
||||
Reference in New Issue
Block a user