juno
juno copied to clipboard
Starknet client implementation.
This includes adding a block and a signature json-file to the testdata directory for the Sepolia network. This PR is fixing the issue #1796.
Getting `Failed storing Block` on block 21, sepolia network while synching the network when `Zstd` compression is enabled. ``` 01:17:19.554 26/04/2024 +05:30 WARN sync/sync.go:210 Failed storing Block {"number": 21, "hash":...
This PR is fixing the issue #1790, includes making a copy of the necessary testdata used from the `goerli2` directory to a new `sepolia` directory.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 7.6.0. Release notes Sourced from semver's releases. v7.6.0 7.6.0 (2024-01-31) Features a7ab13a #671 preserve pre-release and build parts of a version on coerce (#671) (@madtisa,...
Rename `trie/TransactionStorage` to `Storage` to resolve issue #1783
Fixes #1802