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

Offchain DAOs on Etherlink #862

Merged
merged 30 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3992baf
WIP:
ashutoshpw Jul 16, 2024
70611c9
WIP - Etherlink Integration
ashutoshpw Jul 24, 2024
d77bdce
WIP:
ashutoshpw Jul 29, 2024
9b7569e
Changes
ashutoshpw Jul 29, 2024
eb482a6
WIP - Lite DAO Create
ashutoshpw Aug 13, 2024
33ad14b
WIP - Offchain DAO Almost Works.
ashutoshpw Aug 13, 2024
3b46f37
Other Code Improvements
ashutoshpw Aug 14, 2024
9f9f06f
Removed unused deps
ashutoshpw Aug 19, 2024
ae0b3f9
Removed unused deps
ashutoshpw Aug 19, 2024
3999691
Removed Unused Code
ashutoshpw Aug 19, 2024
010f0c5
Build Fix
ashutoshpw Aug 19, 2024
0dea8c3
Removed bun lock
ashutoshpw Aug 19, 2024
0e5fb3c
Build Issue Fix
ashutoshpw Aug 19, 2024
3428e63
Removed package-lock for yarn package
ashutoshpw Aug 19, 2024
2fa0e7f
removed unused deps
ashutoshpw Aug 19, 2024
8ff9595
Fix for Build
ashutoshpw Aug 19, 2024
b859d72
DAO Details for Etherlink
ashutoshpw Aug 21, 2024
f3cd725
eslint fixes
ashutoshpw Aug 21, 2024
904eca6
Code Improvement for Polls
ashutoshpw Aug 21, 2024
e76b545
TS Fixes
ashutoshpw Sep 3, 2024
36882df
Removed console.logs and debug points
ashutoshpw Oct 1, 2024
c40e6a9
Change Remix URL
ashutoshpw Oct 1, 2024
237dffe
Switched to Connectkit
ashutoshpw Oct 13, 2024
d6fdb5a
Using switchChain Hook from wagmi
ashutoshpw Oct 13, 2024
c66b53d
Added a useNetwork hook
ashutoshpw Oct 13, 2024
16802d5
Fix for Proposal and Voting Weight
ashutoshpw Oct 28, 2024
34c5a7d
Etherlink ERC20 Token Deployer (#868)
ashutoshpw Nov 4, 2024
1a90654
Fixed Toolbar Color
ashutoshpw Nov 4, 2024
c1a836b
Fix for DAO Route after merge
ashutoshpw Nov 4, 2024
1a8fad6
Merge branch 'master' into feat/offchain-dao-etherlink
EightRice Nov 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"extends": [
"plugin:react/recommended",
// "plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react-hooks/recommended",
"plugin:prettier/recommended"
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ yarn-error.log*
.idea
.env.example
.cosine
bun.lockb

# Ignore for yarn.lock
bun.lockb
package-lock.json
16 changes: 10 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"svg.preview.background": "black",
"cSpell.words": [
"offchain"
]
}
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatterOld": "dbaeumer.vscode-eslint",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Etherlink ERC20 Token Deployer
- Migration tool for V2 contracts
- Sending XTZ directly to DAO address
- Delegating DAO's XTZ to baker
Expand Down
Binary file added bun.lockb
Binary file not shown.
Loading
Loading