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: Cryptid update to sol-did v2 #163

Open
wants to merge 42 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a11baf5
Cryptid update to sol-did v2
dankelleher Aug 18, 2022
3aadc98
Cryptid update to sol-did v2
dankelleher Aug 21, 2022
24fb2b5
With the change of the did:sol client, the derived address/key did no…
Aug 24, 2022
e8d3643
Quick fix, WIP fixing the root problem of why old address is still there
Aug 24, 2022
c73f90b
fix: fixed is_authority check
rado0x54 Aug 25, 2022
df4b5b1
fix: added IDL for new program.
rado0x54 Aug 25, 2022
a4fb6dd
chore: added dummy code to add verification method
rado0x54 Aug 25, 2022
c97fde5
integration fixed, WIP: one still fails due to the airdrop issue
Aug 30, 2022
64af948
linting
Aug 30, 2022
f2b2198
addKey replaced, addVerification service added
Sep 1, 2022
bdf44f7
addVerificationMethod test changed from checking balance after transa…
Sep 2, 2022
f0d0bd1
web3.js reverted back to old version to avoid deprecated messages
Sep 7, 2022
e7d240d
latest change, WIP:airdrop
Sep 8, 2022
0b0cf36
feature: fixed tests
rado0x54 Sep 8, 2022
6c65410
initial error message fixed
Sep 8, 2022
a232e90
100% passing
Sep 8, 2022
18829bc
console.log's cleaned up
Sep 9, 2022
8b881ca
add,remove from CLI removed
Sep 9, 2022
82b2f0b
key changed
Sep 9, 2022
d06d984
zero fee
Sep 9, 2022
3f373bd
key changed
Sep 9, 2022
cfedbb6
largeExecute changed for coverage
Sep 9, 2022
98de4c6
large trasaction test fixed
Sep 9, 2022
9e404a0
cli text fix
Sep 12, 2022
89c27ba
test coverage fill-in,abstractCryptid test, few test unskipped
Sep 12, 2022
74bac9d
fee reduced to zero for CI, it seems CI is not updated to newest sola…
Sep 12, 2022
a5282fc
fee fix, 2nd try
Sep 12, 2022
6052325
CI debug
Sep 12, 2022
daf2995
retry
Sep 12, 2022
dd9657b
fix: updated sol-did reference
Sep 12, 2022
1f3bdb1
chore: disabled cypress tests
Sep 12, 2022
d369588
chore: disabled cypress tests
Sep 12, 2022
961be4e
Updated to deal with fees changes
Sep 12, 2022
b989a10
fix: fee changes
Sep 12, 2022
9419d7c
fix: added TODO for fee change
Sep 12, 2022
32350e3
fix: linting
Sep 13, 2022
7f282f2
reverted fee changes
Sep 13, 2022
9f87f9f
updated tests to get fees from web3.js
Sep 13, 2022
4b58782
solana updated
Sep 13, 2022
ede6192
Bug Found: solata-test-validator fee is zero in the first few seconds
Sep 16, 2022
d451ce5
test skipped
Sep 16, 2022
8462e77
test skipped
Sep 16, 2022
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
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
matrix:
node: ['16.x']
os: [ubuntu-latest]
solana: ['v1.9.2']
solana: ['v1.10.25']
rust: ['1.59']

steps:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/frontend-cypress-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Frontend Cypress Tests
# disabling job for now until we can get more meaningful tests in place
#on: push
on:
push:
branches:
- 'never_run'
jobs:
build-local-cryptid:
name: Build cypress cryptid frontend on Node ${{ matrix.node }} and ${{ matrix.os }}
Expand Down
Loading