frontier
frontier copied to clipboard
Ethereum compatibility layer for Substrate.
Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.11.2 to 2.11.3. Release notes Sourced from scale-info's releases. v2.11.3 What's Changed Bump proc-macro-crate to v3 by @tdimitrov in paritytech/scale-info#207 Version 2.11.3 by @tdimitrov in paritytech/scale-info#208 New...
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.60. Release notes Sourced from thiserror's releases. 1.0.60 Resolve unexpected_cfgs warning (#298) Commits 870d11b Release 1.0.60 0ccee7c Merge pull request #298 from dtolnay/checkcfg cf43d0c Resolve...
- [x] Adds 2 new opcodes (`TLOAD` and `TSTORE`) for manipulating state that behaves almost identically to storage but is discarded after every transaction. - These new instructions were introduced...
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.59. Release notes Sourced from syn's releases. 2.0.59 Parse c"…" and cr"…" C-string literal syntax as Lit::CStr (#1502) 2.0.58 Support $ in custom_punctuation! macro (#1611)...
This is to allow unknown fields in an eth call as geth and ganache do. Sample call: ```bash curl http://localhost:9944 -H "Content-Type:application/json;charset=utf-8" -d \ '{ "jsonrpc": "2.0", "id": 1, "method":...
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.3 to 4.4.7. Release notes Sourced from clap's releases. v4.4.6 [4.4.6] - 2023-09-28 Internal Upgrade anstream v4.4.5 [4.4.5] - 2023-09-25 Fixes (parser) When inferring subcommand name or...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.8.0. Changelog Sourced from tempfile's changelog. 3.8.0 Added with_prefix and with_prefix_in to TempDir and NamedTempFile to make it easier to create temporary files/directories with nice...
Bumps [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) from 1.9.9 to 1.9.10. Release notes Sourced from vuepress's releases. v1.9.10 Bug Fixes core: failed to resolve theme components when using theme inheritance (close: #3163) (#3164) (546499b) markdown:...