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

Develop #4

Open
wants to merge 111 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
111 commits
Select commit Hold shift + click to select a range
ebeb6a7
Initial setup
saajand Jul 1, 2024
de1dfcb
Add Cosmos wallet kit and handle Wallet connections
saajand Jul 4, 2024
6c33044
Add Rainbowkit and Wagmi packages for EVM wallet connections
saajand Jul 10, 2024
ac82b25
Add Injective contract call and Update Cosmos configs
saajand Jul 11, 2024
7e8fe1d
Update function name
saajand Jul 11, 2024
19d0ae4
Add Archway contract call and Update Cosmos configs
saajand Jul 14, 2024
a7356ec
Evm integration for multiple chains
smrkarkii Jul 17, 2024
5fab1ca
Proposals shown in table and can be approved
smrkarkii Jul 17, 2024
30b5f9b
Add a custom hook that can be used to make transactions for archway a…
saajand Jul 17, 2024
c0385ff
Add App Context file; Manage acitve cosmos chain details; Handle Cosm…
saajand Jul 17, 2024
32e50ab
Type updates
saajand Jul 17, 2024
2347878
Inital State updates
saajand Jul 17, 2024
4d2f562
Handle different function call for different chain
saajand Jul 17, 2024
01165e1
Update txn hash on Approval success
saajand Jul 17, 2024
c4d5abe
Add UI Stylings
saajand Jul 17, 2024
edca7b9
Add DaisyUI for UI pre-defined components
saajand Jul 18, 2024
4804df6
Add General Modal component
saajand Jul 18, 2024
c3af01f
Add custom hook to fetch Cosmos Contract details
saajand Jul 18, 2024
2f4ff27
Add Table to display cosmos Proposals list
saajand Jul 18, 2024
167695d
Add Proposal Execute function
saajand Jul 18, 2024
e3453d0
Update Typo
saajand Jul 18, 2024
723af1b
Merge branch 'develop' of github.com:icon-project/Multisig-Frontend- …
saajand Jul 18, 2024
85d19f8
Merge pull request #1 from icon-project/dev_cosmos-wallet-kit
saajand Jul 18, 2024
29ce663
fetching data from firebase
smrkarkii Jul 18, 2024
af28108
Merge branch 'develop' of github.com:icon-project/Multisig-Frontend- …
saajand Jul 18, 2024
9bed50a
final corrected version and adding and displaying the proposals
smrkarkii Jul 19, 2024
700edc6
Merge branch 'evm-integration' of github.com:icon-project/Multisig-Fr…
saajand Jul 19, 2024
e3dcc91
Frontend of Ethereum proposals table
smrkarkii Jul 19, 2024
6da164f
all errors in git build resolved
smrkarkii Jul 19, 2024
cc82ade
Update Cosmos transactions error returns
saajand Jul 21, 2024
8d982b0
Add Toast component as custom hook
saajand Jul 21, 2024
bf9cdd6
Use Toast in Comos page
saajand Jul 21, 2024
aed3e58
Fix Toast color issue
saajand Jul 21, 2024
6025e93
Move Action buttons to Cosmos Proposals table
saajand Jul 21, 2024
eabeb51
Config file updated
smrkarkii Jul 22, 2024
6f11db5
Update contract data Fetching function to use random available rpc ur…
saajand Jul 22, 2024
23d9ea8
Update Cosmos chains config
saajand Jul 22, 2024
c886373
Update Contract calls to use rpc urls from config
saajand Jul 22, 2024
085af31
Use Archway functions for archway contract calls
saajand Jul 22, 2024
dc78fcf
Merge branch 'develop' of github.com:icon-project/Multisig-Frontend- …
saajand Jul 22, 2024
2dd0ec2
Merge pull request #2 from icon-project/merge/evm-integration
saajand Jul 22, 2024
255a25b
Update layouts and UIs
saajand Jul 22, 2024
af7a09a
Update Cosmos Proposals table and data fetching flow
saajand Jul 22, 2024
f0f359f
Add Cosmos Create proposal page
saajand Jul 22, 2024
e109861
Merge pull request #3 from icon-project/develop_new-layout
saajand Jul 22, 2024
75238c3
Member add and remove completed
smrkarkii Jul 23, 2024
9334ce2
resolve merge issues
smrkarkii Jul 23, 2024
58fd769
Updated EVM Approve, Execute,Create page and all functionalites are w…
smrkarkii Jul 23, 2024
4d36abf
Add Member Update and Contract Upgrade contract calls for Archway net…
saajand Jul 23, 2024
47c50ce
Merge pull request #5 from icon-project/develop_new-layout
saajand Jul 23, 2024
6590804
Update Cosmos Proposal table to handle paginated data
saajand Jul 24, 2024
c5ee51e
Add injective functions to handle Propoals creation
saajand Jul 24, 2024
9d43e53
Merge pull request #7 from icon-project/develop_cosmos-proposals-updates
saajand Jul 24, 2024
32e56df
UI for details page and displayng information in details page
smrkarkii Jul 24, 2024
48a69c1
details page done
smrkarkii Jul 24, 2024
eddfe1e
updated for build
smrkarkii Jul 24, 2024
a3b63be
Add Multiple pages for listing cosmos proposals based on status
saajand Jul 24, 2024
da4a206
Merge pull request #8 from icon-project/develop_cosmos-proposals-updates
saajand Jul 24, 2024
42646cf
Merge branch 'develop' of github.com:icon-project/Multisig-Frontend- …
saajand Jul 24, 2024
70ab21d
UI updates for input field
smrkarkii Jul 25, 2024
2e2145d
Merge branch 'develop' of github.com:icon-project/Multisig-Frontend- …
smrkarkii Jul 25, 2024
90df3b5
error handling done and use of toast
smrkarkii Jul 25, 2024
085e283
upto testing
smrkarkii Jul 25, 2024
f8fe6f2
New page for details done
smrkarkii Jul 26, 2024
059486a
Showing current threshold and owners in create page
smrkarkii Jul 26, 2024
0196d00
prpoposals filtered by chain
smrkarkii Jul 29, 2024
c5376c5
Updates in Details page of proposals
smrkarkii Jul 29, 2024
59b3320
Merge branch 'merged-dev-evm' of github.com:icon-project/Multisig-Fro…
saajand Jul 29, 2024
0370093
Update comos contract data fetching function to handle cases when wal…
saajand Jul 29, 2024
57c4ede
Merge pull request #6 from icon-project/merged-dev-evm
saajand Jul 29, 2024
620129a
Working on UI optimization
smrkarkii Jul 30, 2024
c42bff8
Merge branch 'develop' of github.com:icon-project/Multisig-Frontend- …
smrkarkii Jul 30, 2024
c1f6d70
Modal used to show current threshold and owners
smrkarkii Jul 30, 2024
4fa6ab6
Cosmos details page
smrkarkii Jul 30, 2024
baac5be
TablePage created and fixed issues
smrkarkii Aug 2, 2024
631ee15
Update Cosmos Proposals Table columns and page layouts
saajand Aug 6, 2024
30a6da6
Update Cosmos and EVM proposals details page layouts and stylings
saajand Aug 6, 2024
9766d75
Handle different types of Cosmos Proposal messages in Cosmos details …
saajand Aug 6, 2024
588a199
Update Cosmos Proposal details getter function
saajand Aug 6, 2024
a7a17a4
Update yarn.lock file
saajand Aug 6, 2024
55641a5
Improvements to Sidenav
saajand Aug 6, 2024
40b12a3
Merge pull request #9 from icon-project/merged-dev-evm
saajand Aug 6, 2024
d877d44
Update env variables example
saajand Aug 13, 2024
124e14c
added support for running app with docker
FidelVe Aug 14, 2024
e8ebaf5
fix: code id visible
Itshyphen Aug 15, 2024
1d58ecb
fix: message type added in details
Itshyphen Aug 15, 2024
171a632
fixed .env file not being properly read by docker
FidelVe Aug 16, 2024
266adfc
fixed issue: having CORS error when deploying from optimized build in…
FidelVe Aug 16, 2024
e2666d8
Update Neutron approval function to use string in proposal_id
saajand Aug 16, 2024
77cbd4a
Add fetching status to Cosmos Proposals lists
saajand Aug 20, 2024
c60c0cf
Add warning to add missing chains in keplr
saajand Aug 21, 2024
497e6ed
Update Cosmos proposal details page routes adding chain name; Add UI …
saajand Aug 22, 2024
fcbc735
Merge branch 'develop' of github.com:icon-project/Multisig-Frontend- …
saajand Aug 22, 2024
ebda9f9
Unset Cosmos proposal details when switching chain
saajand Aug 22, 2024
d1efce7
Add fetching status to EVM Proposals lists
saajand Aug 26, 2024
925875d
Merge pull request #11 from icon-project/develop_missing-chains-handler
saajand Aug 26, 2024
00aad5b
Merge pull request #12 from icon-project/develop_neutron-approval-fix
saajand Aug 26, 2024
af12159
Merge branch 'develop' into develop_ui-improvements
saajand Aug 26, 2024
a393368
Merge pull request #13 from icon-project/develop_ui-improvements
saajand Aug 26, 2024
7980b12
Update condtions for EVM proposal Action buttons
saajand Aug 26, 2024
1b0f5fa
Improvements to EVM proposals data fetching
saajand Aug 26, 2024
6189521
feature: add support for SUI network - SUI proposals management pages…
saajand Oct 24, 2024
c0214ca
Add input box to SUI proposal approval box
saajand Oct 24, 2024
1ab3739
Add Blockchain name to Navbar for supported chains
saajand Oct 24, 2024
0884fe8
Text Updates
saajand Nov 8, 2024
bd3f40a
Fix package versions to handle conflicts
saajand Nov 8, 2024
a8e6421
Update dockerfile
saajand Nov 8, 2024
ef1ff1c
Merge pull request #14 from icon-project/develop_SUI-integration
saajand Nov 8, 2024
6706f97
Fix package versions to handle conflicts
saajand Nov 8, 2024
d0aec13
Merge branch 'develop' of github.com:icon-project/Multisig-Frontend- …
saajand Nov 8, 2024
de116f2
Merge pull request #16 from icon-project/improvements/docker-updates
gcranju Nov 11, 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
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
19 changes: 19 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
VITE_APP_ENV=
VITE_APP_ARCHWAY_CONTRACT_ADDRESS=
VITE_APP_INJECTIVE_CONTRACT_ADDRESS=
VITE_APP_NEUTRON_CONTRACT_ADDRESS=
VITE_APP_ARCHWAY_MULTISIG_MEMBER_CONTRACT_ADDRESS=
VITE_APP_INJECTIVE_MULTISIG_MEMBER_CONTRACT_ADDRESS=
VITE_APP_NEUTRON_MULTISIG_MEMBER_CONTRACT_ADDRESS=
VITE_APP_WALLET_CONNECT_PROJECT_ID=
VITE_APP_BASE_CONTRACT_ADDRESS=
VITE_APP_OPTIMISM_CONTRACT_ADDRESS=
VITE_APP_ARBITRUM_CONTRACT_ADDRESS=
VITE_APP_BINANCE_CONTRACT_ADDRESS=
VITE_APP_ETHEREUM_CONTRACT_ADDRESS=
VITE_APP_AVALANCHE_CONTRACT_ADDRESS=
VITE_APP_ARCHWAY_RPC_URL=
VITE_APP_INJECTIVE_RPC_URL=
VITE_APP_NEUTRON_RPC_URL=
VITE_APP_SUI_MULTISIG_PACKAGE_ID=
VITE_APP_SUI_STORAGE_ID=
Empty file.
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/.github/labeler.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/.github/release.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/.github/workflows/auto-pr-labeler.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/.github/workflows/check-pr-label.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/.github/workflows/lint-pr.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/task-template.md

This file was deleted.

Loading