Lawrence Forman 
							
						 
					 
					
						
						
							
						
						d6115cff25 
					 
					
						
						
							
							Merge pull request  #1797  from 0xProject/feature/abi-gen-templates/awaitTransactionSuccess  
						
						 
						
						... 
						
						
						
						Add awaitTransactionSuccessAsync() to generated contract functions. 
						
						
					 
					
						2019-04-30 14:13:13 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lawrence Forman 
							
						 
					 
					
						
						
							
						
						16e1f0eea1 
					 
					
						
						
							
							Disable useDockerisedSolc for all contracts compiler.jsons until 0.5.8 docker image is released.  
						
						 
						
						
						
						
					 
					
						2019-04-30 11:01:31 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								F. Eugene Aumson 
							
						 
					 
					
						
						
							
						
						0de2b6983b 
					 
					
						
						
							
							Add LibAssetData to contracts/asset-proxy ( #1779 )  
						
						 
						
						... 
						
						
						
						* Stop restarting node unnecesssarily during test
* Add new, empty LibAssetData
* Support encoding & decoding of ERC20 asset data
* Support encoding & decoding of ERC721 asset data
* Support encoding & decoding of ERC1155 asset data
* Support encoding & decoding of multi-asset data
* Support querying ERC20 balance from asset data
* Support querying ERC721 balance from asset data
* Support querying ERC1155 balance from asset data
* Support querying balance from multi-asset data
* Support querying ERC20 allowance from asset data
* Support querying ERC721 allowance from asset data
* Support querying ERC1155 allowance from asset data
* In tests, wait for allowance set before checking
* Introduce temporary variable `assetDataBody`
* Handle edge case in multi-asset balance query
* Support multi-asset allowance query by asset data
* Move variable declaration up for readability.
* Make all solhint-disable's cite specific rules
And move the directives to the ends of lines whenever possible
* Rename query tests to include " by asset data"
* Extract test helper method
* Extract another test helper method
* Support batch queries of allowances & balances
* In LibAssetData.sol, use IERC1155, not ...Mintable
* Rename balance*() return vars: amount -> balance
* Fix bug in ERC721 balance query
Was using method balanceOf(), but needed to be using ownerOf().
getERC721TokenOwner() method lifted from
@0x/extensions/contracts/src/OrderValidator/OrderValidator.sol
* Reuse new en/decoders; avoid abi.decode().
* Start lowest allowance/balance from 0, not MAX_INT
* Properly implement ERC1155 balance querying
* Split lines for readability
* Also check isApprovedForAll in 721 allowance query
* Add neglected division of allowances by amounts
* Rename methods: balanceOf -> getBalance
* Rename methods: allowance -> getAllowance
* Add methods: getBalanceAndAllowance() & batch...()
* Rename return vars: amount -> allowance
* Add devdoc comments
* Rename batchGet* methods to getBatch*
* Remove refactoring relic
* Add revert messages to all require() calls
* Reduce gas usage for ERC1155 asset data decoding
* Don't use dockerized solc for ERC20 contracts
Because they demand solc version 0.4.26, and it seems as though the tag
for that version has been deleted from dockerhub.
Without this, @0x/contracts-erc20 was failing to build.
* Rename batch functions to use plurals
* Skip dockerized solc for contracts needing 0.4.26
I seems as though the tag for that version has been deleted from
dockerhub.
Without this, these contracts were failing to build.
* Make revert reasons follow snake case convention 
						
						
					 
					
						2019-04-29 15:46:26 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lawrence Forman 
							
						 
					 
					
						
						
							
						
						25628c34ee 
					 
					
						
						
							
							Add PR numbers to CHANGELOGs  
						
						 
						
						
						
						
					 
					
						2019-04-28 22:25:12 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lawrence Forman 
							
						 
					 
					
						
						
							
						
						4d493eeebd 
					 
					
						
						
							
							In @0x/contracts-asset-proxy: Update tests to use contract-built-in awaitTransactionSuccessAsync().  
						
						 
						
						
						
						
					 
					
						2019-04-28 22:25:12 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacob Evans 
							
						 
					 
					
						
						
							
						
						c78a602990 
					 
					
						
						
							
							Publish  
						
						 
						
						... 
						
						
						
						- 0x.js@6.0.6
 - @0x/abi-gen@2.0.9
 - @0x/abi-gen-templates@2.0.2
 - @0x/abi-gen-wrappers@4.2.0
 - @0x/assert@2.0.9
 - @0x/asset-buyer@6.1.0
 - @0x/base-contract@5.0.5
 - @0x/connect@5.0.5
 - @0x/contract-addresses@2.3.1
 - @0x/contract-artifacts@1.5.0
 - @0x/contract-wrappers@9.0.0
 - @0x/contracts-gen@1.0.8
 - @0x/dev-tools-pages@0.0.25
 - @0x/dev-utils@2.2.1
 - ethereum-types@2.1.2
 - @0x/fill-scenarios@3.0.5
 - @0x/instant@1.0.20
 - @0x/json-schemas@3.0.9
 - @0x/metacoin@0.0.47
 - @0x/migrations@4.1.1
 - @0x/monorepo-scripts@1.0.30
 - @0x/order-utils@7.2.0
 - @0x/order-watcher@4.0.6
 - @0x/pipeline@1.0.17
 - @0x/react-docs@2.0.10
 - @0x/react-shared@2.0.10
 - @0x/sol-compiler@3.1.6
 - @0x/sol-coverage@3.0.3
 - @0x/sol-doc@2.0.10
 - @0x/sol-profiler@3.1.5
 - @0x/sol-resolver@2.0.7
 - @0x/sol-trace@2.0.11
 - @0x/sol-tracing-utils@6.0.10
 - @0x/sra-spec@2.0.9
 - @0x/subproviders@4.0.5
 - @0x/testnet-faucets@1.0.76
 - @0x/tslint-config@3.0.1
 - @0x/types@2.2.2
 - @0x/typescript-typings@4.2.2
 - @0x/utils@4.3.1
 - @0x/web3-wrapper@6.0.5
 - @0x/website@0.0.79
 - @0x/contracts-asset-proxy@2.1.1
 - @0x/contracts-coordinator@2.0.0
 - @0x/contracts-erc1155@1.1.1
 - @0x/contracts-erc20@2.2.0
 - @0x/contracts-erc721@2.1.1
 - @0x/contracts-exchange@2.1.1
 - @0x/contracts-exchange-forwarder@2.1.1
 - @0x/contracts-exchange-libs@2.1.1
 - @0x/contracts-extensions@3.1.1
 - @0x/contracts-multisig@3.1.1
 - @0x/contracts-test-utils@3.1.2
 - @0x/contracts-utils@3.1.1 
						
						
					 
					
						2019-04-11 17:00:06 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacob Evans 
							
						 
					 
					
						
						
							
						
						0acec57ba9 
					 
					
						
						
							
							Updated CHANGELOGS  
						
						 
						
						
						
						
					 
					
						2019-04-11 16:59:38 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Xianny 
							
						 
					 
					
						
						
							
						
						7423028fea 
					 
					
						
						
							
							Replace lodash with built-ins where possible to reduce bundle size ( #1766 )  
						
						 
						
						... 
						
						
						
						* add tslint rule to disallow lodash.isUndefined
* add tslint rule to disallow lodash.isNull
* apply fixes 
						
						
					 
					
						2019-04-10 09:36:32 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fabio Berger 
							
						 
					 
					
						
						
							
						
						0f45409b4d 
					 
					
						
						
							
							Publish  
						
						 
						
						... 
						
						
						
						- 0x.js@6.0.5
 - @0x/abi-gen@2.0.8
 - @0x/abi-gen-wrappers@4.1.0
 - @0x/assert@2.0.8
 - @0x/asset-buyer@6.0.5
 - @0x/base-contract@5.0.4
 - @0x/connect@5.0.4
 - @0x/contract-addresses@2.3.0
 - @0x/contract-artifacts@1.4.0
 - @0x/contract-wrappers@8.0.5
 - @0x/contracts-gen@1.0.7
 - @0x/dev-tools-pages@0.0.24
 - @0x/dev-utils@2.2.0
 - @0x/fill-scenarios@3.0.4
 - @0x/instant@1.0.19
 - @0x/json-schemas@3.0.8
 - @0x/metacoin@0.0.46
 - @0x/migrations@4.1.0
 - @0x/monorepo-scripts@1.0.29
 - @0x/order-utils@7.1.1
 - @0x/order-watcher@4.0.5
 - @0x/pipeline@1.0.16
 - @0x/react-docs@2.0.9
 - @0x/react-shared@2.0.9
 - @0x/sol-compiler@3.1.5
 - @0x/sol-coverage@3.0.2
 - @0x/sol-doc@2.0.9
 - @0x/sol-profiler@3.1.4
 - @0x/sol-resolver@2.0.6
 - @0x/sol-trace@2.0.10
 - @0x/sol-tracing-utils@6.0.9
 - @0x/sra-spec@2.0.8
 - @0x/subproviders@4.0.4
 - @0x/testnet-faucets@1.0.75
 - @0x/types@2.2.1
 - @0x/typescript-typings@4.2.1
 - @0x/utils@4.3.0
 - @0x/web3-wrapper@6.0.4
 - @0x/website@0.0.78
 - @0x/contracts-asset-proxy@2.1.0
 - @0x/contracts-coordinator@1.1.0
 - @0x/contracts-erc1155@1.1.0
 - @0x/contracts-erc20@2.1.0
 - @0x/contracts-erc721@2.1.0
 - @0x/contracts-exchange@2.1.0
 - @0x/contracts-exchange-forwarder@2.1.0
 - @0x/contracts-exchange-libs@2.1.0
 - @0x/contracts-extensions@3.1.0
 - @0x/contracts-multisig@3.1.0
 - @0x/contracts-test-utils@3.1.1
 - @0x/contracts-utils@3.1.0 
						
						
					 
					
						2019-03-21 17:07:20 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fabio Berger 
							
						 
					 
					
						
						
							
						
						5469d3ec13 
					 
					
						
						
							
							Updated CHANGELOGS  
						
						 
						
						
						
						
					 
					
						2019-03-21 17:07:04 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacob Evans 
							
						 
					 
					
						
						
							
						
						6a1caeb9a1 
					 
					
						
						
							
							Update CHANGELOGs  
						
						 
						
						
						
						
					 
					
						2019-03-21 12:33:09 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacob Evans 
							
						 
					 
					
						
						
							
						
						18c2013625 
					 
					
						
						
							
							Update contract CHANGELOGs  
						
						 
						
						
						
						
					 
					
						2019-03-21 11:51:53 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jacob Evans 
							
						 
					 
					
						
						
							
						
						548089888d 
					 
					
						
						
							
							Remove excess web3providernegine polling from contracts  
						
						 
						
						
						
						
					 
					
						2019-03-21 11:50:19 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						31568e7abb 
					 
					
						
						
							
							Merge pull request  #1716  from 0xProject/contracts-asset-proxy/updateProxyId  
						
						 
						
						... 
						
						
						
						ERC1155 ProxyId - ERC1155Token -> ERC1155Assets 
						
						
					 
					
						2019-03-20 08:12:58 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Leonid Logvinov 
							
						 
					 
					
						
						
							
						
						d4c37ecfa3 
					 
					
						
						
							
							Publish  
						
						 
						
						... 
						
						
						
						- 0x.js@6.0.4
 - @0x/abi-gen@2.0.7
 - @0x/abi-gen-wrappers@4.0.3
 - @0x/assert@2.0.7
 - @0x/asset-buyer@6.0.4
 - @0x/base-contract@5.0.3
 - @0x/connect@5.0.3
 - @0x/contract-addresses@2.2.3
 - @0x/contract-wrappers@8.0.4
 - @0x/contracts-gen@1.0.6
 - @0x/dev-tools-pages@0.0.23
 - @0x/dev-utils@2.1.4
 - ethereum-types@2.1.1
 - @0x/fill-scenarios@3.0.3
 - @0x/instant@1.0.18
 - @0x/json-schemas@3.0.7
 - @0x/metacoin@0.0.45
 - @0x/migrations@4.0.4
 - @0x/monorepo-scripts@1.0.28
 - @0x/order-utils@7.1.0
 - @0x/order-watcher@4.0.4
 - @0x/pipeline@1.0.15
 - @0x/react-docs@2.0.8
 - @0x/react-shared@2.0.8
 - @0x/sol-compiler@3.1.4
 - @0x/sol-coverage@3.0.1
 - @0x/sol-doc@2.0.8
 - @0x/sol-profiler@3.1.3
 - @0x/sol-resolver@2.0.5
 - @0x/sol-trace@2.0.9
 - @0x/sol-tracing-utils@6.0.8
 - @0x/sra-spec@2.0.7
 - @0x/subproviders@4.0.3
 - @0x/testnet-faucets@1.0.74
 - @0x/types@2.2.0
 - @0x/typescript-typings@4.2.0
 - @0x/utils@4.2.3
 - @0x/web3-wrapper@6.0.3
 - @0x/website@0.0.77
 - @0x/contracts-asset-proxy@2.0.0
 - @0x/contracts-coordinator@1.0.0
 - @0x/contracts-erc1155@1.0.1
 - @0x/contracts-erc20@2.0.0
 - @0x/contracts-erc721@2.0.0
 - @0x/contracts-exchange@2.0.0
 - @0x/contracts-exchange-forwarder@2.0.0
 - @0x/contracts-exchange-libs@2.0.0
 - @0x/contracts-extensions@3.0.0
 - @0x/contracts-multisig@3.0.0
 - @0x/contracts-test-utils@3.1.0
 - @0x/contracts-utils@3.0.0 
						
						
					 
					
						2019-03-20 15:26:54 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Leonid Logvinov 
							
						 
					 
					
						
						
							
						
						3f9fd7c060 
					 
					
						
						
							
							Updated CHANGELOGS  
						
						 
						
						
						
						
					 
					
						2019-03-20 15:26:43 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						7ed3afe9f0 
					 
					
						
						
							
							Updated function signature for ERC1155 ProxyId - ERC1155Token -> ERC1155Assets  
						
						 
						
						
						
						
					 
					
						2019-03-19 15:35:08 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						98c6fa10e6 
					 
					
						
						
							
							Added 1explicit ERC1555Poxy testsfor cwhen receiver allback data is NULLL (0x)  
						
						 
						
						
						
						
					 
					
						2019-03-19 09:37:16 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						30d0bdec07 
					 
					
						
						
							
							Updated changelog and yarn.lock  
						
						 
						
						
						
						
					 
					
						2019-03-19 09:37:16 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						7024f29865 
					 
					
						
						
							
							updated changelogs  
						
						 
						
						
						
						
					 
					
						2019-03-19 09:36:12 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						c0260bc44a 
					 
					
						
						
							
							rebased against development  
						
						 
						
						
						
						
					 
					
						2019-03-19 09:36:11 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						6992bff0e0 
					 
					
						
						
							
							Ran prettier & linter  
						
						 
						
						
						
						
					 
					
						2019-03-19 09:36:11 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						6957e6e8f7 
					 
					
						
						
							
							ERC1155 integration tests with MultiAssetProxy  
						
						 
						
						
						
						
					 
					
						2019-03-19 09:36:11 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Amir Bandeali 
							
						 
					 
					
						
						
							
						
						b008fabdac 
					 
					
						
						
							
							Change petersburg to constantinople  
						
						 
						
						
						
						
					 
					
						2019-03-18 13:07:34 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Amir Bandeali 
							
						 
					 
					
						
						
							
						
						caf286b8cb 
					 
					
						
						
							
							Update CHANGELOGs  
						
						 
						
						
						
						
					 
					
						2019-03-18 13:07:34 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Amir Bandeali 
							
						 
					 
					
						
						
							
						
						aea278c022 
					 
					
						
						
							
							Update evmVersion to petersburg  
						
						 
						
						
						
						
					 
					
						2019-03-18 13:07:34 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						e1cfbcd4f6 
					 
					
						
						
							
							Copied MixinAssetProxyDispatcher from exchange  
						
						 
						
						
						
						
					 
					
						2019-03-15 21:16:21 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						d88af4dfa6 
					 
					
						
						
							
							Bumped version of ERC1155Proxy to 0.5.5 + merged ERC20Proxy/ERC721Proxy/MultiAssetProxy dependencies into base contract files  
						
						 
						
						
						
						
					 
					
						2019-03-15 19:02:24 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						22bc1fb21e 
					 
					
						
						
							
							additional zero outcome tests  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:52 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						63ba764de8 
					 
					
						
						
							
							renamed perUnitValue to valueMultiplier  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:52 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						6a7530d741 
					 
					
						
						
							
							added test for amount=0  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:52 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						eb9bf7c4f9 
					 
					
						
						
							
							Adjusted changelog version since nothing has been published during this PR  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:52 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						b6571d0ca3 
					 
					
						
						
							
							Added calldatacopy comment  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:52 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						9207d1c680 
					 
					
						
						
							
							Do not revert if value or amount are zero. Only if amount is non-zero and there is an overflow.  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:52 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						f783c9bb25 
					 
					
						
						
							
							updated comment for calldatacopy  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:52 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						2a6ed0c96e 
					 
					
						
						
							
							Renamed tokenIds -> ids, tokenValues -> values, callbackData -> data to be consistent with the ERC1155 reference implementation.  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						9ec380777a 
					 
					
						
						
							
							Rebased against development  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						8916d0d367 
					 
					
						
						
							
							Ran prettier  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						1e5648111e 
					 
					
						
						
							
							Updated changelogs and documentation for erc1155 proxy  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						ae51cfe8b9 
					 
					
						
						
							
							Added method descriptions to erc1155 proxy wrapper  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						05ef250ab4 
					 
					
						
						
							
							Ran prettier & linter  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						38e4871f32 
					 
					
						
						
							
							Moved transferFrom with/without logs into ERC1155 Proxy Wrapper  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						a86ba7af2e 
					 
					
						
						
							
							moved transferFrom into ERC1155 Proxy Wrapper  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						55c4fc9aca 
					 
					
						
						
							
							Ran prettier / linter  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						888c17353b 
					 
					
						
						
							
							Renamed erc1155token to erc1155Contract in proxy tests  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						054c0e91a3 
					 
					
						
						
							
							removed erc1155 proxy tests from general proxy test file  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						4dfb610eba 
					 
					
						
						
							
							updated erc1155 proxy tests and moved to their own test file  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						008eb8dd8b 
					 
					
						
						
							
							cleaning up erc1155 proxy tests  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						2882c4bb89 
					 
					
						
						
							
							test with several tokens erc1155 proxy  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Greg Hysen 
							
						 
					 
					
						
						
							
						
						4473851f5b 
					 
					
						
						
							
							Remaining tests for erc1155 proxy  
						
						 
						
						
						
						
					 
					
						2019-03-15 15:05:02 -07:00