Commit 9c49f33
Release/0.6.0 (#563)
* Chore/update 0.6.0 (#567)
* Fixed transactionId and object proptypes
* Auto fix with --fix
* Fixed remaining issues
* Updated controller to 0.19.8 and bumped plug version to 0.5.4
* Moved whitelist population to requestConnect
* Removed whitelist population
* Updated branch
Co-authored-by: rocky-fleek <[email protected]>
Co-authored-by: tomiir <[email protected]>
* add tokens and add nft buttons
* add nft form done - form component abstraction not done - add nft not working yet
* feat: tests initialization
* added get-nft-info method
* added few changes
* now the buttons looks like the design
* removed standards to DIP721v2 only - display token info in step2
* feat: test ids added/first test added and passed
* added add-custom-nft function
* feat: all tests added and passed
* fix: variables changes
* feat: extra case added
* feat: tests for settings-network added and done
* added get nfts after add custom in step2
* Fix: Redundant optimistic update (#587)
* Added controller with optimistic update fix. Removed filterCollectionTokens method as it was redundant
* Reconciliated yarn lock
* Renamed hook to blockNFTFetch and removed unnecessary formatting
* Restored lockfile
* Reinstalled controller'
Co-authored-by: rocky-fleek <[email protected]>
* feat: send custom tokens on sonic network tests added and passed
* fix: hardcode fixes
* feat: case with checking that tabs are blocked added
* show collections with 0 nfts without chevron - if the icon is null show a default image
* change package.json and yarn.lock to upstream content
* few console logs removed, text and state names
* yarn lock updated to release yarn lock
* now can download pem file with your account id
* Remove custom token (#589)
* Updated controller version
* Added removeToken to Keyring
* Added remove to AssetItem
* Prepopulated protectedAsset
* Added translation for remove token modal
* Renamed Remove to remove custom token
* Feat/account switch refactor (#566)
* Added swit account icon
* Added AccountItem component
* Added edit account field
* Added account switch to WalletDetails
* Removed replacing icns on set
* Made profile edit on click
* Added walletId param to icns methods
* Lint fixes for profile
* Added local ICNS data
* Lint fixes
* Added shared transition
* Conditionaly show switch account button
* disable edit name while using icns
* removed clgs and moved useEffect
* added close curly brace
* Update source/views/Extension/Views/AddNFT/hooks/useSteps.jsx
Co-authored-by: angarita-dev <[email protected]>
* Update source/views/Extension/Views/AddNFT/Steps/Step2.jsx
Co-authored-by: angarita-dev <[email protected]>
* it work calling sendMessage in AppConnection
* fixed length problem
* Migrated walletId to uuid
* removed console.log
* removed unused field on redux
* fixed address shortening for ICNS names
* Added border radius to custom tokens search
* reduced token decimal places
* Reduced font weight of text in banner
* Added border raduis to second step of addToken
* Updated yarn.lock
* Added utils for icns address
* modified getAssetFee function - removed fixed fee values - now can send max amount of any tokens
* added fallback if fee and decimal doenst exist
* Serialize host into metadata and pass it into regular connection requests
* Controller version bump
* Fixed switch account ICNS bug
* Added account icon constant
* replaced user icon with constant
* Fixed switch account & account default icon
* Updated dab-js and added fee as a parameter in the send operation
* Prevented default on Profile actions (#611)
* remove switch account icon (#613)
* automation fixes
* Installed controller and dabjs with icp standard fixes
* Fixed connect account modal (#618)
* Fix/Contacts (#616)
* WIP
* Code cleanup
* mend
* Fixed hiddenAccounts
* Fixed state accounts
* Fixed export identity
* Bumped controller version
* Added missing semicolon
* Plug controller bump
* Rollback controller to 0.22.3
* Fixed collection info and nft details issues
* Fixed popup & connect accounts info (#625)
* Abstracted internalRequestBalance and fixed issues with bigint parsing
* Removed subaccount validation
* Installed controller 0.22.5 with Principal serializatio on pid contacts
* feat: new secret added
* Removed provider update on useEffect
* Removede console.logs
* Fix/update provider & toasts (#631)
* Updated provider package
* Stop showing toast for provider errors
* Disconnect only based on principalId
* Removed update providerConnection
* Made onConfirm method optional
* Removed update provider connection from home
* Updated contollero to version 0.22.6
* Updated extension icons to rainbow background ones (#595)
Co-authored-by: rocky-fleek <[email protected]>
Co-authored-by: angarita-dev <[email protected]>
Co-authored-by: rocky-fleek <[email protected]>
Co-authored-by: tomiir <[email protected]>
Co-authored-by: Alina Sytnik <[email protected]>
Co-authored-by: Alina Sytnik <[email protected]>1 parent e0cdf12 commit 9c49f33
File tree
93 files changed
+3357
-1640
lines changed- source
- Background
- Keyring
- Modules
- Controller
- assets/icons
- components
- AssetItem
- ConnectAccountsModal
- components/ConnectAccountItem
- ConnectionStatus
- components
- ConnectionControls
- NetworkCard
- NetworkSelector
- IDInput
- NFTs
- components/NFTCollection
- Profile
- components
- AccountItem
- Tokens
- components/TokenSelector
- WalletInfo
- hooks
- locales/en
- redux
- views
- Extension
- Views
- AddNFT
- Steps
- components
- hooks
- AddToken
- Contacts
- ExportIdentity/steps
- Home
- Login
- NFTDetails
- NetworkCreation
- Network
- components
- NetworkCard
- NoNetworks
- SendFlow
- SendNFT
- components
- InputStep
- ReviewStep
- WalletDetails
- components
- ICNSSelector
- ICNSToggle
- Popup
- components
- AllowAgent
- AppConnection
- BurnXTC
- ImportToken
- Sign
- components/BatchTransactions
- Transfer
- tests
- e2e
- setup
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+3357
-1640
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| 126 | + | |
124 | 127 | | |
| 128 | + | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| |||
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| 143 | + | |
139 | 144 | | |
140 | 145 | | |
141 | 146 | | |
| |||
179 | 184 | | |
180 | 185 | | |
181 | 186 | | |
182 | | - | |
183 | | - | |
| 187 | + | |
| 188 | + | |
184 | 189 | | |
185 | 190 | | |
186 | 191 | | |
| |||
223 | 228 | | |
224 | 229 | | |
225 | 230 | | |
226 | | - | |
| 231 | + | |
227 | 232 | | |
228 | | - | |
| 233 | + | |
229 | 234 | | |
230 | 235 | | |
231 | | - | |
| 236 | + | |
| 237 | + | |
232 | 238 | | |
233 | 239 | | |
234 | 240 | | |
| |||
259 | 265 | | |
260 | 266 | | |
261 | 267 | | |
262 | | - | |
263 | | - | |
| 268 | + | |
| 269 | + | |
264 | 270 | | |
265 | 271 | | |
266 | 272 | | |
| |||
279 | 285 | | |
280 | 286 | | |
281 | 287 | | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
282 | 315 | | |
283 | 316 | | |
284 | 317 | | |
| |||
294 | 327 | | |
295 | 328 | | |
296 | 329 | | |
297 | | - | |
| 330 | + | |
298 | 331 | | |
299 | 332 | | |
300 | 333 | | |
| |||
324 | 357 | | |
325 | 358 | | |
326 | 359 | | |
327 | | - | |
328 | | - | |
329 | | - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
330 | 363 | | |
331 | | - | |
| 364 | + | |
332 | 365 | | |
333 | 366 | | |
334 | 367 | | |
335 | 368 | | |
336 | 369 | | |
337 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
338 | 374 | | |
339 | | - | |
| 375 | + | |
340 | 376 | | |
341 | 377 | | |
342 | 378 | | |
| |||
434 | 470 | | |
435 | 471 | | |
436 | 472 | | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
437 | 483 | | |
438 | 484 | | |
439 | 485 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
104 | 111 | | |
105 | 112 | | |
106 | 113 | | |
| |||
124 | 131 | | |
125 | 132 | | |
126 | 133 | | |
| 134 | + | |
127 | 135 | | |
128 | 136 | | |
129 | 137 | | |
| |||
137 | 145 | | |
138 | 146 | | |
139 | 147 | | |
140 | | - | |
141 | | - | |
142 | 148 | | |
143 | 149 | | |
144 | 150 | | |
| |||
170 | 176 | | |
171 | 177 | | |
172 | 178 | | |
| 179 | + | |
173 | 180 | | |
174 | 181 | | |
175 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | 49 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 50 | + | |
55 | 51 | | |
56 | 52 | | |
57 | 53 | | |
| |||
78 | 74 | | |
79 | 75 | | |
80 | 76 | | |
81 | | - | |
82 | | - | |
| 77 | + | |
83 | 78 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 79 | + | |
97 | 80 | | |
98 | 81 | | |
99 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
125 | 134 | | |
126 | 135 | | |
127 | 136 | | |
128 | 137 | | |
129 | 138 | | |
130 | | - | |
| 139 | + | |
131 | 140 | | |
132 | 141 | | |
133 | 142 | | |
| |||
145 | 154 | | |
146 | 155 | | |
147 | 156 | | |
148 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
149 | 163 | | |
150 | 164 | | |
151 | 165 | | |
152 | 166 | | |
153 | | - | |
| 167 | + | |
154 | 168 | | |
155 | 169 | | |
156 | 170 | | |
| |||
193 | 207 | | |
194 | 208 | | |
195 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
Loading
Loading
Loading
0 commit comments