Closed bepro-bot closed 2 years ago
@moshmage reviewed this with the following message:
looks good to me
@jaymeschroeder it appears some conflicts have crept up, can you clear it up ?
@jaymeschroeder it appears some conflicts have crept up, can you clear it up ?
I will fix it in a couple of hours when I have time. Thanks for the notice.
@jaymeschroeder reviewed this with the following message:
It appears that the createNetwork function now emits the CreatedNetwork event from a change made by someone else, however it still emits the id, the address of the creator, and the amount. Should the amount still be removed? If not, then it looks fine without my merge now.
@moshmage reviewed this with the following message:
@jaymeschroeder > Should the amount still be removed? If not, then it looks fine without my merge now. Yes, no need for the amount to be emitted - bounty is still in place.
@jaymeschroeder reviewed this with the following message:
I've made the change to CreatedNetwork event however npm is throwing an error during the test. Seems unrelated?
Should be ready to merge now.
@jaymeschroeder sorry for the delay and the conflicts but if you have the time could you solve them so we merge this in ?
@jaymeschroeder sorry for the delay and the conflicts but if you have the time could you solve them so we merge this in ?
No problem. Conflicts have been resolved.
Change
createNetwork
function on the smart-contract ofNetworkFactory.sol
to emit theCreatedNetwork
eventChange the
CreatedNetwork
event to emit the creators address instead ofamount