chainbridge-solidity
chainbridge-solidity copied to clipboard
⚙️ Solidity contracts for Sygma (ChainBridge)
Bumps [butlerlogic/action-autotag](https://github.com/butlerlogic/action-autotag) from 1.1.1 to 1.1.2. Release notes Sourced from butlerlogic/action-autotag's releases. v1.1.2 Added support for named groups when using the regex pattern. Commits a825539 Fixed merge conflict b32bd15 Updated...
Bumps [author/action-rollback](https://github.com/author/action-rollback) from 9ec72a6af74774e00343c6de3e946b0901c23013 to 5bf3d25b05c5192123e0bfc077d4986420c0beec. Commits 5bf3d25 Revert to CJS format because @actions/core doesn't properly support ESM as of... 0ac54d5 Import only required core methods from action - works...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.5.1. Release notes Sourced from actions/setup-node's releases. Update @actions/core and Print Node, Npm, Yarn versions In scope of this release we updated actions/core to 1.10.0....
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...
## Description Added ERC1155 support, this is built on the ERC20 data format 0x[tokenId][amount][addressLen][address], rather than using the batchMint data format. Corresponding PR for the relayer: https://github.com/ChainSafe/chainbridge-core/pull/289 ## How Has...
## Description ## Related Issue Or Context Closes: # ## How Has This Been Tested? Testing details. ## Types of changes - [ ] Bug fix (non-breaking change which fixes...
1. Environment SRC : Avalanche WAGMI subnet DST : Avalanche C Chain 3. To-do : Transfer NFT on both chains 4. Problems a) We need only erc721Handler, so our 'config.json'...
## Changes - Adds truffle-config-ovm to compile and test contracts on Optimistic Ethereum - Yanks OpenZeppelin contract that contain invalid opcodes so that OVM compilation works - Adds CI testing...
based on https://github.com/ChainSafe/ChainBridge#chain-implementations, there should be a `make setup-contracts` method somewhere. it seems that this does not exist on the current main branch. is it on a different branch perhaps?