Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contracts: fix 'r' bonding curve parameter to match specification #241

Merged
merged 15 commits into from Aug 28, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Refactoring to work with ganache and geth

  • Loading branch information
Freydal committed Aug 28, 2019
commit 11c15757f0c3147383ed725c7aeaf1caaa100978
@@ -19,9 +19,9 @@ describe("KosuToken", () => {

describe("parameterization", () => {
it("should fail with incorrect initial deposit", async () => {
(await web3Wrapper
await web3Wrapper
.sendTransactionAsync({ to: token.address, value: TestValues.twoEther, from })
.then(txHash => web3Wrapper.awaitTransactionMinedAsync(txHash))).status.should.eq(0);
.then(txHash => web3Wrapper.awaitTransactionSuccessAsync(txHash)).should.eventually.be.rejected;
});

it("should have expected initial output with parameterization", async () => {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.