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

@ -1 +1 @@
Subproject commit 877dcfe661f74f7d227706d87e773b1214884cae
Subproject commit ad2b0fb6c3f3055567756bef24f7f11329b2b9b6

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

@ -1 +1 @@
Subproject commit 08337e9a10fc206c9e8afc8c3d8d5235b279afab
Subproject commit 5a2eb0c45bc4426b5d5664c932b275aa33c8407d

2
common

@ -1 +1 @@
Subproject commit 1ce2d059924a2dbb0a452203ed1cecd39a4b4166
Subproject commit 9553f2a78319e318ec6e4cccd31ae0025f53d5db

@ -1 +1 @@
Subproject commit 27ab55c84f6653bdbc820b173b1636eb5de0f39d
Subproject commit af0637377ec72d8029c14c04ff9bfb9e05c7f7f7