Ariel Tempelhof

Results 8 issues of Ariel Tempelhof

#### System information Erigon version: tag: v2.57.0 OS & Version: Linux Commit hash: 4f6eda7694b4f33d2f907b40088e3a83192b5c2c Erigon Command (with flags/config): `make erigon` #### Expected behaviour Compile success #### Actual behaviour ``` Building...

We want to decode input data sent to old contracts compiled using solc 0.5.16. In some of the transactions, an address parameter was sent with a none empty padding: ```solidity...

Needs Info

https://github.com/starknet-io/starkgate-contracts/blob/22ea37dfddf2104f1c2aaaf9cd6c886fb09798e0/scripts/setup.sh#L33 In mac with ARM chip, this should be replaced with https://github.com/starkware-libs/cairo/releases/download/v2.3.0/release-aarch64-apple-darwin.tar For solc, you should use https://binaries.soliditylang.org/macosx-amd64/solc-macosx-amd64-v0.8.20%2Bcommit.a1b79de6 . (works also on arm chips with rosetta)

MSG_TO_L1.to_address is defined as FELT https://github.com/starkware-libs/starknet-specs/blob/e5ce8c6f99672d9ddf85a8e1d6ef8e87169d6e8d/api/starknet_api_openrpc.json#L2934 Which is being checked against the following regex: https://github.com/starkware-libs/starknet-specs/blob/e5ce8c6f99672d9ddf85a8e1d6ef8e87169d6e8d/api/starknet_api_openrpc.json#L1303 But "to_address" is essentially an Eth address which normally contain a leading zeroes when needed....

## Summary Add support for assistant.search.context . Although listed in docs, it is yet to be supported. There's a discrepancy between https://api.slack.com/methods/assistant.search.context and https://api.slack.com/docs/apps/data-access-api#use-action-token on whether `action_token` is required. From...

enhancement
discussion
semver:minor
web-client
area:async
cla:signed