Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Ethers.js rewrite #187

Merged
merged 71 commits into from
Sep 21, 2020
Merged

Ethers.js rewrite #187

merged 71 commits into from
Sep 21, 2020

Conversation

hieronx
Copy link
Contributor

@hieronx hieronx commented Aug 28, 2020

No description provided.

@hieronx hieronx marked this pull request as ready for review September 21, 2020 07:10
src/Tinlake.ts Outdated Show resolved Hide resolved
src/Tinlake.ts Show resolved Hide resolved
@@ -90,13 +90,12 @@ export default class Tinlake {

Copy link
Contributor

Choose a reason for hiding this comment

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

Can we instead make all the properties above readonly?

src/Tinlake.ts Outdated Show resolved Hide resolved
src/actions/borrower.spec.ts Outdated Show resolved Hide resolved
// console.log(collateralNft)
// console.log(this.contract('COLLATERAL_NFT', nftAddr).functions)
// const tx = await collateralNft.issue(user, this.overrides)
// const receipt = await this.getTransactionReceipt(tx)
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the reason for commenting this out?

it('fail: does not succeed if the proxy is not approved to transfer currency from the borrower', async () => {
// create new proxy and mint collateral NFT to borrower
const proxyAddr = await borrowerTinlake.proxyCreateNew(borrowerAccount.address);
// it('fail: does not succeed if the proxy is not approved to transfer currency from the borrower', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the reason for commenting this out?

src/actions/proxy.ts Show resolved Hide resolved
Copy link
Contributor

@philipstanislaus philipstanislaus left a comment

Choose a reason for hiding this comment

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

🎉

Awesome :)

@hieronx hieronx merged commit 4576e18 into master Sep 21, 2020
@hieronx hieronx deleted the ethers-rewrite branch September 21, 2020 12:27
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.

2 participants