Skip to content

Burndollar#108

Closed
BostonTechie wants to merge 52 commits intohive-engine:qafrom
BostonTechie:qa
Closed

Burndollar#108
BostonTechie wants to merge 52 commits intohive-engine:qafrom
BostonTechie:qa

Conversation

@BostonTechie
Copy link
Copy Markdown
Contributor

The purpose of burndollar is to allow a token issuer to create a related token XXX.D allowing users to burn some of the parent token and get a D. Token.

Copy link
Copy Markdown
Contributor

@bt-cryptomancer bt-cryptomancer left a comment

Choose a reason for hiding this comment

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

The number of my comments is getting less with each review, so that means you're making progress! This is looking a lot better, just some minor things still remaining. See comments below.

Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js
Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js
Comment thread contracts/burndollar.js Outdated
…sWitness

Allow for partial proposeRound and rotate out witnesses without signature
Copy link
Copy Markdown
Contributor

@bt-cryptomancer bt-cryptomancer left a comment

Choose a reason for hiding this comment

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

Almost done! Just a few more very minor things to adjust. See comments below.

Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js Outdated
Copy link
Copy Markdown
Contributor

@bt-cryptomancer bt-cryptomancer left a comment

Choose a reason for hiding this comment

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

Still some things that need fixing. Please see comments below.

Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js Outdated
Comment thread contracts/burndollar.js
Comment thread package.json Outdated
Comment thread test/burndollar.js Outdated
Comment thread contracts/burndollar.js Outdated
Copy link
Copy Markdown
Contributor

@bt-cryptomancer bt-cryptomancer left a comment

Choose a reason for hiding this comment

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

It looks like this PR has gotten screwed up somehow. There should not be any changes to any other smart contracts besides burndollar or any other minified files. Please find and revert whatever change caused that to happen, or else close this PR and make a new one if it's too difficult to fix.

Comment thread package.json
"start": "node --max-old-space-size=8192 app.js",
"lint": "eslint .gitignore .",
"lintfix": "eslint .gitignore . --fix",
"minify:files": "for file in contracts/*.js; do if expr \"$file\" : '.*_minify\\.js$' >/dev/null; then continue; fi; filename=$(basename \"$file\" .js); terser \"$file\" --keep-fnames -c -o \"contracts/${filename}_minify.js\"; done",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why did you remove this? The only change you should need to make to this file is adding in a new line for your burndollar test cases.

@BostonTechie
Copy link
Copy Markdown
Contributor Author

attempting to fix my issues a final time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants