feat: update event mechanism

add event type local and global, clients have to use contractID and topic to subscribe local event; allow clients to subscribe topics (will not be recorded)
This commit is contained in:
Frank.R.Wu
2021-10-31 23:07:15 +08:00
parent 6aafa38a25
commit f166f56da5
5 changed files with 4 additions and 7 deletions

View File

@@ -57,8 +57,6 @@ project(':router-backend') {
}
project(":gmhelper") {
group = projectIds.group
version = projectIds.version
@@ -68,7 +66,6 @@ project(":gmhelper") {
}
tasks.withType(JavaCompile) {
options.compilerArgs << '-Xlint:none'
options.compilerArgs << '-Xlint:deprecation' << "-Werror"

2
cm

Submodule cm updated: 08337e9a10...5a2eb0c45b

2
common

Submodule common updated: 1ce2d05992...9553f2a783