Shane
Shane
I'd like to suggest to keep the JSON-RPC API. The only thing JSON-RPC is missing is some tooling to fill the gap with GraphQL, thats exactly what OpenRPC is: http://open-rpc.org/...
https://json-schema.org/ should be used to define schemas. They are widely used in the space, mongo uses JSON Schema as well: https://docs.mongodb.com/manual/core/schema-validation/
Hi @TomaszWaszczyk you can run `npm run getemerald` for it to download the binary instead of installing `cargo`
we got a bit started on this, the CreateTransaction and MultiCreateTransaction we're refactored without redux-form to deal with lots of tx and form submission issues. this was the PR: https://github.com/ETCDEVTeam/emerald-wallet/pull/638
Might be related to this: https://github.com/ETCDEVTeam/emerald-wallet/issues/434, do you have any symbols in your username?
you can try the troubleshooting section here to reset some settings: https://github.com/ETCDEVTeam/emerald-wallet#troubleshooting Also try updating to the latest version of emerald wallet
you need to run `npm install` to install all the dependencies. then `npm run build:all` to build the source and then `npm run start:electron` to get it all goin in...
any solution for the client?
Awesome. Thanks, wasn't aware browser `fetch` needed no changes for http2.
@danjm it only returns a number for "pending", not for "latest". which is odd behaviour. technically this would break dapps but im sure dapps are broken today because of it...