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

WIP reef-app with util-lib observables #33

Merged
merged 73 commits into from
Nov 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
6afb754
feat: initial setup
anukulpandey Sep 7, 2023
f73a229
feat: removed apolloDex
anukulpandey Sep 8, 2023
5ae9e6b
feat: removed all currentNetwork
anukulpandey Sep 8, 2023
ba240b7
feat: set selected account
anukulpandey Sep 8, 2023
e998d24
feat: account switch logic
anukulpandey Sep 8, 2023
d38fc60
fix: removed all observables from react-lib
anukulpandey Sep 8, 2023
c686b29
feat: network fallback
anukulpandey Sep 8, 2023
2952aac
feat: preselecting stored address
anukulpandey Sep 11, 2023
df2ec42
chore: refactored
anukulpandey Sep 11, 2023
33f554c
test: selected token balances
anukulpandey Sep 11, 2023
06f3b66
fix: network change
anukulpandey Sep 11, 2023
e0364aa
feat: removed apollo from dependencies
anukulpandey Sep 11, 2023
1617d9a
chore: made changes compatible with new react-lib
anukulpandey Sep 11, 2023
1ca80f3
temp: temp fix to fetch data
anukulpandey Sep 11, 2023
c65a5f2
fix: init reef state
anukulpandey Sep 11, 2023
77a97ad
feat: init reef state on n/w change
anukulpandey Sep 11, 2023
c2dd518
feat: fetch token balances
anukulpandey Sep 11, 2023
bf1af11
feat: use transaction history hook
anukulpandey Sep 11, 2023
3d718fa
feat: compatible with react-lib
anukulpandey Sep 12, 2023
fc1b9e4
fix: verify contract
anukulpandey Sep 12, 2023
03ca73a
fix: contract verification on token upload
anukulpandey Sep 12, 2023
3e2f384
chore: lint
anukulpandey Sep 12, 2023
d8f4c3f
fix: lint err
anukulpandey Sep 12, 2023
676622a
fix: lint
anukulpandey Sep 12, 2023
b8b810e
chore: yarn lint
anukulpandey Sep 13, 2023
ba2eee4
fix: yarn lock err in lint
anukulpandey Sep 13, 2023
23303c1
chore: removed dev env
anukulpandey Sep 13, 2023
b140f18
feat: done
anukulpandey Sep 13, 2023
c6437d9
feat: removed console statement
anukulpandey Sep 13, 2023
00312b4
fix: requested changes
anukulpandey Sep 13, 2023
55f0f05
fix: provider getting connected again and again
anukulpandey Oct 20, 2023
d9dc83a
update versions
matjazonline Oct 20, 2023
a269ae4
Merge remote-tracking branch 'r-chain/master' into util-lib-integration
matjazonline Oct 20, 2023
0033534
fix merge
matjazonline Oct 20, 2023
5aaebc8
reef-chain/react-lib package.json
matjazonline Oct 21, 2023
07bf8c3
replace @reef-defi/react-lib with @reef-chain/react-lib
matjazonline Oct 21, 2023
f1bfb58
replace @reef-defi/react-lib with @reef-chain/react-lib
matjazonline Oct 21, 2023
f641e50
replace @reef-defi/evm-provider with @reef-chain/evm-provider
matjazonline Oct 21, 2023
a5eec15
use network from parameters if exists
matjazonline Oct 23, 2023
f684d04
feat: selectedNetworkDex observable
anukulpandey Oct 23, 2023
b54ec98
fix: initReefState logic
anukulpandey Oct 23, 2023
a440ac2
feat: network dex state
anukulpandey Oct 23, 2023
3b84886
fix: swap in pool
anukulpandey Oct 23, 2023
3fc1669
feat: moved useInitReefState to react-lib
anukulpandey Oct 25, 2023
fb92dd7
feat: removed unused hook
anukulpandey Oct 25, 2023
0b226b5
feat: moved all hooks to react-lib
anukulpandey Oct 25, 2023
dfbb543
chore: lint
anukulpandey Oct 25, 2023
b16b216
feat: removed dev linking
anukulpandey Oct 25, 2023
48c92c5
bump react-lib for hooks
matjazonline Oct 27, 2023
3aec752
bump: rxjs
anukulpandey Oct 27, 2023
24ae7d8
use reefState instance from context taken from react-lib
matjazonline Nov 14, 2023
684e74b
Merge remote-tracking branch 'r-chain/master' into util-lib-integrati…
matjazonline Nov 14, 2023
a797b2a
use reefState instance from context taken from react-lib
matjazonline Nov 14, 2023
544eedc
display activity loading status
matjazonline Nov 14, 2023
ec03dd4
chore: lint
anukulpandey Nov 15, 2023
16117a9
fix: video nft in tx details
anukulpandey Nov 15, 2023
259f0d7
fix: types
anukulpandey Nov 16, 2023
69035b0
chore: lint
anukulpandey Nov 16, 2023
50c786d
feat: set default amount of send nft to 1 (#41)
anukulpandey Nov 20, 2023
8113d4c
refactor: change import for getIconUrl in TokenPill.tsx (#39)
metodribic Nov 20, 2023
dab4462
fix: jumping token2 in overlay swap (#43)
anukulpandey Nov 20, 2023
3e8596f
fix conflicts with latest @polkadot libs
matjazonline Nov 20, 2023
f0dc13e
Merge remote-tracking branch 'r-chain/util-lib-integration' into util…
matjazonline Nov 20, 2023
aeb7ec3
feat: open pool after adding liquidity/creating new pool (#42)
anukulpandey Nov 20, 2023
2e7586c
fix: exchange rate in overlay swap (#44)
anukulpandey Nov 21, 2023
25d8861
feat: using nw from util-lib
anukulpandey Nov 22, 2023
22b6857
feat: using network config from util-lib
anukulpandey Nov 23, 2023
d42cc67
chore: lint
anukulpandey Nov 23, 2023
9725bec
fix: pool redirect (#47)
anukulpandey Nov 25, 2023
a721c5f
feat: update token status when creating token (#45)
anukulpandey Nov 25, 2023
4c49007
Merge remote-tracking branch 'r-chain/nw-conf' into util-lib-integration
matjazonline Nov 25, 2023
a71ad93
bump react-lib and use its network with dex values
matjazonline Nov 25, 2023
52b126c
v3
matjazonline Nov 25, 2023
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
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"plugins": [
"react",
"@typescript-eslint",
"react-hooks"
"react-hooks",
"jsx-a11y"
],
"rules": {
"no-use-before-define": "off",
Expand All @@ -34,6 +35,7 @@
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-unused-vars-experimental": "error",
"no-unused-vars": "off",
"jsx-a11y/control-has-associated-label": "off",
"no-unused-expressions": ["error", { "allowShortCircuit": true }],
"@typescript-eslint/no-use-before-define": ["error"],
"jsx-a11y/anchor-is-valid": "off",
Expand Down Expand Up @@ -69,4 +71,4 @@
"typescript": {}
}
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'yarn'
- run: yarn install
- run: yarn lint
Loading