Skip to content

Commit 36f71ec

Browse files
gupniksatoshiotomakany3fers0n
authored
Merge master into dev (#4337)
* feat(eip7702): Add Biz Smart Contract Account Type (#4319) * fix(eip7702): Add `UserOperationMode` * Add `erc4337.biz_account.abi.json` ABI * fix(eip7702): Add `test_barz_transfer_erc7702_eoa` test * fix(eip7702): Fix `Biz.execute4337Ops()` * fix(eip7702): Minor changes * fix(eip7702): Rename `UserOperationMode` to `SCAccountType` * fix: tron message sign (#4326) * Adds ability to specify the curve while constructing Private Key (#4324) * Adds ability to specify the curve while constructing Private Key * Adds signing functions without a curve * Migrates to new API * Use TWCoinTypeCurve * Adds Curve --------- Co-authored-by: Sergei Boiko <[email protected]> Co-authored-by: Yeferson Licet <[email protected]>
1 parent b5f6004 commit 36f71ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/common/PrivateKeyTests.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,5 @@ TEST(PrivateKey, SignShortDigest) {
328328
}
329329
}
330330

331+
331332
} // namespace TW::tests

0 commit comments

Comments
 (0)