Haoyuan Ge
Haoyuan Ge
笑死我了 注册git后三年没有活动的人也配说这个?
Similar to https://github.com/mesosphere/dcos-commons/pull/2475/files#diff-fe0c20da1fba698643bc101afa99c204R139
https://github.com/ray-project/kuberay/blob/master/ray-operator/controllers/utils/util.go#L28 I think it is solved now? @akanso
> @harryge00 Is it ok to tag this change to v0.4.0 release? Of course. It's ok
Any updates ? I would like to help on this
@loichuder so the fixed one support versions > 2.0 now?
``` event: deployment_step_success data: {"plan":{"id":"38d05398-3024-4bb4-82ec-93fbb6534485","steps":[{"actions":[{"action":"StartPod","pod":"/simplepod23"}]},{"actions":[{"action":"ScalePod","pod":"/simplepod23"}]}],"version":"2018-12-26T09:11:03.950Z"},"currentStep":{"actions":[{"action":"ScalePod","pod":"/simplepod23"}]},"eventType":"deployment_step_success","timestamp":"2018-12-26T09:11:05.494Z"} event: deployment_success data: {"id":"38d05398-3024-4bb4-82ec-93fbb6534485","plan":{"id":"38d05398-3024-4bb4-82ec-93fbb6534485","steps":[{"actions":[{"action":"StartPod","pod":"/simplepod23"}]},{"actions":[{"action":"ScalePod","pod":"/simplepod23"}]}],"version":"2018-12-26T09:11:03.950Z"},"eventType":"deployment_success","timestamp":"2018-12-26T09:11:05.496Z"} ```
@yupnano I have use `queryPayInfo`, I got ``` { "code":0, "data":{ "data":"eyJGdW5jdGlvbiI6InNwaW4iLCJBcmdzIjoiW10ifQ==", "contractAddress":"", "type":"call", "nonce":30, "gasLimit":"200000", "gasUsed":"", "chainId":1001, "from":"n1GHASp6Pku4D35hvgGipS3Pjt2iX7uYhBZ", "to":"n21XtnUtaLaPi17ssnjpnjT34CXwE79Z8pb", "value":"1000000000000000", "hash":"840804a2b75940920b84a0fa8bbf577b97dad40601291faf2bdf7fc19e6af2f6", "gasPrice":"1000000", "status":2, "timestamp":1527693239 }, "msg":"success" } ``` But...
@yupnano Thanks. When will they be updated?
@yupnano Both `execute_result` and `execute_error` is "" ``` { "code":0, "data":{ "execute_error":"", "gas_price":"1000000", "data":"eyJGdW5jdGlvbiI6InNwaW4iLCJBcmdzIjoiW10ifQ==", "gas_used":"", "contract_address":"", "type":"call", "nonce":34, "gas_limit":"200000", "chainId":1001, "from":"n1GHASp6Pku4D35hvgGipS3Pjt2iX7uYhBZ", "to":"n21msTLFKy9uFdnvTQAwUZJjg6VdwKJM4Qz", "execute_result":"", "value":"1000000000000000", "hash":"40f3d1210cc5ac3bdf9c9ddbff11d4e075a5de6f9f2eea57f355c7d192b71f1b", "status":2, "timestamp":1527864641 }, "msg":"success" }...