Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[near-cli] fix deploy to work with latest devnet (param was removed) #2

Merged
merged 2 commits into from
Mar 1, 2019

Conversation

janedegtiareva
Copy link
Contributor

No description provided.

gulpfile.js Outdated
@@ -63,7 +63,8 @@ gulp.task('createDevAccount', async function(argv) {


async function deployContractAndWaitForTransaction(accountId, contractName, data, near) {
const deployContractResult = await near.deployContract(accountId, contractName, data);
console.log(data[data.length-1]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this console.log still needed?

gulpfile.js Outdated
@@ -92,7 +93,8 @@ gulp.task('deploy', async function(argv) {
};

const near = await neardev.connect(options);
const contractData = [...fs.readFileSync('./out/main.wasm')];
console.log("deploying file ../tests/hello.wasm");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should use actual file name

@janedegtiareva janedegtiareva merged commit 50c8c1f into master Mar 1, 2019
janedegtiareva added a commit that referenced this pull request Aug 2, 2019
janedegtiareva added a commit that referenced this pull request Apr 30, 2020
janedegtiareva added a commit that referenced this pull request Apr 30, 2020
* Move default location for credentials to .near-credentials

Also fix an issue that login is not honoring the system-wide keystore
and creating its own version.

* Updated todos according to the present state of key management

* Change where the dev-account is stored to not be coupled to keystore

* Fix lint errors

* Fix more lint errors

* fix more lint errors

* Update test to use the new key location

* Fix test try #2

* Add more logs to test_generate_key to help troublshoot test failures

* Update path to keyfile to fix test take 2
@janedegtiareva janedegtiareva deleted the j-impbulk branch June 10, 2020 18:56
crypto-guys added a commit to crypto-guys/near-cli that referenced this pull request Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants