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:
Submodule agent-backend updated: 877dcfe661...ad2b0fb6c3
@@ -57,8 +57,6 @@ project(':router-backend') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
project(":gmhelper") {
|
project(":gmhelper") {
|
||||||
group = projectIds.group
|
group = projectIds.group
|
||||||
version = projectIds.version
|
version = projectIds.version
|
||||||
@@ -68,7 +66,6 @@ project(":gmhelper") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
options.compilerArgs << '-Xlint:none'
|
options.compilerArgs << '-Xlint:none'
|
||||||
options.compilerArgs << '-Xlint:deprecation' << "-Werror"
|
options.compilerArgs << '-Xlint:deprecation' << "-Werror"
|
||||||
|
|||||||
2
cm
2
cm
Submodule cm updated: 08337e9a10...5a2eb0c45b
2
common
2
common
Submodule common updated: 1ce2d05992...9553f2a783
Submodule genparser updated: 27ab55c84f...af0637377e
Reference in New Issue
Block a user