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:
Mayukha Vadari
2023-04-28 19:15:31 -04:00
committed by GitHub
parent 15e5eb552e
commit 2442ef1415
6 changed files with 64 additions and 146 deletions

10
.vscode/settings.json vendored
View File

@@ -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",