Skip to content

Tags: defcon201/web

Tags

20210205_master

Toggle 20210205_master's commit message
add null check

20210203_master

Toggle 20210203_master's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add polkadot + ksm grants integration (gitcoinco#8269)

* chore: add polkadot + ksm grants integration

- switch KSM to it's own chain ID (59)
- tweak bounty flow to treat KSM and DOT as diff chains in frontend
- add KSM + DOT support in grants

* fix typo failing the cart to load

* fix tabs prompt web3modal

* add mig file

* fix bugs

* fix sync logic

* use updated library

* add missing KSM model changes

* feedback comments

* recreate mig

Co-authored-by: octavioamu <[email protected]>

20210205_stable

Toggle 20210205_stable's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename user-facing instances of 'personal token' to 'time token' (git…

…coinco#8322)

* Rename user-facing instances of 'personal token' to 'time token'

* add new migration file

Co-authored-by: Aditya Anand M C <[email protected]>

20210203_stable

Toggle 20210203_stable's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename user-facing instances of 'personal token' to 'time token' (git…

…coinco#8322)

* Rename user-facing instances of 'personal token' to 'time token'

* add new migration file

Co-authored-by: Aditya Anand M C <[email protected]>

20200128_master

Toggle 20200128_master's commit message
Merge remote-tracking branch 'upstream/stable'

20200128_stable

Toggle 20200128_stable's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Let users ingest missing contributions (gitcoinco#8274)

* Setup new page for ingesting missing contributions

* Setup form and add input validation

* Add ingestion endpoint + UI status alerts

* Remove unnecessary authentication check in ingest_contributions_view

* Move missing-contributions JS file into grants folder

20210120_master

Toggle 20210120_master's commit message
Merge remote-tracking branch 'upstream/stable'

20210120_stable

Toggle 20210120_stable's commit message
salvage leaderboard

20210111_master

Toggle 20210111_master's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(binance): integrate BUSD for bounties and hackathons 2 (gitcoinc…

…o#8213)

* feat: include BUSD case in bounty detail

* process BUSD token transfer

* refactor utils + token balance checks

- add util to get token balance

- enforce sufficient balance for transfer

* litte refactor

* use only jsonRpcRequest util

* fix: amount comparison for insufficient balance

* add util to get selected account

* use only getSelectedAccount util

* autofill funderAddress with selected account

* Remove broken CDN import

* Fix variable duplicatino

* feat: add busd to hackathon bounty

* fix: pass contract address to getAddressTokenBalance

* fix bug in binance sync tx

* remove failing import

* fix address bug

Co-authored-by: aamustapha <[email protected]>
Co-authored-by: Aditya Anand M C <[email protected]>

20210111_stable

Toggle 20210111_stable's commit message
Merge branch 'stable' of github.com:gitcoinco/web into stable