Skip to content
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

Challenge 1 decentralized staking eth hooks v4 #15

Draft
wants to merge 38 commits into
base: challenge-1-decentralized-staking
Choose a base branch
from

Conversation

grothem
Copy link
Contributor

@grothem grothem commented Feb 1, 2022

No description provided.

ShravanSunder and others added 30 commits December 30, 2021 11:07
* #29 testing out contracts context

* #29 v4 compatability changes and merging develop

* #29 eth-hooks v4 minor updates

* #29 more work on contract context scaffold-eth/eth-ui#101

- external contracts are now handles
- worked on the contract context initalization in app

* #29 more work on contract context scaffold-eth/eth-ui#101

- created an contract context factory

* #29 preliminary typing system for all the app contracts

* #29 contract typing is almost working

* #29 checkpoint

* #29 checkpoint

* #29 regenerate lock file

* #29 general refactor of v4 types and function names

* #29 created hook and system to load contracts

* #29 using the new eth-hooksv4 paradigm

* #29 fixes from eth-hooksv4 and eth-components

* #29 fixes from eth-hooksv4 and eth-components

* #29 fixes from eth-hooksv4 loading contractrats

* #29 changes to how main provider is passed around

* added react async

* #29 final changes to inital beta

* #29 final changes to inital beta

* #29 changes from scaffold-eth/eth-ui#114

* #29 changes from scaffold-eth/eth-ui#114

* #29 changes from scaffold-eth/eth-ui#114

event based updates

* replace apollo with react-query and graphql-request.  lazy load GraphiQl

* #29 tried to make folder structure simpler.  better commands to build contracts

* #29 minor fixes

* #29 more comments to contract

* update packages

* #46 fixes and autconnect to burner with an option

* #46  packages updates
* Feature/#29 eth-hooks v4 changes (#32)

* #29 testing out contracts context

* #29 v4 compatability changes and merging develop

* #29 eth-hooks v4 minor updates

* #29 more work on contract context scaffold-eth/eth-ui#101

- external contracts are now handles
- worked on the contract context initalization in app

* #29 more work on contract context scaffold-eth/eth-ui#101

- created an contract context factory

* #29 preliminary typing system for all the app contracts

* #29 contract typing is almost working

* #29 checkpoint

* #29 checkpoint

* #29 regenerate lock file

* #29 general refactor of v4 types and function names

* #29 created hook and system to load contracts

* #29 using the new eth-hooksv4 paradigm

* #29 fixes from eth-hooksv4 and eth-components

* #29 fixes from eth-hooksv4 and eth-components

* #29 fixes from eth-hooksv4 loading contractrats

* #29 changes to how main provider is passed around

* added react async

* #29 final changes to inital beta

* #29 final changes to inital beta

* #29 changes from scaffold-eth/eth-ui#114

* #29 changes from scaffold-eth/eth-ui#114

* #29 changes from scaffold-eth/eth-ui#114

event based updates

* replace apollo with react-query and graphql-request.  lazy load GraphiQl

* #29 tried to make folder structure simpler.  better commands to build contracts

* #29 minor fixes

* #29 more comments to contract

* update packages

* #46 fixes and autconnect to burner with an option

* #46  packages updates

* changes for scaffold-eth/eth-ui#120 useBalance

* #47 changes to building contract, bug fixes, and updates to packages

* reenabled dai

* #47 updated packages

* #47 updated packages, fixed externals for vite.

* disabled subgraph for now #48

* updated git ignore

* #47 fix to generic-contract.  removed generated fiels

* #47 updated git ignore

* #47 updated action

* #47 updated action

* #47 updated action
# Conflicts:
#	.github/workflows/pull-request.yml
#	package.json
#	packages/vite-app-ts/package.json
#	packages/vite-app-ts/scripts/hardhat_contracts.json.bak
#	packages/vite-app-ts/src/App.tsx
#	packages/vite-app-ts/src/MainPage.tsx
#	packages/vite-app-ts/src/components/main/MainPageContracts.tsx
#	packages/vite-app-ts/src/components/main/hooks/useScaffoldHooksExamples.tsx
#	packages/vite-app-ts/src/components/pages/exampleui/ExampleUI.tsx
#	packages/vite-app-ts/src/components/pages/subgraph/Subgraph.tsx
#	packages/vite-app-ts/src/config/contractConnectorConfig.ts
#	packages/vite-app-ts/src/generated/.gitignore
#	packages/vite-app-ts/src/generated/contracts/hardhat_contracts.json.bak
#	packages/vite-app-ts/src/generated/hardhat_contracts.json.bak
#	packages/vite-app-ts/src/index.tsx
#	packages/vite-app-ts/vite.config.ts
#	yarn.lock
* scaffold-eth/eth-ui#125 updates to types

* scaffold-eth/eth-ui#125 updates to types

* scaffold-eth/eth-ui#125 updates to type simplicity

* update packages

* #125 update eth-sdk scaffold-eth/eth-ui#125
* change ~~ to relative path in order for eth-sdk to work when running contracts:external

* only create LOCAL_PROVIDER when targetnetwork is localhost

* target network back to default
ShravanSunder and others added 6 commits January 20, 2022 09:01
* change ~~ to relative path in order for eth-sdk to work when running contracts:external

* only create LOCAL_PROVIDER when targetnetwork is localhost

* target network back to default

* catch import errors in webModalConfig

* add try-catch for localhost static web3 provider config
* #55 surge bug

* #55 surge bug

* #55 added is development flag

* #55 fixed node external config  for development and produciton
@grothem grothem linked an issue Feb 1, 2022 that may be closed by this pull request
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.

Challenge-1
3 participants