sandbox-smart-contracts
sandbox-smart-contracts copied to clipboard
The Sandbox is a user-generated content (UGC) gaming platform that will empower creators through digital ownership and monetization of 3D voxel creations made and shared by users around the world.
## Description release-ti + automatically generate the list of deployed contract.
## Description
## Description Add an extra flag on each network that forces solc to compile to paris target (so we use the latest compiler but the right opcodes for current matic...
## Description Hardhat task to: - capture deployments and actions of `hardhat-deploy` to a file so we can send them to OZ defender instead: ` yarn fork:deploy mumbai --defender --capture-all`...
## Description This PR introduces base Foundry package setup. Documentation for Foundry: https://book.getfoundry.sh/ ## Setup Navigate to the `example-foundry` package directory and run following commands: Download foundry on your machine:...
## Description Brief description of the issue or feature implemented in this PR. [Link to Jira Issue or relevant doc](https://sandboxgame.atlassian.net/secure/RapidBoard.jspa?rapidView=50&projectKey=TSB3D) ## Dev Any explanation for the devs that will review...
Add a function that return the royalties without touching the storage. The previous one that has a royalty type cache is named: getRoyaltiesWithTypeCache now ## Description Brief description of the...
## Description remove get fee side and move code to doTransfer, now it is more clear that we only take fees and royalties if one side is ERC20. Improve code...
## Description - Created test file for unit test of `TransferManager`, `WhiteList` and `ExchangeCore` Contracts. - Seperated end to end test for `Exchange` Contract.
## Description - ethers v6 in the instant-giveaway pacakge - upgraded tooling and their dependencies (solhint-plugin-prettier doesn't let us upgrade eveything because it has some bugs)