Add comment to script. #133
telackey
commented 2024-01-11 23:15:10 +00:00
Member
```
##
## This script generates a new account keypair, transfers funds to it, and creates
## a bond with those funds. The amount of can be optionally specified, else a
## default value estimated to be sufficient for about 5000 records.
##
## The `laconic` CLI and a valid config file for it are required. The default location
## for the config file is `~/.laconic/config.yml`, but this can be controlled with
## the environment variable LACONIC_CONFIG. A `userKey` for a source account with
## sufficient funds available must be present in this file for the funds transfer
## to succeed.
##
## Example:
##
## ❯ scripts/create-and-fund-account.sh 1000000000
## {
## "name": "68334d7175fd4f86befa4902657e5270",
## "type": "local",
## "address": "ethm15r5x94km0swq55aszwd7hnr9wksq7wmr38xes7",
## "pubkey": "AuKqlSldJJXj4gYMFt2HeX9DJ3aUosYA7n6zBz9Tg7/i",
## "mnemonic": "umbrella bean special unaware accident giant distance mix ghost feel possible cost road grant endless man maple derive rebuild learn mask water attract resist",
## "bond": "3d3a73f09115d289d330781455e6eac217305dc4a20e19bde808011fe3775a93",
## "balance": 1000000000,
## "privkey": "480880fde7aff1461da584b436cb3a84692413c84623fda78e127bb4e704ce76"
## }
##
```
telackey
added 2 commits 2024-01-11 23:15:10 +00:00
Add comment to script.
924d09e63d
Add comment to script.
7272fc0dda
Some checks failed
Build / cleanup-runs (pull_request) Successful in 5s
Details
Deploy Contract / cleanup-runs (pull_request) Successful in 7s
Details
Build / build (pull_request) Failing after 38s
Details
Dependency Review / dependency-review (pull_request) Failing after 38s
Details
Pull Request Labeler / triage (pull_request) Failing after 4s
Details
Deploy Contract / deploy (pull_request) Failing after 33s
Details
CodeQL / Analyze (go) (pull_request) Failing after 1m0s
Details
Run Gosec / Gosec (pull_request) Failing after 19s
Details
Semgrep / Scan (pull_request) Failing after 13s
Details
Tests / cleanup-runs (pull_request) Successful in 7s
Details
Lint / Run golangci-lint (pull_request) Failing after 38s
Details
Tests / test-importer (pull_request) Failing after 1m48s
Details
Tests / test-unit-cover (pull_request) Failing after 1m48s
Details
Lint / Run flake8 on python integration tests (pull_request) Failing after 2m27s
Details
Tests / test-rpc (pull_request) Failing after 2m16s
Details
Tests / sdk_tests (pull_request) Failing after 2m24s
Details
telackey
requested review from dboreham 2024-01-11 23:26:24 +00:00
telackey
merged commit 9c240f1a0c into main 2024-01-11 23:26:45 +00:00
telackey
referenced this issue from a commit 2024-01-11 23:26:45 +00:00
Add comment to script. (#133)
telackey
deleted branch telackey/58cmt 2024-01-11 23:26:46 +00:00
No reviewers
Labels
No Label
bug
C:CLI
C:Crypto
C:Encoding
C:Proto
C:Types
dependencies
docker
documentation
duplicate
enhancement
go
good first issue
help wanted
high priority
in progress
invalid
javascript
low priority
medium priority
question
Status: Stale
Type: ADR
Type: Build
Type: CI
Type: Docs
Type: Tests
urgent
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconicd-deprecated#133
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "telackey/58cmt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?