trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.31k forks source link

Does @truffle/hdwallet-provider support private transaction in Quorum. #4303

Open Srinivasan2312 opened 3 years ago

Srinivasan2312 commented 3 years ago

Issue

privateFor field in transaction object is not getting recognized when using @truffle/hdwallet-provider. Does truffle/hdwallet support Quorum private transaction?

Steps to Reproduce

Create web3 instance using truffle HDwallet provider and set from, gasPrice, gas, privateFor in transaction object and invoke transaction on quorum network.

Expected Behavior

Transaction successful and ledger updated.

Actual Results

Transaction status is success but still ledger is not getting updated.

caleteeter commented 3 years ago

Adding to this, #2153 is related to this.

MicaiahReid commented 3 years ago

Thanks @Srinivasan2312 for reporting this and @caleteeter for working on a fix!