0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Rinkebyテストネットにコントラクトをmigrate出来ん。Truffle: “Migrations” – transaction could not be decoded:

Posted at

環境

  • Truffle v5.2.4 (core: 5.2.4)
  • Solidity - 0.5.8 (solc-js)
  • Node v10.16.0
  • Web3.js v1.2.9

やりたかったこと

あるコントラクトをTruffleを使ってRinkebyテストネットにmigrateしたかったが、Truffle: “Migrations” – transaction could not be decoded:ていうエラーが出てしまった。

ググった結果

Truffle: “Migrations” – transaction could not be decoded: could not recover secp256k1 key: calculated Rx is larger than curve Pで、@abcoathupさんがいう通りに**Truffle HD Wallet Providerのバージョンを@1.2.5から@1.2.3にダウングレードする**と無事コントラクトをmigrateすることが出来ました。

テストネットにmigrateするチュートリアル

ちなみにこのチュートリアルを参考にコントラクトのmigrateをしました。

以上です。最後まで読んでいただきありがとうございました!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?