Skip to content

Commit c2f98dd

Browse files
authored
Use intops-powered Stint and bncurve, introduce intops a new dependency (#3956)
* Deps: Add intops as a new dependency, use stint and bncurve forks that use intops. * Bump copyright year. * Update stint and bncurve dependencies to point to the status-im version, not forks. The forks have been merged to the upstream repos, so this is no longer needed. - status-im/nim-stint#170 - status-im/nim-bncurve#16 * Update stint and bncurve submodules. * Replace tabs with spaces.
1 parent 97262b6 commit c2f98dd

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.gitmodules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,8 @@
238238
path = vendor/nim-quic
239239
url = https://github.com/vacp2p/nim-quic
240240
branch = main
241+
[submodule "vendor/nim-intops"]
242+
path = vendor/nim-intops
243+
url = https://github.com/vacp2p/nim-intops.git
244+
ignore = untracked
245+
branch = master

nimbus.nimble

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# nimbus
2-
# Copyright (c) 2018-2025 Status Research & Development GmbH
2+
# Copyright (c) 2018-2026 Status Research & Development GmbH
33
# Licensed and distributed under either of
44
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
55
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
@@ -31,7 +31,8 @@ requires "nim >= 2.2.4",
3131
"blscurve",
3232
"evmc",
3333
"web3",
34-
"minilru"
34+
"minilru",
35+
"intops"
3536

3637
binDir = "build"
3738

vendor/nim-intops

Submodule nim-intops added at 2d1bf3c

0 commit comments

Comments
 (0)