Simson

Results 17 issues of Simson

### Description - Implementation of SHA3-256 FIPS 202 hash precompile to integrate with ICON blockchain - EcRecover Uncompressed public key precompile to integrate with ICON blockchain ### Rationale - In...

This is a new draft BEP to add new hashing sha3-256 hashing functionalities to BSC

good first issue

- [ ] Unit test cases for BSH - [ ] Unit test cases for FA Integration - [ ] Integration Tests for BSH - [ ] Integration Tests for...

Ticket: https://smartcontract-it.atlassian.net/browse/SHIP-1032 Including the new transaction type(0x3) in Gas estimator

build-test-image

### Description Expected: web3_clientVersion to return the same value as HTTP endpoint Current: returns null value ### Steps to reproduce { "jsonrpc":"2.0", "method":"web3_clientVersion", "params":[], "id":1 } {"result":null,"jsonrpc":"2.0","id":null} ### Additional context...

bug

### Description Expected: WS logs subscription should accept the same params as HTTP that works Current: Errors out with "error": { "code": -32602, "name": "Invalid parameter", "message": "Invalid parameter 'fromBlock'...

bug

### Description Some responses has hex values with Leading zeros that causes incompatibilities with Hex utilities Such as MaxFeePerGas in the Tx object of a Block ### Steps to reproduce...

bug

### Description Expected: Should be able to send Batch requests via WS endpoint Whats Happening: Currently batch requests are not respected & no response returned ### Steps to reproduce [{...

bug