Skip to content

Commit 385401e

Browse files
committed
explicitly state program IDs are unchanged
1 parent fadff46 commit 385401e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proposals/0088-enable-core-bpf-programs.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ published outlining at least the following details:
6565
**Migrating a native program to core BPF** shall consist of deploying a
6666
BPF version of the native program to a new arbitrary address and using a
6767
feature gate to move the BPF program, replacing the existing native program at
68-
its program address.
68+
its original program address. No program IDs for existing native programs would
69+
be changed by this migration process.
6970

7071
In the context of this design, **target program** refers to an existing native
7172
program, while **source program** refers to the BPF version to be moved into the

0 commit comments

Comments
 (0)