You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(ENV_SCRIPT) nim c --app:lib -d:"libp2p_pki_schemes=secp256k1" --noMain:on --threads:on --nimcache:nimcache/libverifproxy -o:$(VERIF_PROXY_OUT_PATH)/$@.$(VERIF_PROXY_SHAREDLIBEXT)$(NIM_PARAMS) nimbus_verified_proxy/libverifproxy/verifproxy.nim
336
+
$(ENV_SCRIPT) nim c --app:lib -d:"libp2p_pki_schemes=secp256k1" --noMain:on --threads:on --nimcache:nimcache/libverifproxy -o:$(VERIF_PROXY_OUT_PATH)/$@.$(SHAREDLIBEXT)$(NIM_PARAMS) nimbus_verified_proxy/libverifproxy/verifproxy.nim
Copy file name to clipboardExpand all lines: nimbus/transaction/evmc_dynamic_loader.nim
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Nimbus - Dynamic loader for EVM modules as shared libraries / DLLs
2
2
#
3
-
# Copyright (c) 2019-2024 Status Research & Development GmbH
3
+
# Copyright (c) 2019-2025 Status Research & Development GmbH
4
4
# Licensed under either of
5
5
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
6
6
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
@@ -14,9 +14,9 @@ import
14
14
evmc/evmc, ../config
15
15
16
16
# The built-in Nimbus EVM, via imported C function.
Copy file name to clipboardExpand all lines: nimbus/transaction/evmc_vm_glue.nim
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Nimbus - Binary compatibility on the VM side of the EVMC API interface
2
2
#
3
-
# Copyright (c) 2019-2024 Status Research & Development GmbH
3
+
# Copyright (c) 2019-2025 Status Research & Development GmbH
4
4
# Licensed under either of
5
5
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
6
6
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
0 commit comments