This is an automated email from the ASF dual-hosted git repository.

junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/master by this push:
     new cc0112ee Smart contract merge (#172)
cc0112ee is described below

commit cc0112ee2b475e1544027eb068ab0f6882945690
Author: cjcchen <[email protected]>
AuthorDate: Fri Feb 14 15:53:35 2025 +0800

    Smart contract merge (#172)
    
    * add poe
    
    * add
    
    * update workflo
    
    * add log
    
    * change github name
    
    * change img files
    
    * fix workflow
    
    * fix communicator
    
    * rm log
    
    * add base fairdag
    
    * add fairdag
    
    * add hs
    
    * add hs
    
    * add ooohs
    
    * add tusk
    
    * add rcc
    
    * add rcc
    
    * add config
    
    * add cassandra
    
    * add cassandra
    
    * add prepare
    
    * add prepare
    
    * add cass 256
    
    * add ooowq
    
    * rcc done
    
    * done
    
    * rcc done
    
    * add
    
    * add fair
    
    * add cass
    
    * add poe
    
    * fix execution response
    
    * remove smallbank
    
    * fix performance script
    
    * add fairdag rl
    
    * add graph
    
    * add fair
    
    * add
    
    * done
    
    * done
    
    * done
    
    * fix build
    
    * add perf
    
    * linear poe
    
    * add
    
    * update
    
    * fix
    
    * update
    
    * update
    
    * update
    
    * update
    
    * add log
    
    * revert
    
    * revert
    
    * rm
    
    * fix
    
    * add storage
    
    * add sm in kv
    
    * add kv cmd for sm
    
    * update
    
    * add contact kv
    
    * format
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * merge master
    
    * add license
    
    * fix build
    
    * add boost
    
    * add deps
    
    * change para
    
    ---------
    
    Co-authored-by: Ubuntu <[email protected]>
    Co-authored-by: Ubuntu <[email protected]>
    Co-authored-by: Ubuntu <[email protected]>
    Co-authored-by: Ubuntu <[email protected]>
    Co-authored-by: junchao <junchao@localhost>
---
 service/tools/kv/api_tools/contract_service_tools.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service/tools/kv/api_tools/contract_service_tools.cpp 
b/service/tools/kv/api_tools/contract_service_tools.cpp
index 0fcb05c5..ff06a71a 100644
--- a/service/tools/kv/api_tools/contract_service_tools.cpp
+++ b/service/tools/kv/api_tools/contract_service_tools.cpp
@@ -146,7 +146,7 @@ int main(int argc, char** argv) {
     
     contract_path = GetValue(js, "contract_path");
     contract_name = GetValue(js, "contract_name");
-    contract_address = GetValue(js, "contract_address");
+    contract_address = GetValue(js, "owner_address");
     params = GetValue(js, "init_params");
 
     printf("contract path %s cmd %s contract name %s caller_address %s init 
params %s\n", contract_path.c_str(), cmd.c_str(), contract_name.c_str(), 
contract_address.c_str(), params.c_str());

Reply via email to