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
Fluffy: Make portal evm backend configurable (#3165)
* Make portal evm backend functions configurable.
* Make chain config configurable.
* Remove history network and state network imports and exports and remove usage of Bytecode type.
Copy file name to clipboardExpand all lines: fluffy/rpc/rpc_debug_api.nim
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Fluffy
2
-
# Copyright (c) 2021-2024 Status Research & Development GmbH
2
+
# Copyright (c) 2021-2025 Status Research & Development GmbH
3
3
# Licensed and distributed under either of
4
4
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
5
5
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
Copy file name to clipboardExpand all lines: fluffy/tests/state_network_tests/test_state_endpoints_vectors.nim
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Fluffy
2
-
# Copyright (c) 2021-2024 Status Research & Development GmbH
2
+
# Copyright (c) 2021-2025 Status Research & Development GmbH
3
3
# Licensed and distributed under either of
4
4
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
5
5
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
0 commit comments