Skip to content

Commit

Permalink
Support delegated fee payment & other regression fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Sep 11, 2023
1 parent 0d935f3 commit aa51768
Show file tree
Hide file tree
Showing 16 changed files with 664 additions and 449 deletions.
368 changes: 265 additions & 103 deletions LTS.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radixdlt/radix-engine-toolkit",
"version": "0.4.0",
"version": "0.4.1",
"description": "A TypeScript wrapper for the Radix Engine Toolkit that provides many of the necessary tools to interact with the Radix ledger",
"types": "./dist/index.d.ts",
"main": "./dist/radix-engine-toolkit.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion resources/fixtures/address.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@
"output": "GlobalTransactionTracker"
}
]
}
}
2 changes: 1 addition & 1 deletion resources/fixtures/derive.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@
"output": "node_rdx1qfumuen7l8wthtz45p3ftn58pvrs9xlumvkuu2xet8egzkcklqtesnrmv85"
}
]
}
}
Loading

0 comments on commit aa51768

Please sign in to comment.