Joseph-André Turk
2e4b8a3fbc
docs: updated asyncDecrypt.png
2024-08-21 17:34:08 +02:00
Joseph-André Turk
fdbf83ff4d
chore: fixed typo
2024-08-09 18:03:02 +02:00
Joseph-André Turk
fa78bfbd0d
docs: updated mocked and coverage docs
2024-08-09 17:58:16 +02:00
Joseph-André Turk
55c5b2885d
docs: typo in doc
2024-08-07 16:11:21 +02:00
Joseph-André Turk
c841106b16
fix: added MockedPrecompile and doc update
2024-08-07 16:09:05 +02:00
Luis Montero
9219dd9978
chore: fix small typo in the documentation about re-encryption
...
Following a discussion at the office with @leventdem we noticed a small
typo in the documentation. Indeed even in the case of re-encryption the
gateway receives the handle and not the cipher-text.
https://github.com/zama-ai/fhevm/blob/
914699f9695c6f5205ec011be1155189f8abba5b/test/encryptedERC20/EncryptedERC20.ts#L76-L91
2024-07-31 13:26:36 +02:00
Joseph-André Turk
aef8d46539
docs: fixed ACL example
2024-07-26 19:11:04 +02:00
Joseph-André Turk
205f7e9fda
fix: kmsverifier, solidity ver and silence transient warning
...
chore: updated version of package
chore: updated npmignore and deleted abstracts
2024-07-05 18:50:44 +02:00
Clément Danjou
bc308e2682
Merge pull request #423 from zama-ai/docs/fhevmjs-update
...
docs: update fhevmjs
2024-06-30 02:57:11 +02:00
Clément 'birdy' Danjou
568f9b3b3d
docs: update fhevmjs
2024-06-30 02:51:05 +02:00
Clément 'birdy' Danjou
df61d54b6a
docs: fix CLI doc
2024-06-28 17:05:46 +02:00
Clément 'birdy' Danjou
1ed8b56bb6
docs: fix devnet and remix mentions
2024-06-28 15:16:01 +02:00
Joseph-André Turk
22075c16c8
chore: deleted obsolete comment from doc
2024-06-25 11:25:45 +02:00
Joseph-André Turk
f08d5ae596
docs: corrected decryption
2024-06-25 11:06:23 +02:00
Clément Danjou
cbcbfe748f
docs: remove old documentation to link to the new one
2024-06-25 01:37:51 +02:00
Clément Danjou
bfc1dabee4
Merge pull request #405 from zama-ai/docs/examples
...
docs: add fhevmjs references
2024-06-21 12:51:56 +02:00
Petar Ivanov
68ea71ac70
feat: update with latest Solidity implementation
...
There are a number of tests that are still not rewritten with the new
APIs. The EncryptedERC20 and Rand examples do work.
2024-06-21 08:05:05 +03:00
Clément 'birdy' Danjou
42f228ee3e
docs: various fix
2024-06-20 19:52:06 +02:00
Clément 'birdy' Danjou
dbb4168d3e
docs: add initFhevm doc
2024-06-20 13:44:28 +02:00
Clément 'birdy' Danjou
1b54d011c2
docs: fix missing param
2024-06-20 10:25:22 +02:00
Clément 'birdy' Danjou
eef610a0a3
docs: some allow missing
2024-06-19 22:19:18 +02:00
Clément 'birdy' Danjou
a89cb411d6
docs: add fhevmjs references
2024-06-19 22:09:22 +02:00
Clément 'birdy' Danjou
a081d2af2f
docs: few adjustments
2024-06-19 12:29:07 +02:00
Clément 'birdy' Danjou
61bc23f66d
docs: add precision on type of received ciphertext
2024-06-18 16:50:13 +02:00
Clément 'birdy' Danjou
ec84ec1527
docs: fix gateway new signature
2024-06-18 16:48:26 +02:00
Clément 'birdy' Danjou
37aad3ef9c
docs: fix PR review on decrypt
2024-06-18 15:43:02 +02:00
Clément 'birdy' Danjou
03dfa0b1a9
docs: fix broken links:
2024-06-18 15:01:21 +02:00
Clément 'birdy' Danjou
52eeefae4c
docs: fix guides for node and webapp
2024-06-18 14:53:17 +02:00
Clément 'birdy' Danjou
2c60fc3dfa
docs: update pitfalls
2024-06-18 14:44:37 +02:00
Clément 'birdy' Danjou
59cb8c7979
docs: fix types page
2024-06-18 14:38:20 +02:00
Clément 'birdy' Danjou
929a121625
docs: update links
2024-06-18 14:33:02 +02:00
Clément 'birdy' Danjou
665aa23393
docs: add types folder
2024-06-18 14:31:29 +02:00
Clément 'birdy' Danjou
a927e3e1ab
docs: update solidity version in doc
2024-06-18 14:29:49 +02:00
Clément 'birdy' Danjou
177c16f745
docs: update docs again
2024-06-18 14:25:52 +02:00
Clément 'birdy' Danjou
92e8989833
docs: change many content
2024-06-18 13:51:29 +02:00
Clément 'birdy' Danjou
dad5bfb9ec
docs: add more section in docs
2024-06-17 16:17:12 +02:00
Clément 'birdy' Danjou
aa5b0cf638
docs: update structure
2024-06-17 14:09:34 +02:00
Levent DEMIR
cb73a82beb
fixture: refactoring from oracle to gateway
...
This PR is rebasing original fhevm repository to include last async
decrypt api.
The old oracle has been refatored to Gateway plus related changes
A fix in ACL. sol has been done.
The async decrypt test is successfully triggering an event.
The missing part to have the full test is the signatures part in
KMSVerifier.sol.
Check setup-local-fhevm.sh script to see the steps needed to have a
working configuration. Deployment is as follows:
1. Deploy ACL + write deployed @ to lib/.env.acl
2. Deploy TFHEExecutor + write deployed @ to lib/.env.exec
3. Deploy KMSVerifier + write deployed @ to lib/.env.kmsverifier
4. Deploy Gateway + write deployed @ to gateway/.env.gateway
2024-06-12 14:26:07 +02:00
Clément 'birdy' Danjou
cd90a36989
docs: add link to reencryption and add missing param
2024-05-28 18:25:50 +02:00
Clément 'birdy' Danjou
d12e1cf86d
chore: fix prettier
2024-05-03 16:05:19 +02:00
Yuxi Zhao
620390cbf3
docs: update the card designs and wordings
2024-05-03 16:04:29 +02:00
Joseph-André Turk
3c3100cbb4
docs: fix orthograph and ref
2024-04-23 18:52:08 +02:00
Joseph-André Turk
a914e58083
docs: local node must import OracleCaller
2024-04-23 18:15:55 +02:00
Joseph-André Turk
ec2d5bfd4f
docs: added decryption diagram
2024-04-22 15:55:51 +02:00
jat
461a0364e5
Merge branch 'main' into fix/euint160_nooracleservicechange
2024-04-09 13:32:13 +02:00
Joseph-André Turk
8020ac583a
fix: eaddress
2024-04-09 11:04:25 +02:00
Clément 'birdy' Danjou
f9d56873e6
docs: update documentation for rotl and rotr
2024-04-04 12:12:54 +02:00
Alex Quint
e7ab054b40
Merge pull request #350 from zama-ai/docs/typos
...
chore: typos
2024-04-03 16:28:57 +02:00
Alex Quint
1ea38eadce
Merge pull request #347 from zama-ai/doc-survey
...
Doc frontend update
2024-04-03 16:28:31 +02:00
Miles
2e632466fe
chore: typos
2024-04-03 14:52:11 +02:00