From 982da16cad949eae025a20faa7c13ae7695d089e Mon Sep 17 00:00:00 2001 From: Warren He Date: Fri, 10 Jan 2020 22:08:52 +0000 Subject: [PATCH] add changelog --- .changelog/2525.breaking.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .changelog/2525.breaking.md diff --git a/.changelog/2525.breaking.md b/.changelog/2525.breaking.md new file mode 100644 index 00000000000..f8e67334651 --- /dev/null +++ b/.changelog/2525.breaking.md @@ -0,0 +1,12 @@ +go: Rename compute -> executor. + +It was proposed that we rename the "compute" phase (of the txnscheduler, _compute_, merge workflow) to "executor." + +Things that remain as "compute": +- the registry node role +- the registry runtime kind +- the staking threshold kind +- things actually referring to processing inputs to outputs +- one of the drbg contexts + +So among things that are renamed are fields of the on-chain state and command line flags.