@stellar-expert/tx-meta-effects-parser 8.3.1 → 8.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellar-expert/tx-meta-effects-parser",
3
- "version": "8.3.1",
3
+ "version": "8.3.2",
4
4
  "description": "Low-level effects parser for Stellar transaction results and meta XDR",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -48,8 +48,6 @@ function parseLedgerEntryChanges(ledgerEntryChanges, filter = undefined) {
48
48
  change.type = stateData.entry
49
49
  break
50
50
  case 'updated':
51
- if (type === 'contractCode')
52
- console.warn(new UnexpectedTxMetaChangeError({type, action})) //happens only in protocol 20
53
51
  change.before = state
54
52
  change.after = stateData
55
53
  change.type = stateData.entry