We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
columns = """[{"name":"name","type":"varchar", "index": "1", "conditions":"true"}, {"name":"test","type":"varchar", "index": "0", "conditions":"true"}]""" permission = """{"insert": "true", "update" : "true","new_column": "true"}""" data = {"Name": "test", "ApplicationId":1, "Columns": columns, "Permissions": permission} result = utils.call_contract(url, prKey, "NewTable", data, token) tx = utils.txstatus(url, self.config["1"]["time_wait_tx_in_block"], result['hash'], token) contract = self.contracts["dbInsert"] self.check_contract(contract["code"], contract["asert"])
why not move that piece of code to helper functions, it copypasted tree times, in all test_contact_db.. https://github.com/GenesisKernel/genesis-tests/blob/6f57ca7ef9dc460cf469ac3643267cc076480d3f/contract_functions_tests.py#L192
The text was updated successfully, but these errors were encountered:
No branches or pull requests
why not move that piece of code to helper functions, it copypasted tree times, in all test_contact_db..
https://github.com/GenesisKernel/genesis-tests/blob/6f57ca7ef9dc460cf469ac3643267cc076480d3f/contract_functions_tests.py#L192
The text was updated successfully, but these errors were encountered: