Ceyhun Onur
Ceyhun Onur
We have added json log format to coreth. We can port those changes to Subnet-EVM ad well.
Adds precompile gen cmd tool which can take a json ABI file and generates a go-lang precompiled contract. It also can directly detect if the ABI uses `AllowList` precompile and...
This PR is test-only and should not be merged. The PR includes a generated precompile `fee_config_managerpc` which has same behavior as `fee_config_manager` precompile. The PR also contains an unit test...
Currently many names can be used for subnet-evm. Let's decide on one and start using it as case sensitive. Some alternatives: * `subnet-evm` * `Subnet-EVM` * `Subnet EVM` * `SubnetEVM`...
Returns the non-nil error before calculating next virtualArgs
Adds fee recipients precompile to determine how rewards should be handled 1- Directly to a single address 2- Allowed Fee Recipients so minters can claim rewards for themselves 3- Disabled...
Hello, I'm trying to write a openrpc schema for the viabtc APIs. It indicates `business: business,which can be null,use ',' to separate types`, however in the code https://github.com/viabtc/viabtc_exchange_server/blob/08c0eb4a4427fa665e215b990ba10fc2dac73d37/readhistory/rh_reader.c#L27 there is...
### Ethers Version 6.8.1 ### Search Terms abi, topics, int256 ### Describe the Problem I added a Test interface with `int256` indexed topic as follow: ``` function encodeTopics(name, value) {...