mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Replace Javascript with JavaScript
This commit is contained in:
		
							parent
							
								
									cd8636105d
								
							
						
					
					
						commit
						25a41e3ac6
					
				| @ -68,7 +68,7 @@ conditions | |||||||
|     If no conditions are given, assume that the bug is present. |     If no conditions are given, assume that the bug is present. | ||||||
| check | check | ||||||
|     This field contains different checks that report whether the smart contract |     This field contains different checks that report whether the smart contract | ||||||
|     contains the bug or not. The first type of check are Javascript regular |     contains the bug or not. The first type of check are JavaScript regular | ||||||
|     expressions that are to be matched against the source code ("source-regex") |     expressions that are to be matched against the source code ("source-regex") | ||||||
|     if the bug is present.  If there is no match, then the bug is very likely |     if the bug is present.  If there is no match, then the bug is very likely | ||||||
|     not present. If there is a match, the bug might be present.  For improved |     not present. If there is a match, the bug might be present.  For improved | ||||||
|  | |||||||
| @ -151,6 +151,6 @@ The output of the above looks like the following (trimmed): | |||||||
| Additional Resources for Understanding Events | Additional Resources for Understanding Events | ||||||
| ============================================= | ============================================= | ||||||
| 
 | 
 | ||||||
| - `Javascript documentation <https://github.com/web3/web3.js/blob/1.x/docs/web3-eth-contract.rst#events>`_ | - `JavaScript documentation <https://github.com/web3/web3.js/blob/1.x/docs/web3-eth-contract.rst#events>`_ | ||||||
| - `Example usage of events <https://github.com/ethchange/smart-exchange/blob/master/lib/contracts/SmartExchange.sol>`_ | - `Example usage of events <https://github.com/ethchange/smart-exchange/blob/master/lib/contracts/SmartExchange.sol>`_ | ||||||
| - `How to access them in js <https://github.com/ethchange/smart-exchange/blob/master/lib/exchange_transactions.js>`_ | - `How to access them in js <https://github.com/ethchange/smart-exchange/blob/master/lib/exchange_transactions.js>`_ | ||||||
|  | |||||||
| @ -834,7 +834,7 @@ option ``--model-checker-solvers {all,cvc4,eld,smtlib2,z3}`` or the JSON option | |||||||
| 
 | 
 | ||||||
|   - if ``solc`` is compiled with it; |   - if ``solc`` is compiled with it; | ||||||
|   - if a dynamic ``z3`` library of version >=4.8.x is installed in a Linux system (from Solidity 0.7.6); |   - if a dynamic ``z3`` library of version >=4.8.x is installed in a Linux system (from Solidity 0.7.6); | ||||||
|   - statically in ``soljson.js`` (from Solidity 0.6.9), that is, the Javascript binary of the compiler. |   - statically in ``soljson.js`` (from Solidity 0.6.9), that is, the JavaScript binary of the compiler. | ||||||
| 
 | 
 | ||||||
| .. note:: | .. note:: | ||||||
|   z3 version 4.8.16 broke ABI compatibility with previous versions and cannot |   z3 version 4.8.16 broke ABI compatibility with previous versions and cannot | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user