Skip to content

tx: add peerdas blob transactions support #3976

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

tx: add peerdas blob transactions support #3976

wants to merge 32 commits into from

Conversation

g11tech
Copy link
Contributor

@g11tech g11tech commented Apr 14, 2025

WIP PR for supporting peerdas blob transactions and engineapi

@@ -630,6 +631,64 @@ export async function getCryptoFunctions(useJsCrypto: boolean): Promise<CustomCr
const cryptoFunctions: CustomCrypto = {}

const kzg = new microEthKZG(trustedSetup)
const cKzg = {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

temp using ckzg will microsigner impls the cell fns

Copy link

codecov bot commented Apr 18, 2025

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes missing coverage. Please review.

Project coverage is 83.64%. Comparing base (0303764) to head (f91bea7).
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block 84.33% <ø> (ø)
blockchain 89.32% <ø> (ø)
client ?
common 97.51% <100.00%> (+<0.01%) ⬆️
devp2p 86.78% <ø> (ø)
evm 73.11% <100.00%> (ø)
mpt 90.10% <ø> (+0.66%) ⬆️
statemanager 69.06% <ø> (ø)
static 99.11% <ø> (ø)
tx ?
util ?
vm 55.53% <75.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

export const jsKZG = new microEthKZG(trustedSetup)
const cKzg = {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

all changes here will be reverted when microethsigner will be ready with the new capabilities

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

Successfully merging this pull request may close these issues.

1 participant