Aleksandr Shevchenko

Results 11 comments of Aleksandr Shevchenko

I believe your understanding on how the staking farm is working at the moment is incorrect. The claim method would move the rewards not into the lockup account, but into...

Ethereum-side contracts are located here: ### Mainnet | Accounts | Mainnet | | ------------------ | --------------------------------------------------------------------------------------------------------------------- | | Near on Eth Client | [0x3FEFc5A4B1c02f21cBc8D3613643ba0635b9a873](https://etherscan.io/address/0x3FEFc5A4B1c02f21cBc8D3613643ba0635b9a873) | | Prover on Eth |...

The bridge can be used to transfer anything that is proovable with the light client: 1. Any contents of the block headers (including block hashes, etc.) 2. Anything that is...

This proposal is an extension and rework of the https://github.com/near/NEPs/issues/498 Adding Ethereum implicit accounts to nearcore is managed by this tracking issue: https://github.com/near/nearcore/issues/10018

[Design Review Deck](https://docs.google.com/presentation/d/1hly3r1EQQWMV6MEk2WlUUfOIMgyMCeYy2LW9BVoVX4U/edit?usp=sharing) [Design Review Call Recording](https://drive.google.com/file/d/1AXN8xZE5KfsPL84LewAtRolzyLIBQIep/view?usp=sharing)

I would vote for removing from the scope the bridging pieces. ERC20nERC20NEP-21 switches can be complicated: ERC20 is a standard, while an individual token contract can implement additional functionality that...

Let's fix the naming first: nERC20, nDAI, ... -- these are the references to a specific Solidity contracts in NEAR EVM, which are similar to the original ones from the...

@mikedotexe, @ilblackdragon, additional observation to put in the checklist: We should check that all the methods from Ethereum JSON-RPC are covered in `near-web3-provider` (at least they return `unsupported` error) and...

@geekbrother , please use the public RPC endpoint. It works well. https://aurora.dev/start/

@frol The current menu of the near-cli-rs does not have a proper place for this command (and maybe other ledger-related commands in the future). The closest is `account` section. Having...