forked from austintgriffith/burner-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Voting/master #1
Open
iamonuwa
wants to merge
532
commits into
master
Choose a base branch
from
voting/master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. it is skipped for PRs by default (exactly what we need) 2. presumably it will be faster to run because of `skip_cleanup: true` 3. more idiomatic 🙄
chore: add travis CI config
…rs-config Refactor parameters into config.js file
This reverts commit 5336909.
leap-core will support the old syntax as well, see leapdao/leap-core#110
This one has `getUnspent` API compatible with the old code, yet supports a newer version `getUnspent(address, color)`
…r-and-button Fix z-index of <Header/>
Co-Authored-By: Johann Barbie <[email protected]>
Integrate DAI and PDAI
This reverts commit 5336909.
Fix "Cleanup burner-wallet/src/ and burner-wallet/public/ folders"
…loading Make message optional in Request
…/fix/remove-unnecessary-ui-components Fix/remove unnecessary ui components
Problem: testing the burner wallet in a local network requires to update the configuration with the IP/hostname of the development server. My IP changes depending on the network I'm in, and every time I get a new IP address I have to update the config file to match it. Moreover, if I want to test with ngrok my hostname changes all the times I start the ngrok tunneling service. Solution: local networks have specific IP ranges, so instead of pointing to a specific IP address we can use a regexp to match all IPs in that local network. We can extend this idea to all subdomains of ngrok.
…stintgriffith#17) * Add theme colors * Add config varaibles for goellars * Add symbol prop for Balance component * Add passport component to display active passport * Add Passports component to display a list of passports * Add plasma service to fetch passports * Update main view and fetch passports on poll * Update passports colors * Adjust visuals for passports * Remove bottom padding * Create new GoellarsBalance component * Process local storage value to remember currently selected passport * Create Loading component * Disable conversion before sending. Use new placeholder for amount input. Hide message about converted amount * Remove unused variables and components * Refactor PassportView * Fix typo * Update config for toco2.leap.rocks * Update src/components/Passports/PassportView.js Use subscript "2" Co-Authored-By: vrde <[email protected]> * Swap locked and emitted values * Remove hot linking of pattern and add credits to author * Use subscript or CO2 and format value * Refactor to use componentDidUpdate
* Add basic info and addresses * fix formatting
…ocol/planet-a-www * Fix lint errors * Temporarily disable master branch restriction * Revert "Temporarily disable master branch restriction" This reverts commit e52bc93.
* Add basic handshake functionality * Use passport from props, not from state * Better error handling * Remove useless file * rename leap3 to plasma * Add support for web3 * Address code review * Add compiled contracts * Fix units in passport view * Export web3 and plasma to window for easier debug * Remove old abi * update contracts * Add error checking, passing the ball to @TimDaub
…a source code (austintgriffith#25) * Remove travis * Add manual deployment script (temp) * Manual but quick S3 deployment using npm run deploy
…intgriffith#30) This reverts commit 3700e48.
* 😇 * Add heavy gif and cpu-heavy confetti animation 😈 * 🤧 * 🔊 * Add basic handshake functionality * Use passport from props, not from state * Better error handling * Remove useless file * rename leap3 to plasma * Add support for web3 * Address code review * Add compiled contracts * Fix units in passport view * Export web3 and plasma to window for easier debug * Remove old abi * update contracts * Add error checking, passing the ball to @TimDaub * Add receipt for trade * Remove overflow:hidden; * Add donation message * Some styles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.