Skip to content

Commit bf57df7

Browse files
ArtiomTrsauliusgrigaitis
authored andcommitted
Bump c-kzg-4844 commit hash to latest version
1 parent 06835d1 commit bf57df7

File tree

10 files changed

+48
-48
lines changed

10 files changed

+48
-48
lines changed

.github/workflows/backend-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: benchmarks
22
on: [push, pull_request, workflow_dispatch]
33
env:
4-
C_KZG_4844_GIT_HASH: '00ae727c21a346ba0bd027eca6e378da0def988f'
4+
C_KZG_4844_GIT_HASH: '673d93cdb5b61072f288f08c147c180cf378cb9b'
55

66
jobs:
77
benchmarks:

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: tests
22
on: [push, pull_request, workflow_dispatch]
33
env:
4-
C_KZG_4844_GIT_HASH: '00ae727c21a346ba0bd027eca6e378da0def988f'
4+
C_KZG_4844_GIT_HASH: '673d93cdb5b61072f288f08c147c180cf378cb9b'
55

66
jobs:
77
kzg_ci:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
C_KZG_4844_GIT_HASH: '00ae727c21a346ba0bd027eca6e378da0def988f'
10+
C_KZG_4844_GIT_HASH: '673d93cdb5b61072f288f08c147c180cf378cb9b'
1111

1212
jobs:
1313
release-build:

arkworks3/rust.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From 4827bc7aef00721206d42b2615b5340344e488b3 Mon Sep 17 00:00:00 2001
2-
From: sirse <artiom.tretjakovas2@gmail.com>
3-
Date: Thu, 16 Oct 2025 14:51:36 +0300
1+
From 4eafe165d4030a7f5833f3855f5df3dc31bd5373 Mon Sep 17 00:00:00 2001
2+
From: Artiom Tretjakovas <hi@sirse.dev>
3+
Date: Thu, 26 Feb 2026 20:40:37 +0200
44
Subject: [PATCH] Patch rust bindings
55

66
---
@@ -9,14 +9,14 @@ Subject: [PATCH] Patch rust bindings
99
2 files changed, 4 insertions(+), 47 deletions(-)
1010

1111
diff --git a/Cargo.toml b/Cargo.toml
12-
index 75784d3..d7e4e94 100644
12+
index 01d6702..46c37e9 100644
1313
--- a/Cargo.toml
1414
+++ b/Cargo.toml
1515
@@ -1,3 +1,4 @@
1616
+[workspace]
1717
[package]
1818
name = "c-kzg"
19-
version = "2.1.5"
19+
version = "2.1.6"
2020
diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs
2121
index 2f4170a..14b0963 100644
2222
--- a/bindings/rust/build.rs
@@ -79,5 +79,5 @@ index 2f4170a..14b0963 100644
7979

8080
#[cfg(feature = "generate-bindings")]
8181
--
82-
2.43.0
82+
2.51.2
8383

arkworks4/rust.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From 4827bc7aef00721206d42b2615b5340344e488b3 Mon Sep 17 00:00:00 2001
2-
From: sirse <artiom.tretjakovas2@gmail.com>
3-
Date: Thu, 16 Oct 2025 14:51:36 +0300
1+
From 4eafe165d4030a7f5833f3855f5df3dc31bd5373 Mon Sep 17 00:00:00 2001
2+
From: Artiom Tretjakovas <hi@sirse.dev>
3+
Date: Thu, 26 Feb 2026 20:40:37 +0200
44
Subject: [PATCH] Patch rust bindings
55

66
---
@@ -9,14 +9,14 @@ Subject: [PATCH] Patch rust bindings
99
2 files changed, 4 insertions(+), 47 deletions(-)
1010

1111
diff --git a/Cargo.toml b/Cargo.toml
12-
index 75784d3..d7e4e94 100644
12+
index 01d6702..46c37e9 100644
1313
--- a/Cargo.toml
1414
+++ b/Cargo.toml
1515
@@ -1,3 +1,4 @@
1616
+[workspace]
1717
[package]
1818
name = "c-kzg"
19-
version = "2.1.5"
19+
version = "2.1.6"
2020
diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs
2121
index 2f4170a..14b0963 100644
2222
--- a/bindings/rust/build.rs
@@ -79,5 +79,5 @@ index 2f4170a..14b0963 100644
7979

8080
#[cfg(feature = "generate-bindings")]
8181
--
82-
2.43.0
82+
2.51.2
8383

arkworks5/rust.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From 4827bc7aef00721206d42b2615b5340344e488b3 Mon Sep 17 00:00:00 2001
2-
From: sirse <artiom.tretjakovas2@gmail.com>
3-
Date: Thu, 16 Oct 2025 14:51:36 +0300
1+
From 4eafe165d4030a7f5833f3855f5df3dc31bd5373 Mon Sep 17 00:00:00 2001
2+
From: Artiom Tretjakovas <hi@sirse.dev>
3+
Date: Thu, 26 Feb 2026 20:40:37 +0200
44
Subject: [PATCH] Patch rust bindings
55

66
---
@@ -9,14 +9,14 @@ Subject: [PATCH] Patch rust bindings
99
2 files changed, 4 insertions(+), 47 deletions(-)
1010

1111
diff --git a/Cargo.toml b/Cargo.toml
12-
index 75784d3..d7e4e94 100644
12+
index 01d6702..46c37e9 100644
1313
--- a/Cargo.toml
1414
+++ b/Cargo.toml
1515
@@ -1,3 +1,4 @@
1616
+[workspace]
1717
[package]
1818
name = "c-kzg"
19-
version = "2.1.5"
19+
version = "2.1.6"
2020
diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs
2121
index 2f4170a..14b0963 100644
2222
--- a/bindings/rust/build.rs
@@ -79,5 +79,5 @@ index 2f4170a..14b0963 100644
7979

8080
#[cfg(feature = "generate-bindings")]
8181
--
82-
2.43.0
82+
2.51.2
8383

blst/rust.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From 4827bc7aef00721206d42b2615b5340344e488b3 Mon Sep 17 00:00:00 2001
2-
From: sirse <artiom.tretjakovas2@gmail.com>
3-
Date: Thu, 16 Oct 2025 14:51:36 +0300
1+
From 4eafe165d4030a7f5833f3855f5df3dc31bd5373 Mon Sep 17 00:00:00 2001
2+
From: Artiom Tretjakovas <hi@sirse.dev>
3+
Date: Thu, 26 Feb 2026 20:40:37 +0200
44
Subject: [PATCH] Patch rust bindings
55

66
---
@@ -9,14 +9,14 @@ Subject: [PATCH] Patch rust bindings
99
2 files changed, 4 insertions(+), 47 deletions(-)
1010

1111
diff --git a/Cargo.toml b/Cargo.toml
12-
index 75784d3..d7e4e94 100644
12+
index 01d6702..46c37e9 100644
1313
--- a/Cargo.toml
1414
+++ b/Cargo.toml
1515
@@ -1,3 +1,4 @@
1616
+[workspace]
1717
[package]
1818
name = "c-kzg"
19-
version = "2.1.5"
19+
version = "2.1.6"
2020
diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs
2121
index 2f4170a..14b0963 100644
2222
--- a/bindings/rust/build.rs
@@ -79,5 +79,5 @@ index 2f4170a..14b0963 100644
7979

8080
#[cfg(feature = "generate-bindings")]
8181
--
82-
2.43.0
82+
2.51.2
8383

constantine/rust.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From 4827bc7aef00721206d42b2615b5340344e488b3 Mon Sep 17 00:00:00 2001
2-
From: sirse <artiom.tretjakovas2@gmail.com>
3-
Date: Thu, 16 Oct 2025 14:51:36 +0300
1+
From 4eafe165d4030a7f5833f3855f5df3dc31bd5373 Mon Sep 17 00:00:00 2001
2+
From: Artiom Tretjakovas <hi@sirse.dev>
3+
Date: Thu, 26 Feb 2026 20:40:37 +0200
44
Subject: [PATCH] Patch rust bindings
55

66
---
@@ -9,14 +9,14 @@ Subject: [PATCH] Patch rust bindings
99
2 files changed, 4 insertions(+), 47 deletions(-)
1010

1111
diff --git a/Cargo.toml b/Cargo.toml
12-
index 75784d3..d7e4e94 100644
12+
index 01d6702..46c37e9 100644
1313
--- a/Cargo.toml
1414
+++ b/Cargo.toml
1515
@@ -1,3 +1,4 @@
1616
+[workspace]
1717
[package]
1818
name = "c-kzg"
19-
version = "2.1.5"
19+
version = "2.1.6"
2020
diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs
2121
index 2f4170a..14b0963 100644
2222
--- a/bindings/rust/build.rs
@@ -79,5 +79,5 @@ index 2f4170a..14b0963 100644
7979

8080
#[cfg(feature = "generate-bindings")]
8181
--
82-
2.43.0
82+
2.51.2
8383

mcl/rust.patch

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
From a4e7e8f114ea56cd4756f5bc9b9a481cf6b956a4 Mon Sep 17 00:00:00 2001
2-
From: sirse <artiom.tretjakovas2@gmail.com>
3-
Date: Wed, 29 Oct 2025 16:55:26 +0200
1+
From 4eafe165d4030a7f5833f3855f5df3dc31bd5373 Mon Sep 17 00:00:00 2001
2+
From: Artiom Tretjakovas <hi@sirse.dev>
3+
Date: Thu, 26 Feb 2026 20:40:37 +0200
44
Subject: [PATCH] Patch rust bindings
55

66
---
77
Cargo.toml | 1 +
8-
bindings/rust/build.rs | 51 ++++--------------------------------------
9-
2 files changed, 5 insertions(+), 47 deletions(-)
8+
bindings/rust/build.rs | 50 +++---------------------------------------
9+
2 files changed, 4 insertions(+), 47 deletions(-)
1010

1111
diff --git a/Cargo.toml b/Cargo.toml
12-
index 75784d3..d7e4e94 100644
12+
index 01d6702..46c37e9 100644
1313
--- a/Cargo.toml
1414
+++ b/Cargo.toml
1515
@@ -1,3 +1,4 @@
1616
+[workspace]
1717
[package]
1818
name = "c-kzg"
19-
version = "2.1.5"
19+
version = "2.1.6"
2020
diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs
21-
index 2f4170a..06d136d 100644
21+
index 2f4170a..14b0963 100644
2222
--- a/bindings/rust/build.rs
2323
+++ b/bindings/rust/build.rs
2424
@@ -3,53 +3,10 @@ use std::{env, path::PathBuf};
@@ -80,5 +80,5 @@ index 2f4170a..06d136d 100644
8080

8181
#[cfg(feature = "generate-bindings")]
8282
--
83-
2.43.0
83+
2.51.2
8484

zkcrypto/rust.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
From 4827bc7aef00721206d42b2615b5340344e488b3 Mon Sep 17 00:00:00 2001
2-
From: sirse <artiom.tretjakovas2@gmail.com>
3-
Date: Thu, 16 Oct 2025 14:51:36 +0300
1+
From 4eafe165d4030a7f5833f3855f5df3dc31bd5373 Mon Sep 17 00:00:00 2001
2+
From: Artiom Tretjakovas <hi@sirse.dev>
3+
Date: Thu, 26 Feb 2026 20:40:37 +0200
44
Subject: [PATCH] Patch rust bindings
55

66
---
@@ -9,14 +9,14 @@ Subject: [PATCH] Patch rust bindings
99
2 files changed, 4 insertions(+), 47 deletions(-)
1010

1111
diff --git a/Cargo.toml b/Cargo.toml
12-
index 75784d3..d7e4e94 100644
12+
index 01d6702..46c37e9 100644
1313
--- a/Cargo.toml
1414
+++ b/Cargo.toml
1515
@@ -1,3 +1,4 @@
1616
+[workspace]
1717
[package]
1818
name = "c-kzg"
19-
version = "2.1.5"
19+
version = "2.1.6"
2020
diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs
2121
index 2f4170a..14b0963 100644
2222
--- a/bindings/rust/build.rs
@@ -79,5 +79,5 @@ index 2f4170a..14b0963 100644
7979

8080
#[cfg(feature = "generate-bindings")]
8181
--
82-
2.43.0
82+
2.51.2
8383

0 commit comments

Comments
 (0)