aaronbuchwald
aaronbuchwald
Ok, let's go with subnet-evm in that case.
Couple of future improvements from working on using this: - add a unit test for precompile generation similar to the bind test - re-organize the code so the input/output types...
The fees are added to the Coinbase address here: https://github.com/ava-labs/subnet-evm/blob/master/core/state_transition.go#L354. Since they are added via `AddBalance` and not call, the smart contract is not given the chance to acknowledge the...
# Problem subnet-evm instances would like to exercise more granular control of how fees are handled on their subnets. Ideally, we can provide them the capability to set the destination...
Can you please include a zip of the entire log directory? It looks like it is running into an issue while adding the API endpoints for the subnet-evm chain. Could...
@PatrickAlphaC thanks for raising this issue. Our docker support definitely needs some work, so I'll try to fix this ASAP. As for sending API requests to the docker container, you...
Added a feature to enable easy upgrades documented here: https://docs.avax.network/subnets/customize-a-subnet#network-upgrades-enabledisable-precompiles.
Can you supply the exact details of the two calls that you're making?
The transactions have a maximum size, and each additional UTXO being spent gets referenced in the transaction, so as you're spending more UTXOs in a single transaction, the transaction will...
Closing since this seems to have been answered and was caused by not including the upgrade bytes for DFK correctly.