Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Don't show unclonable Kudos in marketplace * Add new kudos * Don't restrict kudos minting at all * Updates to handle the latest Kudos contract changes See gitcoinco/gitcoin-erc721#162 * Fix IPFS CORs problem again * Update how rarity gets set * kudos.yaml now has tags as an array of strings * Add new kudos images * update rinkeby address for abi.js * new rinkeby contract address * update crontab * Fix Kudos name not showing up on receive page * fix js bug in kudos_send * prompts * kudos levitation demo * refactor * kudos goodies * Add kudos email preview * change logo * change detail kudos styles * change var kudos * Partials are fun * no more levitate * Kudos asset updates from badges repo * Add new kudos fields, artist and platform * Update Rinkeby address * Add kudos_mainnet.yaml for soft launch * add profile about * Add mainnet address * Support reading private keys from .env * Update kudos clone utils and mgmt functions * Be able to pass mint_to address into command * Making clone kudos util command work * Add kudos private key vars to settings.py * Add update_kudos_metadata script (not tested yet) * Kudos minted on mainnet will point to kudosdemo for now * Update external_url per network * Add debug and value to gas estimate * add author * change kudos send feedbacks * add styles * add styles * add kudos nav * add kudos nav * change logos * change send kudos * fixes the javascript on kudos details page * add topbar on all pages * add grants nav * Fixes * change menu * add title to landing * add gif logo * adds kudos to results page * make fix * comments * make fix * fixes font awesome icongs * fix mobile menu * add not found profiles * Add burn util and management function * Go away psycopg2 warnings * Fix fresh_start script * update kudos abi * add inactive and change claim kudos * a fix for kudos - levitate being off basee * Add automatic local syncing via docker-command.bash * fix kudos navbar * fix svg font * Remove mnemonic from docker-compose, use ENV var * Update fresh_start script for web repo * Fix typo for mnemonic * Fix TEST_MNEMONIC quoting issue * Upgrade to web3py 4.7.2 * Inject poa middleware for rinkeby network * Clean up extraneous python imports * Remove deprecated kudos fixtures * Ignore the trouble making JS files * Run isort on kudos files * Run isort on dashboard * isort mails, emails, urls * Minor formatting changes to make linter happy * Updates to kudos_send to appease eslint * Replace totalSupply with getLatestId to get latest kudos id Fixes gitcoinco/gitcoin-erc721#193 * fix lint js * fix lint in range * fix send kudos * Quiet down the noise travis build * Compress images * You win Stickler * Remove TODO from urls.py * Remove from __future__ * Docstring formatting * Remove extraneous migration file * Revert "Quiet down the noise travis build" This reverts commit b56ee35. * Small formatting cleanup * Remove trailing whitespace * fix tabs.js broking wallets js * Temporarily disable kudos crontab entries * Clean up migration files * fix css lint * Revert "Clean up migration files" This reverts commit 6910cdf. * One more time * Minify tweenlite.js * Clean up exceptions for receive_url_for_recipient * lipstick - removing old code comments - formatting stuff * Don't need kudos apps.py * Add gettext to label * fix diffs * Move Kudos contract addresses to settings.py * Fix related_kudos filter * More formatting and dead code cleanup * hide grants menu link * Moar docstrings * add faq * Updates to account for multiple Kudos contracts * comment out local_filter_middleware until its released * fix rain bg * add error msg * clean * fix gitcoinco/gitcoin-erc721#173 * Revert "Upgrade to web3py 4.7.2" This reverts commit 7f26652. * network and contract_address should be required fields * Update link for "Start Over" in Kudos Send page * Fix migration file bug * Don't put # in background_color * FIx logging output to be token_id instead of row id * Update sync_kudos log file name * Add new kudos assets * Revert "Minify tweenlite.js" This reverts commit 1e9a629. * Change to web3 4.6.0 * Fix network name * small updates * Revert "Change to web3 4.6.0" This reverts commit 37e3a67. * Add smaller kudos_test.yaml for testing * Compress new kudos images * Display github picture if avatar doesn't exist * Update sync method for multiple kudos contract * remove bad localhost network detection * Fix compressed animations * add disqus * add dot notification * fix sizes in select * change kudos text * fix img size * make fix, also: adds support for png images of each kudos * Break out kudos.Contract into its own model This is to better support having multiple deployed kudos contracts. * Add new URL route to do lookups by contract and token_id * Stub out some basic tests for Kudos * Update external_url to be the correct token_id for all networks * Add helper to resolve a kudos token * More updates to handle multiple token_ids across contracts * Update KUDOS_NETWORK env var * Update abi with latest contract code * Update --catchup flag for new schema * Fix template typo * Make mint url consistent with others * Fix get_token resolution logic * Fix ability to load /send page without an id * Extra space * How about some tests * change about page * change svgo command * add correct svg * iSort fixes * Re-compress images using --disable=removeViewBox * Revert "Compress images" This reverts commit 5fcc26a. * Re-compress kudos images from scratch Ssing --disable=removeViewBox * Update rinkeby contract address * Don't add middleware twice (added downstream already) * 404 if the kudos id doesn't exist * Fix confusing debug message * Add gas_estimate debug msg * Add decorator to log out contract args * Update rinkeby contract address * Update rinkeby contract * update rinkeby contract address for abi.js * fix static subdomain for staging * Update rinkeby address * iSort fixx * Fixes * Remove dead code * Only show settings.KUDOS_NETWORK in marketplace * Update kudos crontab * change gif logo * rewrites marketplace search * Add search test for marketplace * Encode image names to handle bad chars Fix c++_scientist * FIx tags splitting incorrectly * fix usersearch console error * fix inline send * add style for none clones * fix inline send * fix profile pictures * fix lint * update text * Change rarity labels * add generation * Add new kudos assets * New deployment to rinkeby * Update method id's for block listener Syncing this way still sucks though * Handle case where start_id might not be valid * FIx blue box overlap values * Sync Gen0 token when cloned * Fix kudos detail numbers * Fix Kudos Indirect Send The issue was that is was using the incorrect tokenId. It was using kudos_token.id (pk) instead of the kudos_token.token_id (contract token id). * add gold line * fix sent cards data * clean * fix pagination and change method * remove white space * Update for latest Rinkeby Contract * FIx typo * Update mainnet contract address * Add additional gas_price_gwei option * Make gas price optional * Fix sent kudos on profile, adjust some logic and DRY it up a bit * Adjust profile kudos queries to use both pref payout addy and profile relations * Update kudos detail route to use kudos_id * hide kudos stuff until its been QAed... revert this when kudos has been QAed and looks good * Squash kudos migrations
- Loading branch information