Sithu Aung

Results 6 comments of Sithu Aung

@gelinger777 Thanks for your response. Did you mean I need to have like this? ```yml team_multisig: contract_name: Wallet contract_file: GnosisWallet.sol ```

@gelinger777 After fixing incorrect argument issues, EVM throws this **invalid JUMP** exception. ```sh (venv) ~/project/ico$ deploy-contracts --deployment-file=crowdsales/example.yml --deployment-name=testnet --address=0x960e0e7236ad5d628ea7a7d35543f74e082a3a42 Web3 provider is RPC connection http://127.0.0.1:8545 Owner address is 0x960e0e7236ad5d628ea7a7d35543f74e082a3a42 Owner...

@gelinger777 Even with the 0 pricing, the deploy-contracts still failed. ```yml pricing_strategy: contract_name: MilestonePricing contract_file: MilestonePricing.sol arguments: _milestones: - 1512282000 - "{{ to_wei('0.010', 'ether') }}" - 1513282000 - "{{ to_wei('0.011',...

@gelinger777 Since I found the new **allocated-token-sale-example**, it deployed the the whole crowd sale, but failed at this below test buy. ```sh deploy-contracts --address=0xbfba749c5cbeb3c34411972861af8f2b03319bcb --deployment-file=crowdsales/allocated-token-sale-example.yml --deployment-name=mainnet ``` ```yml # Do...

Hi @miohtama and @gelinger777 , Full YAML, local testrpc accounts, and error log: https://gist.github.com/sithu/a05bfc0af4ac73a6642c5cc7bbbb2683 Thanking you in advance! -Sithu