aliarbak
aliarbak
### Added - Introduced **Token Listing Restrictions Module**: Investors can determine which tokens they can receive by whitelisting or blacklisting them Token issuers can choose the listing type they prefer...
- **TREXGateway Enhancements**: - New function `pause`: Pauses the TREX gateway contract. When paused, no one can deploy a new token. - New function `unpause`: Unpauses the TREX gateway contract.
Fix: https://github.com/WalletConnect/WalletConnectSharp/issues/188
### Context (Web3Wallet) I've two different _complex_ RPC request payloads (for `eth_sendTransaction` and `personal_sign` methods): ``` [RpcMethod("personal_sign"), RpcRequestOptions(Clock.ONE_MINUTE, 99994)] public class EthPersonalSignRequest : List [RpcMethod("eth_sendTransaction"), RpcRequestOptions(Clock.ONE_MINUTE, 99997)] public class EthSendTransactionRequest...
### Added - Implemented a new contract `ClaimIssuerUpgradeable`, the ERC-1967 and ERC-1822 compliant upgradeable variant of ClaimIssuer. - Implemented a new contract `ClaimIssuerProxy`, an ERC-1967 compliant proxy contract for upgradable...