Nicholas Ward
1100445d9c
cleanup
2023-03-07 17:47:09 -08:00
Nicholas Ward
4f41218229
cleanup
2023-03-07 17:47:09 -08:00
Nicholas Ward
0fdd93b8ce
cleanup
2023-03-07 17:47:09 -08:00
Nicholas Ward
f46694e74d
more thorough tests
2023-03-07 17:47:09 -08:00
Nicholas Ward
2aff3e10da
cleanup
2023-03-07 17:47:09 -08:00
Nicholas Ward
1d7c28ee1d
bug fixes
2023-03-07 17:47:09 -08:00
Nicholas Ward
c98bfb0b2c
cleanup
2023-03-07 17:47:09 -08:00
Nicholas Ward
af3dc287df
cleanup
2023-03-07 17:47:09 -08:00
Nicholas Ward
10893fe056
addmul test: use carry
2023-03-07 17:47:09 -08:00
Nicholas Ward
efd5e6ec9a
cleanup
2023-03-07 17:47:09 -08:00
Nicholas Ward
5477c7ddbe
fixes
2023-03-07 17:47:09 -08:00
Nicholas Ward
119eae95fd
fix
2023-03-07 17:47:09 -08:00
Nicholas Ward
9976a4b040
addmul initial
2023-03-07 17:47:09 -08:00
Nicholas Ward
aa605b673b
flag functions used only in tests
2023-03-07 17:47:09 -08:00
Nicholas Ward
fa605d7b22
basic bignum
2023-03-07 17:47:09 -08:00
Nicholas Ward
0f55956ade
optimized initial hash value generation
2023-03-07 17:17:23 -08:00
Nicholas Ward
5994f4d932
cleanup
2023-03-07 16:49:28 -08:00
Nicholas Ward
9d8d81b4b0
optimize hash generation further further
2023-03-07 16:19:15 -08:00
Nicholas Ward
c37d1e25fc
optimize hash generation further
2023-03-07 16:18:59 -08:00
Nicholas Ward
40f90d8312
hash function optimization
2023-03-07 15:45:20 -08:00
Nicholas Ward
70475a5a87
cleanup
2023-03-07 15:15:49 -08:00
Nicholas Ward
5f592e60dc
fixes
2023-03-07 15:15:49 -08:00
Nicholas Ward
93abd35ffb
optimizations
2023-03-07 15:15:49 -08:00
Daniel Lubarov
a6ac051952
Misc EVM fixes
2023-03-06 22:33:06 -08:00
Daniel Lubarov
2eed209a5a
Merge pull request #902 from mir-protocol/debug_tries_2
...
Some tooling for debugging tests where the updated tries are not correct
2023-03-06 10:31:59 -08:00
Daniel Lubarov
e6aa62f3ab
Some tooling for debugging tests where the updated tries are not correct
2023-03-06 08:26:54 -08:00
Daniel Lubarov
f117d76b73
sys_gas
2023-03-05 22:30:28 -08:00
Daniel Lubarov
c558eedd65
Misc EVM fixes
2023-03-05 09:39:49 -08:00
Daniel Lubarov
1e1e75c9b9
Fix code that looks for an account's storage trie
2023-02-27 17:34:12 -08:00
Daniel Lubarov
2133c7f3ba
Use new plonky2
2023-02-25 09:36:25 -08:00
Daniel Lubarov
29f0692efc
Fix a few issues found by EVM tests
2023-02-24 23:37:08 -08:00
Daniel Lubarov
3318547653
Merge pull request #885 from mir-protocol/skip_log
...
Skip log_kernel_instruction if debug logs disabled
2023-02-17 09:18:21 -08:00
Daniel Lubarov
745bec8d4c
Skip log_kernel_instruction if debug logs disabled
2023-02-17 07:33:30 -08:00
Dmitry Vagner
ea9846debf
format
2023-02-16 17:01:43 -08:00
Dmitry Vagner
da7a8879c4
make hash functions take a location pointer
2023-02-16 16:59:51 -08:00
Dmitry Vagner
a6ffb4b3c3
simplify byte extraction
2023-02-16 16:30:50 -08:00
Dmitry Vagner
4e4cfb06b3
function API / remove redundancy
2023-02-16 15:01:22 -08:00
Dmitry Vagner
53ab0ada11
remove blake storage
2023-02-15 19:11:22 -08:00
Dmitry Vagner
77a7af76c2
remove sha2 storage
2023-02-15 19:00:52 -08:00
Dmitry Vagner
abc762f7b4
cleaner arithmetic
2023-02-15 18:50:26 -08:00
Dmitry Vagner
731c29c43b
abstract
2023-02-15 18:47:33 -08:00
Dmitry Vagner
c6cf1dc56a
remove custom
2023-02-15 18:26:05 -08:00
Dmitry Vagner
bce867188c
simplify ripe md test
2023-02-15 18:18:26 -08:00
Jacqueline Nabaglo
f3946f75bf
Gas constraints ( #880 )
...
* Gas constraints
* Bugfix
* make test pass post rebase
2023-02-14 22:30:19 -08:00
wborgeaud
ac40bd5f5d
Optimize ecMul precompile (scalar multiplication on BN254) ( #852 )
...
* windowed mul
* Working
* Window of 4 bits
* Fix
* Comments
* Unroll loop
* Unroll loop
* remove global
* Minor
* Minor
* Implement `CALLVALUE, CALLDATALOAD, CALLDATASIZE, CALLDATACOPY` in interpreter
* Minor
* Doesn't work
* Minor
* Minor
* wnaf msm
* Working hardcoded values: 28657 opcodes
* Working wnaf
* Small wnaf optim
* Precompute works
* Working together
* Bump to 129 bits
* Working glv decomposition
* Working MSM with GLV
* Almost working
* Working
* ECC test folder
* Working with real sig data
* Fix tests + Clippy
* Minor
* Cleaning
* Comments
* Cleaning
* Smaller glv test file
* Print opcode count at the end of interpreter run
* More constants
* Add z3 proof that the GLV scalars are 129-bit or less
* Minor change to z3 proof
* Move files and renaming fns
* Testing
* Fix BN GLV
* BN precompute table
* Working precompute
* Working bn tests
* Working
* Minor
* Minor
* Use MULFP254
* Minor
* Merge conflicts
* Remove unused asm file
* ECC fns renaming (#874 )
* PR feedback
2023-02-13 20:11:32 +01:00
Daniel Lubarov
3332fbb483
Merge pull request #882 from mir-protocol/back_to_nightly
...
Revert "Set CI to use an older version of nightly"
2023-02-10 23:25:57 -08:00
Daniel Lubarov
ff80f28b93
Revert "Set CI to use an older version of nightly"
...
This reverts commit da23fb116b934925f8a5cf37c2f1f092452fdc4d.
2023-02-10 23:10:39 -08:00
Hamish Ivey-Law
40866e775a
Refactor arithmetic operation traits ( #876 )
...
* Use U256s in `generate(...)` interfaces; fix reduction bug modular.
* Refactor `Operation` trait.
* Rename file.
* Rename `add_cc` things to `addcy`.
* Clippy.
* Simplify generation of less-than and greater-than.
* Add some comparison tests.
* Use `PrimeField64` instead of `RichField` where possible.
* Connect `SUBMOD` operation to witness generator.
* Add clippy exception.
* Add missing verification of range counter column.
* Fix generation of RANGE_COUNTER column.
* Address William's PR comments.
2023-02-10 23:07:57 +11:00
Hamish Ivey-Law
83c0292be8
Move SHL and SHR generation to the CPU. ( #878 )
2023-02-09 05:44:05 +11:00
Hamish Ivey-Law
69228491d8
Unify generation and verification of ADD/SUB/LT/GT operations ( #872 )
...
* Unify handling of ADD, SUB, LT, GT under the formula x+y=z+cy*2^256.
* Rename general column ranges to "registers" instead of "inputs".
* Rename 'compare' module to 'addcc'.
* Update comments.
* Enforce length equality in iteration.
* Address William's PR comments.
2023-02-07 23:52:58 +11:00