Skip to content

Commit

Permalink
rebuild auth (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: sbw <[email protected]>
  • Loading branch information
Subway2023 and subowei authored Oct 15, 2023
1 parent 3dc0cb2 commit a54007d
Show file tree
Hide file tree
Showing 10 changed files with 1,782 additions and 217 deletions.
2 changes: 1 addition & 1 deletion .ci/hello/HelloWorld.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .ci/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ integration_std()
execute_cmd "bash tools/download_solc.sh -v 0.8.11"

head build_chain.sh
bash build_chain.sh -l 127.0.0.1:2 -o nodes
bash build_chain.sh -l 127.0.0.1:2 -o nodes -a 0x83309d045a19c44dc3722d15a6abd472f95866ac
bash nodes/127.0.0.1/start_all.sh && sleep "${start_time}"
cp nodes/127.0.0.1/sdk/* ./
cp nodes/127.0.0.1/sdk/* ./client/
Expand Down Expand Up @@ -373,7 +373,7 @@ integration_gm()
LOG_INFO "integration_gm testing..."
execute_cmd "bash tools/download_solc.sh -v 0.8.11 -g"

bash build_chain.sh -l 127.0.0.1:2 -s -o nodes_gm
bash build_chain.sh -l 127.0.0.1:2 -s -o nodes_gm -a 0x791a0073e6dfd9dc5e5061aebc43ab4f7aa4ae8b
cp -r nodes_gm/127.0.0.1/sdk/* ./conf/
bash nodes_gm/127.0.0.1/start_all.sh && sleep "${start_time}"
cp nodes/127.0.0.1/sdk/* ./
Expand Down Expand Up @@ -440,4 +440,4 @@ main()
}

parse_params "$@"
main
main
234 changes: 234 additions & 0 deletions precompiled/auth/AccountManager.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 17 additions & 8 deletions precompiled/auth/Committee.go

Large diffs are not rendered by default.

153 changes: 94 additions & 59 deletions precompiled/auth/CommitteeManager.go

Large diffs are not rendered by default.

Loading

0 comments on commit a54007d

Please sign in to comment.