James Hinshelwood
James Hinshelwood
Updated clippy allows from `cfg_attr` to proc-macro style. Fixed #241 + more - Changed a few `impl`s to take `self` instead of `&self`, when they are `Copy` types. `cargo clippy`...
Close #491 Not sure this is the right approach. Just wanted to raise a PR to gather feedback :)
OpenAPI v3.1.x has some features that would be desirable for us. So it would be neat if this crate could parse OpenAPI v3.1.x documents. I'm not sure what the best...
Resolves #50 . I'm leaving this as a draft for now so people can take a look at the approach and ideally try using this branch to see if it...
### What it does Disallows certain macros, as defined in clippy.toml. Equivalent to the `disallowed_method` lint, but for macros instead of methods. ### Drawbacks It may be cleaner to add...
To make edge verification possible, we should be able to use `lib-sourcify` in browsers to verify contracts. Apologies if there is already an issue for this, I couldn't find one....
* We add another binary which exposes the `scilla-server` JSON-RPC interface over HTTP. * The state IPC calls now make requests over HTTP, rather than via a unix domain socket....
We keep the existing time-based retries, but increase the default value from 5 seconds to 300 seconds. My intention here is to effectively disable the time-based timeouts, but keep the...
This adds the following JSON-RPC APIs: - `erigon_getHeaderByNumber` - `ots_getApiLevel` - `ots_hasCode` - `ots_getBlockDetails` - `ots_getBlockTransactions` - `ots_getContractCreator` (requires `ARCHIVAL_LOOKUP_WITH_TX_TRACES`) The `ots_*` APIs are supposedly documented at https://github.com/otterscan/otterscan/blob/develop/docs/custom-jsonrpc.md, but I...