implement revocation block plugin, get revocation test to pass again
authorChristian Grothoff <christian@grothoff.org>
Mon, 27 Feb 2017 14:28:00 +0000 (15:28 +0100)
committerChristian Grothoff <christian@grothoff.org>
Mon, 27 Feb 2017 14:28:00 +0000 (15:28 +0100)
commit830137e312e8e565c9113a20411aa3073fbd1cbd
treec5c85eb38dc28a353c087ce2058e4cd5c11534ea
parentee3327de8fd04b2b8ce8692560c9f1d01a822baa
implement revocation block plugin, get revocation test to pass again
13 files changed:
src/block/block.c
src/block/plugin_block_template.c
src/consensus/plugin_block_consensus.c
src/dht/plugin_block_dht.c
src/fs/plugin_block_fs.c
src/gns/plugin_block_gns.c
src/include/gnunet_block_lib.h
src/include/gnunet_plugin_lib.h
src/regex/plugin_block_regex.c
src/revocation/Makefile.am
src/revocation/gnunet-service-revocation.c
src/revocation/plugin_block_revocation.c [new file with mode: 0644]
src/set/plugin_block_set_test.c