Igor Papandinas
Igor Papandinas
**Description** This PR add a SoundCloud icon. I post my music there and when I built my website using NES.css I figurated out that this icon was missing. I designed...
v1.5.0
## Description This pull request prepares the upcoming v1.5.0-alpha0 release. It will add: - secret NFTs ## Related Issue ## Types of changes - [ ] Bug fix (non-breaking change...
This issue specifies the design choices took for the Secret NFTs pallet implementation in the SDK. Feel free to comment on certain misunderstandings and new suggestions are warm welcomed. The...
- [ ] getClusterRegistry - [ ] getEnclaveRegistry
## TODO - [ ] Pre mint: IPFS batch upload - [ ] SGX: SSS batch upload
## Description The `axios: 1.1.x` package defined in the `package.json` installed `axios` v1.1.3 which doesn't work properly on a node environnement. ## Solution considered Test and downgrade to `axios: 1.1.1`....
## Atomic helpers - [x] generateSSSShares(privateKey) - [x] getSgxEnclaves()* => return enclaves url - [x] getSignature(keyring, data)** => u8aToHex(sender.sign(data)) - [x] sgxSSSSharesUpload ()***^ *\*Hardcoded first, in the future query chain...
### Is your feature request related to a problem? Please describe. Some helpers parameters use chain structures that are complex to set. _e.g._ `setMarketplaceConfiguration` has 4 parameters COMMISSION_FEE, LISTING_FEE, ACCOUNT_LIST,...
**Description** Contracts compilation using the `--all` flag throws an error after adding a new contract to my project with the `contract new` command. Using the `--all` flag with a single...