Skip to content

Conversation

@gsstoykov
Copy link
Contributor

Description:

Deprecate EthereumFlow and test Jumbo Transactions.

Related issue(s):

Fixes #912

Notes for reviewer:
Still need to test Jumbo Transactions so WIP.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@gsstoykov gsstoykov self-assigned this Jul 9, 2025
@gsstoykov gsstoykov linked an issue Jul 9, 2025 that may be closed by this pull request
@gsstoykov gsstoykov changed the title chore(WIP): Deprecate EthereumFlow chore(WIP): Deprecate EthereumFlow and introduce Jumbo Transaction testing Jul 15, 2025

// Convert r and s to BIGNUM
BIGNUM* r = BN_bin2bn(reinterpret_cast<const unsigned char*>(rBytes.data()), 32, nullptr);
BIGNUM* s = BN_bin2bn(reinterpret_cast<const unsigned char*>(sBytes.data()), 32, nullptr);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI there are some objects in impl/openssl_utils that take care of the garbage collection for these OpenSSL types. You can either use the ones there or add more to simplify the processing here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jumbo transactions

3 participants