Max Zaver
Max Zaver
This issue does not explain why we need standard, if near-sdk-* can expose all contract methods in both camel and snake case. For example. Alice writes Rust contract ```rust #[near_bindgen]...
@ilblackdragon @djsatok We need to clarify exactly how we want tokens to be bridged from ETH to NEAR EVM. There seems to be several approaches discussed: * Bridge ETH ERC20...
> nERC20 and NEP-21 connector contracts should know about each other I see, you are suggesting to have a hard link between nERC20 and NEP-21 contracts. This might actually be...
@frol , @chefsale you might have prior experience on how to guard, trigger and test such upgrades. Please contribute your ideas.
For clarity, I suggest we do not differentiate disabling feature and enabling feature. Specifically, if later we decide to disable `VERSIONED_BLOCK_HEADER` we create feature `DISABLE_VERSIONED_BLOCK_HEADER` Also, for clarity, I suggest...
Thank you @frol ! @bowenwang1996 could you please lead (or delegate to someone) the implementation of `version.rs` and the rest of the triggering mechanism needed for EVM? We could first...
The problem with iterator is that challenges for iterator are much more complex. We would like to avoid them, therefore it is preferable to track it inside the contract using...
@evgenykuzyakov Good point. However, we are implicitly targeting 1/2 second because blocks that are more than 1/2 full will lead to a steady gas price increase.
For the record, here are the formulas to compute our current TPS. Transfer TPS: `min(gas_limit /2/(action_receipt_creation_config. send_not_sir + transfer_cost.send_no_sir), gas_limit /2/(action_receipt_creation_config. execution + transfer_cost. execution))` Which is 2.2k TPS as...
FYI @bowenwang1996 and @mikhailOK 's proposal is still a protocol-level change that will also affect Applayer, because now contract calls cannot return preparation/compilation errors.