Antoine Estienne

Results 14 issues of Antoine Estienne

### Is your feature request related to a problem? I wanted to search Music NFTs in Dotsama and wasn't able to filter my file type ### Describe the solution you...

enhancement

Hey @lo-th, Great work ! I was wondering if there was a way to 'mod' your game by changing the 3d images of the buildings. Thanks, JLM

- Add changes to support new extension (tested with `yarn polkadot-dev-copy-to apps`), not sure if necessary once extension is merged - Add types to injected accounts, necessary for the MetaMask...

- Add Staking Panel for parachains (parachainStaking pallet), inpired by the relay chain panel for staking - Summary view: - active collators - waiting - active / nominators - inflation...

We want to use both AccountId32 and AccountId20 in our crowdloan pallet (https://github.com/PureStake/crowdloan-rewards/blob/main/src/lib.rs) which is why we defined AccountId (set to AccountId20) and RelayChainAccountId (set to AccountId32) - here https://github.com/PureStake/moonbeam/blob/dfe363bac66e68cff2ecb25ac710c11a880e0875/runtime/moonbase/src/lib.rs#L773....

@react-params
-size-m
<needs investigation>

As of now, for an ethereum compatible blockchain, the user has to manually import their MetaMask accounts to the app by exporting the private key and entering it. This is...

@react-api
-size-m

Hi there, First of all thanks a bunch for the great work you're doing. I wanted to suggest some additions to the documentation: -add the inputs of "new Log()" ,...

enhancement
help wanted

Hi all, When starting my local server with "sbot server" command, I get this error: ************************************************** (indexes:100%, ebt:100%)Error replicating with @XRg7pXoQqsWDDk4dmgvSWHUqzwS6BmqMo4IdbMKPjWA=.ed25519: Error: parent stream is closing at PacketStream.stream (/Users/antoineestienne/.nvm/versions/node/v8.8.0/lib/node_modules/scuttlebot/node_modules/packet-stream/index.js:46:28) at...

bug
Backlog

- Move Network Dropdown to first step since it determines address derivation - Add custom Eth derivation path for ethereum parachains - for address creation - for address import from...

Ethereum address derivation will take one mnemonic and derive a bunch of address with `/m/44'/60'/0'/0/0`, `/m/44'/60'/0'/0/1`, etc. We want to allow a user to at least choose the last number...