Is the alert system still in the main client's code? Will it be removed?

4

1

It is said that Satoshi removed the alert system from the client ... still, there are at least some leftovers in.

Is the alert system functioning in 0.3.24? Are there plans to remove all traces of it?

See also this answer.

ripper234

Posted 2011-09-06T06:11:10.397

Reputation: 25 192

Answers

6

Satoshi didn't remove the alert system; it still exists in the client. However, it cannot trigger RPC safe mode as it could before.

There are no plans to remove all traces of it, as all it does in its current state is display a warning message.

Forrest Voight

Posted 2011-09-06T06:11:10.397

Reputation: 281

Citation please.eMansipater 2011-09-08T00:44:07.047

3main.cpp: else if (strCommand == "alert") when processing network messages. And see the ProcessAlert() method in that file.gavinandresen 2011-09-08T01:43:20.787

So to disable the alert system we'd literally just have to remove/comment out one elseif block? Just glancing at the code I don't see where it would break anything (well other than the thing we're intentionally trying to break). I'll gladly fork, modify and submit a pull request myself if it'll start the conversation among the real devs... I legitimately think this feature needs to go away ASAP.David Perry 2011-09-08T06:39:01.363