Swapnil Raj

Results 10 issues of Swapnil Raj

I looked at the Apple's API and they don't provide lyrics, but we have enough data from their API to fetch lyrics from another source. What do you think about...

enhancement

This PR implements the `Uint256` bit operations using the efficient cairo bitwise builtins and removes the inefficient `felt` bitwise operations in `starkware.cairo.common.uint256` - - - This change is [](https://reviewable.io/reviews/starkware-libs/cairo-lang/16)

The pattern for converting an address to uint256, occurs very frequently in Solidity code bases. With changes to the address size in the solc because of StarkNet's use of a...

Add a new flag `--no-mangle` which makes sure that the function names are not mangled if the functions are not overloaded. If the flag is passed and function names are...

Cairo-format was disabled with the upgrade to 0.10.3 because of a bug. When a new version fixes the format command, we should re-enable it.

good first issue

Adds support to receive message from voyager.online to change the block explorer to voyager.online ### Issue / feature description Allows voyager block explorer to change the block explorer to voyager...

Bring back the conditionals thanks @cicr99 @AlejandroLabourdette TODO: - [ ] Run the tests

It'll be helpful to run the UniStark tests in CI so that we can make sure our changes don't break anything or if they then UniStark should get the corresponding...

The current encoding for events is close to Ethereum but not exactly the same, the work for updating that is ongoing. Once that is done, we will need to update...

Setup a logger that generates a log file by default and can be pointed to stdout