-
Related to [https://github.com/nearprotocol/nearcore/issues/2597](https://github.com/nearprotocol/nearcore/issues/2597)
We need to check that for every Trie node there is a ShardChunk which contains …
-
In respond to call `callPromise` method with args (provided binary below):
[serializedArgs.zip](https://github.com/nearprotocol/nearcore/files/3947016/serializedArgs.zip)
Recieve` "Transaction …
-
We found https://github.com/nearprotocol/nearcore/pull/2621 introduced a typo, which cause `add_key_cost.function_call_cost_per_byte` 1000x more than correct. But besides that, there probably a copy-p…
-
The following lines have panics for some errors: [https://github.com/nearprotocol/nearcore/blob/9ed24269598ac1f1e8e33319c80c17faac51ba93/near/src/runtime.rs#L304-L312](https://github.com/nearprotocol/…
-
Requirements
- [x] NEAR per Byte for storage calculation
- [x] Ballpark breakdown for gastimation for a few examples
- [x] Discussion had on this estimate, @chadoh @janedegtiareva @mikedotexe
-…
-
Context: We should build applications that can be used to provide examples in response to community questions.
If we already have an application that provides an example implementation, please link i…
-
Where the contract is init, we should have a mapping.
With this, the frontend API can stay the same no matter what. Long term, this mapping will be part of smart contract meta data.
```
@NEARMod…
-
Not sure if this is a Windows issue or general but I had to install parcel
> npm install parcel-bundler --save-dev
and modify the package.json with the following
`"babel": {
"presets": […
-
`.decode_chunk` might fail for a given `chunk_proofs`
The following line expects that the `ChunkProof.chunk.content` contains enough elements in the vector:
[https://github.com/nearprotocol/nearcor…
-
**steps to recreate**
```js
let price = "8157";
// (1) typecasting we use in our tests
// https://github.com/nearprotocol/near-runtime-ts/blob/master/tests/assembly/hello/main.ts#L55
let bt…