Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

zos-core npm package integration #1

Merged
merged 7 commits into from Mar 16, 2018
Merged

zos-core npm package integration #1

merged 7 commits into from Mar 16, 2018

Conversation

maraoz
Copy link
Contributor

@maraoz maraoz commented Mar 2, 2018

No description provided.

@maraoz
Copy link
Contributor Author

maraoz commented Mar 8, 2018

Now working! Needs merge and release of zeppelinos/zos-lib#6 before merging

@maraoz maraoz changed the title WIP: zos-core npm package integration zos-core npm package integration Mar 9, 2018
Copy link
Contributor

@spalladino spalladino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Left a few minor comments, but the code is much cleaner now. zOS starts looking awesome :-)

event Withdrawal(address indexed wallet, uint256 value);
event NewDonation(address indexed donor, uint256 value, uint256 r, uint256 g, uint256 b);

function initialize(address owner) public {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This behaviour needs to be abstracted into a reusable module (not now, though)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

})

it('sets the right registry', async function () {
await this.basil.transferOwnership(proxyOwner, {from: owner})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this call to transferOwnership in this test?

truffle.js Outdated
@@ -2,11 +2,20 @@ require('babel-register');
require('babel-polyfill');

module.exports = {
mocha: {
bail: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this option, so the CI can show all errors

truffle.js Outdated
networks: {
ropsten: {
host: "localhost",
host: 'localhost',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ropsten on localhost:8545 seems like a particular configuration on your host. Should we remove this entry?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't make that change, I just changed " for '

@spalladino
Copy link
Contributor

And please squash-and-merge this commit when merging :-P

@maraoz maraoz merged commit 0e9755a into master Mar 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants