Artur Yurii Korchynskyi
Artur Yurii Korchynskyi
Currently, we have pretty huge primitive and core libraries that pull too many crates for their need. This issue is created as part of the code review process for #11639...
* Extended action builder for DeployGlobalContract and UseGlobalContract actions introduced by nearcore-2.5.0 release * Implemented todo related to transaction reconstruction Please note that this PR creates 3 copies for each...
* Added support for the new global contracts [(NEP-591)](https://github.com/near/NEPs/blob/053cb244fd4b836cea12652e12b4de10891b3c54/neps/nep-0591.md) * The action builder will be addressed separately. ```bash # Deploy immutable hash version. Account id is prompted as signer ./target/release/near...
The `nearcore` 2.5.0 release has added two new actions. This is the part of the [NEP-591](https://github.com/near/neps/pull/591) The given functionality is not yet available on the testnet, so we are not...
The change was introduced here: https://github.com/near/near-jsonrpc-client-rs/pull/169/commits/ee966c0f6c9be87a9926ffb381b855a5ae11dd0b and should be addressed after mainnet rpc provides roll out of a new nearcore 2.5.0 release
https://github.com/near/near-cli-rs/pull/445 introduced a new `quiet` field that suspends excessive logging and is very useful for scripting. The `bos-cli` received the partial support of the feature as it uses `near-cli` under...
`GenericDeployContext` requires an explicit action to be specified. Because of this, cargo-near must include a direct dependency on near-primitives. This is a regression in the latest release and should be...
This [pull request](https://github.com/near/near-cli-rs/pull/484) removes the support for reconstruction action, as we can't download the global contract code by global identifier. We should add support for this action once https://github.com/near/nearcore/issues/13531 is...