tinkerrc opened a new pull request, #177: URL: https://github.com/apache/incubator-resilientdb/pull/177
This commit fixes the following issues: - New contract addresses are generated with a random nonce instead of 0. This allows an account owner to deploy multiple contracts without address conflict. - When storing, GlobalView passes both the contract address and the key argument to the underlying storage as key instead of just the key argument. This allows different instances of the same contract to store separate state values under the same state name. - Update eEVM dependency. - In contract_tools, I added the missing ":f:" to getopt_long. This allows users to pass config file to contract_tools. - Remove the merge conflict markers from `start_contract_service.sh`. - clang-format fixed some formatting issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
