| 
							
							
								 hrkrshnn | 40244c5469 | Tests/Docs after stricter explicit conversion. | 2020-12-03 16:51:05 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | da91e590db | Fix tests after merge. | 2020-12-01 15:30:50 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 6de7eaba95 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-12-01 10:50:13 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | bd86588459 | Adding more tests for array copying from storage to storage. | 2020-12-01 08:50:36 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 28e01202af | [Sol->Yul] Fixing coping from storage to storage. | 2020-12-01 08:50:33 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 565d0cd4eb | Support copying of nested calldata arrays to memory. | 2020-11-26 12:13:29 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 18de8a56c9 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-11-26 11:48:53 +01:00 |  | 
			
				
					| 
							
							
								 Đorđe Mijović | 7eb5fc31f8 | Merge pull request #10394 from ethereum/viayul-tests Switch compileViaYul to also where appropriate | 2020-11-25 16:46:30 +01:00 |  | 
			
				
					| 
							
							
								 Alex Beregszaszi | 159f50e189 | Turn on semantic tests for the old codegen where possible These were marked IR-only, but they do pass on the old codegen too.
Also add old codegen version of semantictests/revertStrings/function_entry_checks. | 2020-11-25 14:33:39 +00:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 5077deb285 | Fixing pragmas to abicoder v2. | 2020-11-25 15:13:57 +01:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 52c8fcc67b | Removed "compileToEwasm: also" option from 4 tests cases | 2020-11-25 08:13:46 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 253889cbf1 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-11-24 16:22:03 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 79669ecd48 | Use new abicoder pragma. | 2020-11-24 14:57:45 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | a0a02f2307 | Merge remote-tracking branch 'origin/develop' into breaking | 2020-11-23 19:28:08 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | f313668ef1 | Merge pull request #10211 from ethereum/copyArrayCalldata2MemSol2Yul [Sol->Yul] Copying arrays from calldata to memory | 2020-11-23 15:02:18 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 41ec7cc23e | Adding new tests and activating old tests. | 2020-11-23 14:52:55 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 2b52677a82 | Fixing some calldata to storage tests. | 2020-11-23 14:52:51 +01:00 |  | 
			
				
					| 
							
							
								 Alexander Arlt | da36055449 | [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. | 2020-11-21 08:57:56 -05:00 |  | 
			
				
					| 
							
							
								 chriseth | f1d28b1d17 | Fix string literal assignment to storage. | 2020-11-19 15:27:21 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 691f7e6eae | Fix merge conflicts. | 2020-11-17 19:59:23 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | e8a278eefa | Merge remote-tracking branch 'origin/develop' into breaking | 2020-11-17 18:51:57 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 74ce8d6979 | Fix assignment to non-lvalue storage values. | 2020-11-17 15:56:34 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | fffd0306f5 | Fix bug in array to storage copy routine. | 2020-11-17 14:56:44 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | d9fb17a85e | Copy value array from storage to storage. | 2020-11-17 10:51:34 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 62893aa1a1 | Copy byte arrays from storage to storage. | 2020-11-16 19:06:33 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 1428a939a6 | Moving some more array tests to semanticTests. | 2020-11-13 12:32:39 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 29d480d0ed | Moving some byte array pop tests to semanticTests. | 2020-11-13 12:32:39 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 31981bad12 | Organizing array tests into more directories. | 2020-11-13 12:32:39 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 11033c9536 | Moving some bytes and array tests to semanticTests | 2020-11-13 12:32:39 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | d744a8fb48 | Fail on invalid storage encoding for byte arrays. | 2020-11-12 11:12:42 +01:00 |  | 
			
				
					| 
							
							
								 hrkrshnn | 29e23efc93 | Tests/Docs after "stricter explicit conversion from Literals to Integers" | 2020-11-03 14:31:44 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 5ffee049fa | Merge remote-tracking branch 'origin/develop' into breaking | 2020-11-03 14:05:14 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 129b095b09 | Implement internal functions in storage. | 2020-11-02 23:10:03 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | ef503f180c | New test. | 2020-10-29 18:53:15 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 1066af3b98 | Copy byte array to storage. | 2020-10-29 18:53:15 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | ce50f05fc1 | Merge remote-tracking branch 'origin/develop' into HEAD | 2020-10-29 16:44:47 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 3b8c038647 | Empty storage option for isoltest. | 2020-10-29 13:55:07 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | e93a84ccd4 | Merge remote-tracking branch 'origin/develop' into HEAD | 2020-10-28 18:19:31 +01:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 28f92064b9 | [Sol->Yul] Fixing ice when copying struct that contains nested array to storage | 2020-10-28 09:28:40 +01:00 |  | 
			
				
					| 
							
							
								 chriseth | 60af9d24ff | Update tests. | 2020-10-22 19:25:55 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 4a66723ff9 | [Sol->Yul] Implementing resizing of dynamic byte arrays Co-authored-by: chriseth <chris@ethereum.org> | 2020-10-15 22:05:35 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 38abadf502 | Fix empty array copy bug. | 2020-10-15 16:48:08 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 674855f684 | [Sol->Yul] Adding new and activating old tests for copying of arrays to storage. | 2020-10-13 20:31:11 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | f8d5c4db36 | Merge pull request #9843 from ethereum/deleteStructSol2Yul [Sol->Yul] Implementing delete struct | 2020-10-08 19:08:40 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | ad8d840ee7 | [Sol->Yul] Implementing conversion of struct to struct pointer. Co-authored-by: Daniel Kirchner <daniel@ekpyron.org> | 2020-10-08 16:37:57 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | fd6196af16 | Copying of arrays from storage to memory. | 2020-10-08 15:16:13 +02:00 |  | 
			
				
					| 
							
							
								 chriseth | 431397eddf | Merge pull request #9943 from ethereum/array-cleanup Array cleanup | 2020-10-07 11:53:06 +02:00 |  | 
			
				
					| 
							
							
								 Harikrishnan Mulackal | 1bdbc10110 | Properly cleanup after copying dynamic-array to storage for packed types | 2020-10-06 16:06:02 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 818afcbec2 | [Sol->Yul] Implementing push for nested storage arrays and storage arrays of structs. | 2020-10-06 13:06:40 +02:00 |  | 
			
				
					| 
							
							
								 Djordje Mijovic | 03eeb49a66 | Adding test for deleting packed storage array. | 2020-10-01 10:25:04 +02:00 |  |