juno icon indicating copy to clipboard operation
juno copied to clipboard

Starknet client implementation.

Results 334 juno issues
Sort by recently updated
recently updated
newest added

fixes #1837 This PR creates the Tendermint implementation.

Remove decommissioned networks: `Goerli`, `Goerli2` and `Integration`. Fixes #1753 , https://github.com/NethermindEth/juno/issues/1758

New Sync package using feeder gateway

closes https://github.com/NethermindEth/juno/issues/1876

Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.10.1 to 1.11.0. Commits 4c32059 Normalize allowed request headers and store them in a sorted set (fixes #170)... 8d33ca4 Complete documentation; deprecate AllowOriginRequestFunc in favour of AllowOr......

dependencies
go

Some of the links were broken and some of them were redirecting. There were also cases where I couldn't find where it was refering to, so I decided to just...

Fix how to get DOCKER_IMAGE_TAG: By using GITHUB_ENV, only the steps on the same job will be able to get the value. When trying to get it from steps from...