S E R A Y A
S E R A Y A
any updates on this?
> EIP 1193 remains a moving target @xf00f looks like EIP-1193 has been finalized: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1193.md what's the best way to work on this?
this worked for me: `{{pathFor 'myTemplate'}}`
Also, there seems to be a problem with the current version of `ActionsObservable`. I keep getting this error: **Generic type 'ActionsObservable' requires 1 type argument(s).ts(2314)** I'm using `"redux-observable": "^1.1.0"`
I was able to resolve this issue by replacing the `redux-observable` dependency with ``` "redux-observable-es6-compat": "^1.2.1", ``` related: https://github.com/redux-observable/redux-observable/issues/644
This issue occured in Safari 14.0.3 on OS X 11.2.3 After updating to Safari 14.1.1 on OS X 11.4 it works! 🎉 On Safari 14.1.0 it works as well. Safari...
Same here: ```bash error[E0046]: not all trait items implemented, missing: `Event` --> /home/xxx/.cargo/git/checkouts/substrate-contracts-node-cf7c16677784d274/254342f/runtime/src/lib.rs:263:1 | 263 | impl pallet_transaction_payment::Config for Runtime { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Event` in implementation | = help:...
Can you include support for [SFTs](https://blockworks.co/web3-watch-what-are-semi-fungible-tokens-and-why-is-coinbase-making-a-movie/) (semi-fungible tokens, which are supported in [EIP-1155](https://eips.ethereum.org/EIPS/eip-1155)) in the roadmap as well? Major NFT marketplaces [have been supporting it](https://opensea.io/blog/announcements/erc1155-marketplace/) for a while already. If...
@gsieczkowski10clouds I added some follow-up questions to our earlier inline conversations. Feel free to have a look.
@andskur sounds good, thanks for the update!