sei-chain
sei-chain copied to clipboard
## Describe your changes and provide context fix function name and some typos in comment ## Testing performed to validate your change
## Describe your changes and provide context It is possible to have multiple ERC721 transfers in the same transaction. The previous implementation of owner replacement doesn't account for such scenarios...
## Describe your changes and provide context geth changes: https://github.com/sei-protocol/go-ethereum/pull/36 fixes: - https://github.com/sei-protocol/sei-chain/issues/1944 - https://github.com/sei-protocol/sei-chain/issues/1943 The https://github.com/sei-protocol/sei-chain/issues/1943 "address 0xxxx is not linked" issue is caused by not being able to...
## Describe your changes and provide context ## Testing performed to validate your change
## Describe your changes and provide context ## Testing performed to validate your change
## Describe your changes and provide context ## Testing performed to validate your change
**Chain ID** atlantic-2 & pacific-1 **Describe the bug** `setApprovalForAll` to many operators more than 10 example 20. Because of CW721 [`all_operators`](../blob/fc9a0bd1b050caf42af944ddd9f01b880c263eb8/contracts/src/CW721ERC721Pointer.sol#L95) .`limit` default `10`. ERC721 [`isApprovedForAll`](../blob/fc9a0bd1b050caf42af944ddd9f01b880c263eb8/contracts/src/CW721ERC721Pointer.sol#L93) will return `true` within...
## Describe your changes and provide context ## Testing performed to validate your change