Advertisement
coombesy

truffle migration hanging logs

Jan 4th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. Compiling ./contracts/Foo.sol...
  2. Compiling ./contracts/Migrations.sol...
  3. Writing artifacts to ./build/contracts
  4.  
  5. > {
  6. > "jsonrpc": "2.0",
  7. > "id": 1,
  8. > "method": "net_version",
  9. > "params": []
  10. > }
  11. < {
  12. < "jsonrpc": "2.0",
  13. < "result": "8995",
  14. < "id": 1
  15. < }
  16. Using network 'development'.
  17.  
  18. Running migration: 1_initial_migration.js
  19. > {
  20. > "jsonrpc": "2.0",
  21. > "id": 2,
  22. > "method": "eth_accounts",
  23. > "params": []
  24. > }
  25. < {
  26. < "jsonrpc": "2.0",
  27. < "result": [
  28. < "0x000a3702732843418d83a03e65a3d9f7add58864",
  29. < "0x0011598de1016a350ad719d23586273804076774",
  30. < "0x0012fc0db732dfd07a0cd8e4bedc6b160c9aedc5",
  31. < "0x002491c91e81da1643de79582520ac4c77229e58",
  32. < "0x0053017d2ef8119654bdc921a9078567a77e854d",
  33. < "0x006b8d5f5c8ad11e5e6cf9ee6624433891430965",
  34. < "0x006db7698b897b842a42a1c3ce423b07c2656ecd",
  35. < "0x0075f4f4d7324fef36371610d03e1195894bf420",
  36. < "0x0076ed2dd9f7dc78e3f336141329f8784d8cd564",
  37. < "0x007a11ac48952a7e8e661833f4803bd7ffa58f77",
  38. < "0x007f16bc32026e7cd5046590e4f5b711ef1a6d8b",
  39. < "0x009a1372f9e2d70014d7f31369f115fc921a87c8",
  40. < "0x009c4c00de80cb8b0130906b09792aac6585078f",
  41. < "0x00a61dabf0324bc07ba5a82a97c5f15d38fa9bbc",
  42. < "0x00bd138abd70e2f00903268f3db08f2d25677c9e",
  43. < "0x00c2bc2f078e1dbafa4a1fa46929e1f2ca207f00",
  44. < "0x00e3d1aa965aafd61217635e5f99f7c1e567978f",
  45. < "0x00e7ad5b906c829c71c2f6f6cec016866ed1c264",
  46. < "0x00ebf1c449cc448a14ea5ba89c949a24fa805a14",
  47. < "0x00f137e9bfe37cc015f11cec8339cc2f1a3ae3a6",
  48. < "0x00fb81808899fd51c4a87a642084138be62189a0",
  49. < "0x00fd696f0c0660779379f6bff8ce58632886f9d2",
  50. < "0x6b0c56d1ad5144b4d37fa6e27dc9afd5c2435c3b"
  51. < ],
  52. < "id": 2
  53. < }
  54. > {
  55. > "jsonrpc": "2.0",
  56. > "id": 3,
  57. > "method": "net_version",
  58. > "params": []
  59. > }
  60. < {
  61. < "jsonrpc": "2.0",
  62. < "result": "8995",
  63. < "id": 3
  64. < }
  65. Deploying Migrations...
  66. > {
  67. > "jsonrpc": "2.0",
  68. > "id": 4,
  69. > "method": "net_version",
  70. > "params": []
  71. > }
  72. < {
  73. < "jsonrpc": "2.0",
  74. < "result": "8995",
  75. < "id": 4
  76. < }
  77. > {
  78. > "jsonrpc": "2.0",
  79. > "id": 5,
  80. > "method": "eth_sendTransaction",
  81. > "params": [
  82. > {
  83. > "from": "0x00bd138abd70e2f00903268f3db08f2d25677c9e",
  84. > "gas": "0x6691b7",
  85. > "gasPrice": "0x174876e800",
  86. > "data": "0x6060604052341561000f57600080fd5b336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506102db8061005e6000396000f300606060405260043610610062576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680630900f01014610067578063445df0ac146100a05780638da5cb5b146100c9578063fdacd5761461011e575b600080fd5b341561007257600080fd5b61009e600480803573ffffffffffffffffffffffffffffffffffffffff16906020019091905050610141565b005b34156100ab57600080fd5b6100b3610224565b6040518082815260200191505060405180910390f35b34156100d457600080fd5b6100dc61022a565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b341561012957600080fd5b61013f600480803590602001909190505061024f565b005b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161415610220578190508073ffffffffffffffffffffffffffffffffffffffff1663fdacd5766001546040518263ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040180828152602001915050600060405180830381600087803b151561020b57600080fd5b6102c65a03f1151561021c57600080fd5b5050505b5050565b60015481565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156102ac57806001819055505b505600a165627a7a72305820750b2ba6ff655719ff6a91a23b56cf4b50b3bbf36cc4f43d97c742b7dc5178020029"
  87. > }
  88. > ]
  89. > }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement