-
Notifications
You must be signed in to change notification settings - Fork 54
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
grothem
wants to merge
38
commits into
challenge-1-decentralized-staking
Choose a base branch
from
challenge-1-decentralized-staking-eth-hooks-v4
base: challenge-1-decentralized-staking
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.
Draft
Challenge 1 decentralized staking eth hooks v4 #15
grothem
wants to merge
38
commits into
challenge-1-decentralized-staking
from
challenge-1-decentralized-staking-eth-hooks-v4
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
app is running
…#43) Co-authored-by: Shravan Sunder <[email protected]>
* #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
Co-authored-by: Shravan Sunder <[email protected]>
* 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
…networks and eth-hooks
…contracts:external (#58)
* 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
* 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
…h-typescript into challenge-1-decentralized-staking-eth-hooks-v4
Open
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.