Commit Graph

1101 Commits

Author SHA1 Message Date
Jeeiii
784929c897 refactor: move apikey logic from group to admin 2024-03-28 22:59:03 +01:00
Jeeiii
496bbbb532 fix: add missing types for 'uuid' package 2024-03-28 22:59:03 +01:00
Vivian Plasencia
92e5466ed4 Merge pull request #459 from bandada-infra/fix/release-workflow
Update release workflow to fix automatic release notes
2024-03-28 19:35:39 +01:00
Vivian Plasencia
ebc418f08e chore(.github): update release workflow to fix automatic release notes
re #447
2024-03-28 17:51:05 +01:00
Vivian Plasencia
ee95cbc1e4 Merge pull request #456 from neel-ds/refactor/repo-link
Update Repo Link
2024-03-28 15:46:09 +01:00
Neel
cc404c2033 refactor: update repo link of assets 2024-03-28 17:19:17 +05:30
Vivian Plasencia
75539f88cb Merge pull request #449 from bandada-infra/ref/blockchain-validators
Make `network` part of blockchain validator criteria
2024-03-28 12:02:32 +01:00
Vivian Plasencia
ab73138852 Merge pull request #453 from bandada-infra/feat/blockchain-credential-avalanche-c-chain
Support Avalanche C-Chain Fuji in the blockchain credential
2024-03-28 11:21:28 +01:00
Neel
3bc6e2175f refactor: update repo link 2024-03-28 13:26:52 +05:30
Vivian Plasencia
fc7159d48e test: update test to support the new type of blockchainCredentialSupportedNetworks
re #451
2024-03-27 17:45:22 +01:00
Vivian Plasencia
9e77800332 feat: support avalanche c chain in the blockchain credential
The blockchainCredentialSupportedNetworks variable type changed to make it easier to identify a
network and display its name.

re #451
2024-03-27 17:29:28 +01:00
Vivian Plasencia
0c1128c76c refactor: rename blockchainCredentialNetworks -> blockchainCredentialSupportedNetworks
blockchainCredentialNetworks was renamed blockchainCredentialSupportedNetworks for clarity.

re #443
2024-03-25 14:30:21 +01:00
Vivian Plasencia
a08d082c77 refactor: move the blockchain credential supported networks to the bandada utils package
Since the supported networks are attached to the infrastructure and not to the credential package,
they have been to the bandada utils package.

re #443
2024-03-25 14:06:29 +01:00
Vivian Plasencia
631d303587 refactor(dashboard): remove unnecessary check
re #443
2024-03-24 23:19:38 +01:00
Vivian Plasencia
646f88c120 docs(api): add comments to the rpc url variables
re #443
2024-03-24 20:57:45 +01:00
Vivian Plasencia
2b08f33634 feat: support several networks in the blockchain credential
now the blockchain credential supports polygon mumbai, optimism sepolia and arbitrum sepolia

re #443
2024-03-24 20:35:30 +01:00
Vivian Plasencia
105a42bec4 refactor: make network a parameter for blockchain validators
Now network is a required parameter for the blockchain validator criteria

BREAKING CHANGE: Now the network parameter for the blockchain validators is part of the credential
criteria

re #443
2024-03-24 18:01:58 +01:00
Vivian Plasencia
72cca868b5 Merge pull request #441 from bandada-infra/refactor/criterias
Make criterias from credentials validators context parameters
2024-03-19 11:21:15 +01:00
Giacomo
762312f3e0 make blockNumber optional for blockchain transactions validator
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
2024-03-19 11:13:12 +01:00
Jeeiii
289e7679ab refactor: make context option parameters as optional criterias
closes #411
2024-03-18 15:37:07 +01:00
Vivian Plasencia
69426fd99b chore: v2.1.1 2024-03-18 12:40:53 +01:00
Vivian Plasencia
7bda50afb3 Merge pull request #440 from bandada-infra/chore/add-seo-docs
Add SEO metadata to Docs
2024-03-18 12:20:35 +01:00
Vivian Plasencia
0d35ce5403 chore(docs): add seo to docs
update some bandada links, add date when displaying the articles and videos, the font size is a bit
bigger now and add social media image

re #436
2024-03-17 22:41:29 +01:00
Vivian Plasencia
ffd4a77243 Merge pull request #439 from ariesjia/1
refactor(dashboard): add try for JSON.parse to prevent breaking
2024-03-13 16:15:56 +01:00
ariesjia
118c4fb461 fix: fix prettier issue 2024-03-13 23:04:53 +08:00
ariesjia
983f45ddde refactor(dashboard): add try for JSON.parse to prevent from breaking if stored data is not valid 2024-03-11 02:00:30 +08:00
Vivian Plasencia
275d4a1ab8 chore: v2.1.0 2024-03-08 20:20:02 +01:00
Vivian Plasencia
03549d0988 Merge pull request #431 from privacy-scaling-explorations/feat/sepolia
Add Sepolia as default network
2024-03-08 19:59:33 +01:00
Vivian Plasencia
c932eaecb6 Merge branch 'dev' into feat/sepolia 2024-03-08 19:54:24 +01:00
Vivian Plasencia
21eab4ce7a Merge pull request #429 from privacy-scaling-explorations/chore/update-yarn
Update `yarn` version to v4
2024-03-08 19:47:46 +01:00
Vivian Plasencia
d4e827847d Merge branch 'feat/docs' into chore/update-yarn 2024-03-08 19:43:41 +01:00
Vivian Plasencia
49b63bd950 Merge pull request #427 from privacy-scaling-explorations/feat/docs
Add Bandada docs inside `apps` folder
2024-03-08 19:36:06 +01:00
Vivian Plasencia
7b72c6ec7c Merge pull request #432 from privacy-scaling-explorations/feat/preventNaN
feat(general-info-step.tsx): added check to disable continue when NaN
2024-03-08 19:35:41 +01:00
Vivian Plasencia
c1954f2107 chore(docs): update docusaurus config 2024-03-07 23:41:14 +01:00
Vivian Plasencia
909b216dde chore(docs): remove version prop from the package json file 2024-03-07 23:31:43 +01:00
Vivian Plasencia
121587ad42 refactor: exclude bandada docs when running yarn start 2024-03-07 23:30:23 +01:00
Andy
b3f9603183 feat(general-info-step.tsx): added check to disable continue when NaN
closes #414
2024-03-07 16:24:29 -06:00
Vivian Plasencia
f71aa2ff11 refactor: exclude contracts in dev command 2024-03-07 21:44:04 +01:00
Vivian Plasencia
d94bd02f28 refactor(utils): remove commented networks 2024-03-07 19:35:45 +01:00
Vivian Plasencia
6b4b408487 refactor(utils): remove goerli from the network type 2024-03-07 19:32:57 +01:00
Vivian Plasencia
ae4232bf33 feat(dashboard): add the goerli groups at the end of the group list 2024-03-07 19:06:04 +01:00
Vivian Plasencia
d77658e447 refactor(api): comment code related to contracts 2024-03-07 16:07:55 +01:00
Vivian Plasencia
5b14c8b989 feat: add sepolia as default network 2024-03-07 16:02:33 +01:00
Vivian Plasencia
3cd4636fb4 chore: update package json file to use yarn v4 2024-03-07 00:47:16 +01:00
Vivian Plasencia
118073f84e chore: update yarn version 2024-03-07 00:33:49 +01:00
Vivian Plasencia
d6a85c255d style: add space at the end of the eslintignore file 2024-03-07 00:01:15 +01:00
Vivian Plasencia
55aef555cd style: add space at the end of the gitignore and prettierignore files 2024-03-06 23:59:49 +01:00
Vivian Plasencia
5055102669 chore: add eslint to bandada docs 2024-03-06 23:57:39 +01:00
Vivian Plasencia
a1ab95b50f refactor(docs): update bandada links 2024-03-06 23:47:39 +01:00
Vivian Plasencia
d99f751dab style(docs): format code with prettier 2024-03-06 23:43:39 +01:00