Musicoin / go-musicoin

:link: Go-version of Musicoin blockchain wallet and consensus
GNU Lesser General Public License v3.0
162 stars 57 forks source link

Updates for Musicoin EIP-150 and EIP-155 enable configuations. #74

Closed trustfarm-dev closed 6 years ago

trustfarm-dev commented 6 years ago
  1. EIP-150 : gas ddos preventing configuration activated block number : 1900001 [seamless transition is possible] compatible with non-eip 150 nodes.

  2. EIP-155 : replay attack prevention. activated block number : 2000001 [block will regenerated from 2000001] after that, sendTransaction only works with EIP155 enabled node.

  3. Musicoin Test Node setup configuration. We need TestNet. it is started from 0 block.

5chdn commented 6 years ago

Can we work on top of #62 ?

trustfarm-dev commented 6 years ago

I think, bzt fork will applied on this fork? also, top of #62 and changed block height is also good choice.

5chdn commented 6 years ago

Merged into #62