Skip to content

Commit

Permalink
Smart contract merge (#172)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
6 people authored Feb 14, 2025
1 parent aa54deb commit cc0112e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/tools/kv/api_tools/contract_service_tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit cc0112e

Please sign in to comment.