Skip to content

Commit

Permalink
updated tx signing lib
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainLEVI-XXX committed Dec 14, 2023
1 parent 185e221 commit c882d18
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 87 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@
### 1.2.4 (2023-11-30)

- Add gas limit and gas estimation in getFees()
- updated tests for getFees() update
- updated tests for getFees() update

### 1.2.5 (2023-12-14)

- Replaced deprecated ethereumjs-tx lib to @ethereumjs/tx and @ethereumjs/common for transaction signing.
276 changes: 200 additions & 76 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getsafle/vault-bsc-controller",
"version": "1.2.4",
"version": "1.2.5",
"description": "",
"engines": {
"node": ">= 10"
Expand Down Expand Up @@ -40,13 +40,14 @@
"nyc": "^15.0.0"
},
"dependencies": {
"@ethereumjs/common": "^4.1.0",
"@ethereumjs/tx": "^5.1.0",
"bip39": "^3.0.4",
"browser-passworder": "^2.0.3",
"crypto-js": "^4.1.1",
"eth-hd-keyring": "^3.6.0",
"eth-sig-util": "^3.0.1",
"eth-simple-keyring": "^4.2.0",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^7.1.0",
"hdkey": "^2.0.1",
"loglevel": "^1.7.1",
Expand Down

0 comments on commit c882d18

Please sign in to comment.