Marcelo Fornet

Results 34 issues of Marcelo Fornet

## Story It would be really useful if on deploy actions on the explorer we show the hash of the contract deployed (I assume asking for the wasm code is...

New_Feature
good_first_issue
Priority_2
Needs-Validation

## Story [This is a transaction](https://explorer.testnet.near.org/transactions/51D9Ac7D6QsfCeej9dsbtGNQ39hyzuHnYCGYAdPH3G7M) that failed with `Exceeded the prepaid gas`. I feels weird that it fails with this error while gas used is 22TGas, and gas attached...

Needs-Validation

## Story When reading gas usage from contracts, it is common to read the value and miss that some are in Tgas and others are in Ggas. It would be...

UX
Needs-Validation

Right now if a node receive a message to be routed, but it doesn't have a route to the target node message is discarded and anything else happens. Possible actions:...

C-discussion
A-network
T-core
S-pinned

Problems are given as PDFs which are harder to parse. Example contest: https://contest.ucup.ac/contest/1596

Looking at [this example]([https://github.com/near/near-jsonrpc-client-rs/blob/master/examples/contract_view_method.rs](https://github.com/near/near-jsonrpc-client-rs/blob/master/examples/contract_view_method.rs)) I wonder if we can have an updated interface, where if a `CallFunction` was used as a request, then the response is a `CallResult` and it...

T-dev-tools

Current commit is not supported by cargo, building fails with: ``` error: failed to get `near-contract-standards` as a dependency of package `test-token v0.1.0 (https://github.com/ilblackdragon/contracts#66304b46)` ... which is depended on by...

After ERC20 tokens are bridged to NEAR as NEP141 the metadata needs to be updated. This is also the case when tokens are deployed as ERC20 inside Aurora. This issue...

enhancement
P3

We need to determine when proofs to transfer assets from Ethereum to NEAR have been already used. (Mentioned by @sept-en in https://github.com/aurora-is-near/rainbow-bridge-client/issues/40#issuecomment-850717612) This needs to be handled for: - [...

enhancement
P1

In order to check if a proof was already used we need to check [in a dictionary inside an ethereum contract](https://github.com/aurora-is-near/rainbow-token-connector/blob/master/erc20-connector/contracts/Locker.sol#L19) if the proof exists already. Implement this as a...

enhancement
P2