Vivian Plasencia
b8ac449d86
Merge pull request #398 from code-Gambler/main
...
Refactor(bandadaAPI.ts): Displaying the error message, instead of the status code to the User
2024-02-20 13:05:26 +01:00
Steven
d492cd1b20
refactor: ran prettier:write
2024-02-19 18:46:16 -05:00
Steven
b3b176b7f2
refactor(bandadaapi.ts): refined the function call of creatAlert
...
Changed the function parameter of createAlert() to only accept a string which has the error
message, and changed all the arguments in bandadaAPI.ts
396
2024-02-19 17:43:37 -05:00
Steven
b1b465f6a1
refactor(bandadaapi.ts): removed the breaking element of the createGroup() request
...
The breaking element was added to test the alert function now removing it.
396
2024-02-19 17:30:43 -05:00
Steven
fe991bd810
refactor(bandadaapi.ts): changed the function parameter of createAlert() to show the correct message
2024-02-19 17:27:26 -05:00
Steven
c29d122ea1
refactor(bandadaapi.ts): provided the user with more information on the error within the dashboard
...
created a util function creatAlert and used it inside bandadaAPI.ts whenever it needed to create an
alert
396
2024-02-19 17:15:27 -05:00
Steven
088d84ed42
refactor(bandadaapi.ts): provided the User with more information of the error and modularized code
...
create a new function in Utils called createAlert which creates an alert by displaying the error
message and called that function inside bandadaAPI whenever it needed to create alerts
396
2024-02-19 15:39:13 -05:00
Vivian Plasencia
ee2e151d38
Merge pull request #394 from tanyas-codes/bug/onchain-id-checks
...
fix: prevent manual addition of duplicate member IDs in on-chain groups
2024-02-19 14:13:26 +01:00
Vivian Plasencia
eeec708d98
Merge pull request #392 from privacy-scaling-explorations/integration/eas
...
Add EAS provider with default `EAS_ATTESTATIONS` validator
2024-02-19 14:13:06 +01:00
Vivian Plasencia
a5e015378d
Merge pull request #390 from baumstern/fix/dependencies
...
fix: fix peer dependencies
2024-02-19 12:31:40 +01:00
tanyas-codes
5e4dbe7eaa
fix: remove typechecks which are already defined and handle singular/plural Id's alert msg
...
Simplify code by removing redundant typeof check, Update alert message to handle singular and plural
cases appropriately.
2024-02-19 15:16:07 +05:30
tanyas-codes
181fa862fd
fix: replace explicit hexadecimal checking with BigInt usage
...
- Replace manual hexadecimal checking with BigInt constructor for member ID comparison .Ensure
consistent handling of member IDs regardless of representation (decimal or hexadecimal)
2024-02-19 11:04:26 +05:30
Vivian Plasencia
c44cf94857
Merge pull request #393 from tanyas-codes/feat/display-cred
...
feat: a feature that shows that displays the credential id and criteria of an off-chain group
2024-02-19 00:29:09 +01:00
Vivian Plasencia
3a8430701e
Merge pull request #387 from jennyg0/feat/add-placeholder
...
feat: add placeholder to repository input
2024-02-19 00:10:03 +01:00
Vivian Plasencia
5c8341aeac
Merge pull request #381 from privacy-scaling-explorations/fix/member-wrong-order
...
Proper ordering of group members
2024-02-19 00:08:21 +01:00
tanyas-codes
1415824c69
fix: prevent manual addition of duplicate member IDs in on-chain groups
...
Previously, on-chain groups did not properly filter duplicate member IDs, allowing the same ID to be
added multiple times without restriction. Now, when a user attempts to add an existing member ID to
an on-chain group, an alert message with the exact id/id's is displayed to notify the user and
prevent the duplicate addition.
2024-02-18 13:41:30 +05:30
tanyas-codes
425eb1d5fd
feat: a feature that shows that displays the credential id and criteria of an off-chain group
...
If an off-chain group is credential then the ID and critieria is diplayed.This helps in easier
management and accessibility/visibility.
2024-02-18 04:00:58 +05:30
Jeeiii
2c48d035e9
feat: add eas integration with minAttestation validator
2024-02-15 18:35:16 +01:00
Daehyun Paik
e7c16285f5
fix: fix peer dependencies
2024-02-14 21:47:44 +01:00
jennyg0
165db71673
feat(new group dashboard): add placeholder to repository input box
...
385
2024-02-10 23:58:06 -05:00
Daehyun Paik
65136d94a1
ci: improve ci performance
2024-02-10 09:29:49 +01:00
Jeeiii
0826c3b66b
fix: avoid circular dependencies on NestJS entities
2024-02-09 16:41:47 +01:00
Nick Tampakas
4a61913cb7
Run prettier
2024-02-09 15:02:15 +02:00
Jeeiii
9c60ab6b4c
fix: group members first-in order
2024-02-09 11:37:03 +01:00
Vivian Plasencia
7d06735cfc
Merge pull request #380 from privacy-scaling-explorations/ref/update-parameter-order
...
refactor(dashboard): update correct parameter order
2024-02-09 10:21:16 +01:00
vplasencia
7959412785
refactor(dashboard): update correct parameter order
2024-02-09 10:13:30 +01:00
Vivian Plasencia
86ceb46b07
Merge pull request #379 from privacy-scaling-explorations/ref/github-repo-commits-validator
...
Update the `GITHUB_REPOSITORY_COMMITS` validator
2024-02-08 23:56:02 +01:00
vplasencia
752777188c
style: format code with prettier
2024-02-08 23:30:43 +01:00
vplasencia
270f05d691
refactor(credentials): update repository owner and name in url
2024-02-08 23:29:46 +01:00
vplasencia
e7f90d7b0c
fix(api): update the order of parameters in the credential add member function
2024-02-08 22:31:49 +01:00
Nick Tampakas
e7f358f90d
Add auxiliary scripts to spawn/configure/manage the ephemeral instance
2024-02-08 14:01:25 +02:00
Nick Tampakas
b6afce22b7
Add workflow
2024-02-08 13:59:58 +02:00
Vivian Plasencia
4a35d80367
Merge pull request #377 from jennyg0/feat/add-url
...
Feat: add staging url
2024-02-08 00:26:48 +01:00
jennyg0
1202751822
feat(api-sdk): add staging api url to supportedurl enum
...
376
2024-02-07 17:51:38 -05:00
Vivian Plasencia
318b8ef44e
Merge pull request #371 from privacy-scaling-explorations/feat/transactions-credential
...
Add a credential to check is a user has >= a specific number of transactions
2024-02-06 22:35:17 +01:00
Vivian Plasencia
814c224314
Merge pull request #372 from privacy-scaling-explorations/feat/balance-credential
...
feat(credentials): add the blockchain balance validator
2024-02-06 14:41:54 +01:00
vplasencia
9ab8978a5e
refactor: update optional parameters
2024-02-06 10:52:41 +01:00
vplasencia
6d38f55126
refactor(api): add types for the context variable
2024-02-06 10:47:17 +01:00
Vivian Plasencia
828bfac3fe
Merge pull request #373 from privacy-scaling-explorations/dev
...
Fix outdate link to video in README
2024-02-01 15:34:38 +01:00
Jeeiii
e5172cee4c
fix: outdated link for video
2024-02-01 15:25:37 +01:00
vplasencia
737c8e5f98
test(credentials): update tests validators to include the new blockchain balance validator
2024-02-01 00:38:53 +01:00
vplasencia
c8a880f7b8
docs(credentials): update validate function description in the blockchain balance validator
2024-02-01 00:35:35 +01:00
vplasencia
a2f2da6dc9
feat(credentials): add the blockchain balance validator
2024-02-01 00:29:53 +01:00
vplasencia
6077740f9c
refactor(credentials): update error text
2024-02-01 00:08:22 +01:00
vplasencia
ad56393e33
test(credentials): update mocked test
2024-01-31 23:55:30 +01:00
vplasencia
1bd21b3774
style: remove console logs
2024-01-31 16:10:29 +01:00
vplasencia
9c690496a6
test(credentials): mock tests in the blockchain transactions validator
2024-01-31 14:14:05 +01:00
vplasencia
5895260df5
test(api): add tests for credential groups using the number of transactions
2024-01-31 13:53:08 +01:00
vplasencia
3ece4fbf40
Merge branch 'dev' into feat/transactions-credential
2024-01-31 13:13:17 +01:00
vplasencia
814f09a937
style: format code with eslint
2024-01-31 13:10:49 +01:00