Skip to content

Commit

Permalink
Add Unknown txn, remove maximum fee (#137)
Browse files Browse the repository at this point in the history
* remove maximum fee

* update feeCalculationStrategy test

* add in unknown transaction

* update version to v0.9.18

* update package
  • Loading branch information
sleepyOwl14 authored Jan 19, 2023
1 parent 4075e65 commit 9cc9de3
Show file tree
Hide file tree
Showing 8 changed files with 864 additions and 651 deletions.
196 changes: 88 additions & 108 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsjs-xpx-chain-sdk",
"version": "0.9.17",
"version": "0.9.18",
"description": "Proximax Blockchain sdk for typescript and javascript",
"scripts": {
"pretest": "npm run build",
Expand Down Expand Up @@ -42,9 +42,9 @@
"assert": "^2.0.0",
"chai": "^4.3.6",
"chai-spies": "^1.0.0",
"config": "^3.2.2",
"config": "^3.3.9",
"coveralls": "^3.0.5",
"mocha": "^9.2.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"secure-random": "^1.1.2",
"ts-mockito": "^2.4.2",
Expand Down
Loading

0 comments on commit 9cc9de3

Please sign in to comment.