parallelchain-io / parallelchain-protocol

Specification for the ParallelChain (and ParallelChain Mainnet) blockchain protocols.
https://parallelchain.io
1 stars 1 forks source link

Multiple deploys in the same transaction will fail #2

Closed lyulka closed 10 months ago

lyulka commented 1 year ago

Protocol version: 0.4.0

Because contract address is a function only of signer and nonce, so when computed in different deploys in the same transaction will produce the same address.

lyulka commented 10 months ago

Merged into and will be fixed in #8.