1112 Commits

Author SHA1 Message Date
Petar Ivanov
68471d8971 fix: correct fhevmjs version and missing deps 2024-12-05 15:48:53 +02:00
Petar Ivanov
3663bf2427 chore: unneeded env vars 2024-11-26 12:15:02 +02:00
Levent DEMIR
ba4e77a10e chore: update docker name for faucet with dockerized gateway 2024-11-15 02:22:47 +01:00
manoranjith
e673aa33ac chore: bump fhevmjs version to v0.6.0-8
- to include fixes for re-encryption tests (endianess, padding hex of
  handle with 0s when needed).
2024-11-14 12:47:13 +01:00
manoranjith
09d8ecb1c2 fix: remove debug console.log 2024-11-14 12:47:13 +01:00
manoranjith
54a2b41906 chore: bump fhevmjs version 2024-11-14 12:47:13 +01:00
Levent DEMIR
0e709ddc78 chore: add test to do FHE add of two euint64 values 2024-11-13 11:35:35 +01:00
Levent DEMIR
9e900460a7 feat: allow create instance + update fhevmjs 2024-11-08 15:51:35 +01:00
manoranjith
c0e083151d chore: update signer key address 2024-10-23 17:24:08 +02:00
manoranjith
9bda710b00 debug: comment out createInstances
- Some error in fetching public key material. Comment out for timebeing.
2024-10-23 17:24:08 +02:00
manoranjith
ec6f7aae12 debug: set localCoprocessor as default n/w 2024-10-23 17:24:08 +02:00
Levent DEMIR
96840e81d7 chore: update signer key address 2024-10-23 17:24:08 +02:00
manoranjith
3d74e8966f chore: update signer key address 2024-10-23 17:24:04 +02:00
manoranjith
8bdcc4ca33 add funding tests addrs script 2024-10-23 15:27:54 +02:00
manoranjith
ec3647d413 add new launch script 2024-10-23 15:27:41 +02:00
manoranjith
281c69263f add info to .env.example.deployment 2024-10-23 15:27:26 +02:00
jat
f821ca70e3 Merge pull request #586 from zama-ai/fhevmjs060-4
chore: bump fhevmjs version
2024-10-22 17:43:41 +02:00
Joseph-André Turk
ff13fbff17 chore: bump fhevmjs version 2024-10-22 17:41:59 +02:00
Aurora Poppyseed
638d36f384 Merge pull request #570 from zama-ai/example-docs
Adds comments to example contracts, improve example contracts documentation
2024-10-22 21:04:17 +08:00
Aurora Poppyseed
c6536c1618 docs: fix merge problems 2024-10-22 14:28:08 +02:00
Aurora Poppyseed
da4bcaafb6 Merge branch 'main' into example-docs 2024-10-22 14:18:35 +02:00
jat
610d5d2762 Merge pull request #585 from zama-ai/unauthReencryptTest
Unauth reencrypt test
2024-10-22 10:31:19 +02:00
Joseph-André Turk
b8d38e99b0 chore: adds more illegal reencrypt tests 2024-10-21 20:28:14 +02:00
Joseph-André Turk
624f5ea8bc chore: adds illegal reencrypt tests 2024-10-21 20:24:25 +02:00
jat
202c99e76d Merge pull request #584 from zama-ai/viewACL
chore: adds view modifier in ACL
2024-10-21 14:53:12 +02:00
Joseph-André Turk
8ea2a2001d chore: adds view modifier in ACL 2024-10-21 14:41:23 +02:00
jat
247ce08069 Merge pull request #581 from zama-ai/userDifferentContract 2024-10-21 10:04:07 +02:00
Joseph-André Turk
d3214a1dea feat: checks if userAddress is diff than contractAddress in reencrypt 2024-10-19 13:48:44 +02:00
jat
dbc0ae95ec Merge pull request #580 from zama-ai/fhevmjs060-3
chore: updated fhevmjs
2024-10-18 18:49:42 +02:00
Joseph-André Turk
20fac875d3 chore: updated fhevmjs 2024-10-18 18:46:09 +02:00
jat
c95570656f Merge pull request #579 from zama-ai/typoRelayer
chore: fixed typo initializing relayer
2024-10-18 17:06:23 +02:00
Joseph-André Turk
78c5fe92f4 chore: fixed typo initializing relayer 2024-10-18 16:58:59 +02:00
jat
fc5747100c Merge pull request #578 from zama-ai/awaitDeployment
chore: awaitDeployment
2024-10-18 15:57:35 +02:00
Joseph-André Turk
9eabcf6ebb chore: awaitDeployment 2024-10-18 15:54:17 +02:00
Manoranjith
c345bc041d Minor fixes when running in localCoprocessor mode (#576)
* fix: use gateway addr from parsedEnv

* fix: load relayer priv key only in mock
2024-10-18 14:49:32 +02:00
jat
1066174ccc Merge pull request #572 from zama-ai/newTypes
feat: updated TFHEExecutor to support new types
2024-10-18 08:43:10 +02:00
Joseph-André Turk
45e860d577 feat: updated TFHEExecutor to support new types
chore: eq-neq  bool support and bitwise scalar support

chore: overloads for fheEq and fheNe

fix: reverts onchain when rhs is 0 in fheDiv-fheRem

feat: added support for scalar and,or,xor

chore: cleanup codegen

feat: adds euint128 and euint256 types

chore: removes ebool fheRandBounded and adds manual tests

feat: adds new types for fheRand

feat: adds trivialEncrypt for ebytesXXX

feat: adds fheEq fheNe ifThenElse for new types

chore: rename asyncDecrypt() to initGateway()
2024-10-18 02:33:10 +02:00
Aurora Poppyseed
1217b9ad9c docs: add comments to example contracts
docs: payment-limit docs

docs: blind auction

docs: improved the comments on example contracts, use of @dev, @params and @notice

docs: readme is updated

docs: imporved readme for examples

docs: improve README

docs: prettier

docs: commit suggestions

docs: shortended readme
2024-10-14 11:29:59 +02:00
Clément Danjou
28ca0a65b1 Merge pull request #573 from zama-ai/docs/fhevmjs-060
docs: update docs for fhevmjs
2024-10-11 11:20:58 +02:00
Clément 'birdy' Danjou
4a4dfacb44 docs: update docs for fhevmjs 2024-10-11 00:24:19 +02:00
jat
f51b435c05 Merge pull request #569 from zama-ai/fhevmjs06
chore: updates fhevmjs and fhevmjsMocked to v0.6
2024-10-10 11:23:21 +02:00
Joseph-André Turk
f76de69a4f chore: updates fhevmjs and fhevmjsMocked to v0.6
chore: small refactor
2024-10-10 10:43:56 +02:00
jat
331945ec11 Merge pull request #568 from zama-ai/separate2scripts
feat: splits launch-fhevm.sh in 2 scripts
2024-10-09 19:15:50 +02:00
Joseph-André Turk
23a4639280 feat: splits launch-fhevm.sh in 2 scripts 2024-10-09 19:07:56 +02:00
Manoranjith
ed70ea5dcd Merge pull request #567 from zama-ai/configCoprocessorLocal
feat: adds localCoprocessor config
2024-10-09 16:58:14 +02:00
Joseph-André Turk
7d178ca3ac feat: adds localCoprocessor config 2024-10-09 16:56:19 +02:00
jat
e31a007036 Merge pull request #566 from zama-ai/fixedTypos
chore: fixed typo
2024-10-09 16:45:52 +02:00
Joseph-André Turk
7ca92ca693 chore: fixed typo 2024-10-09 16:45:20 +02:00
Aurora Poppyseed
ed5aa6ca5b Merge pull request #565 from zama-ai/templates-quick-fix
ci: quick issue template fix
2024-10-09 19:37:01 +08:00
Aurora Poppyseed
8a59ebbf29 ci: added emojies to name 2024-10-09 13:17:13 +02:00