Skip to content

Commit

Permalink
Merge branch 'development' into core-sync-latency-based-peer-switch
Browse files Browse the repository at this point in the history
* development: (29 commits)
  feat(base-node): add base node prometheus metrics (tari-project#3773)
  fix(ffi): mut pointers should be const (tari-project#3775)
  chore: update launchpad for dibbler (tari-project#3769)
  v0.27.3
  fix(ffi): missing param in header.h (tari-project#3774)
  v0.27.2
  v0.27.2
  fix(ffi): fix bad access (tari-project#3772)
  chore(collectibles): fix eslint
  v0.27.1
  fix(ffi): fix null pointer assignment in import_utxo (tari-project#3770)
  fix(validators): check input metadata matches spending output (tari-project#3761)
  v0.27.0
  feat(ffi)!: Add commitment_signature_create and destroy (tari-project#3768)
  feat(ffi)!: add features, metadata_signature and sender_offset_public_key to import_utxo (tari-project#3767)
  feat(explorer): better view on mempool (tari-project#3763)
  feat: update the available balance in console wallet (tari-project#3760)
  chore: reclassify very long log message (tari-project#3752)
  fix: fix cucumber test for standard recovery (tari-project#3757)
  style: format with prettier (same settings as in integration tests) (tari-project#3756)
  ...
  • Loading branch information
sdbondi committed Jan 31, 2022
2 parents cca0a04 + 7502c02 commit d36eae7
Show file tree
Hide file tree
Showing 142 changed files with 23,168 additions and 2,330 deletions.
84 changes: 45 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions applications/daily_tests/automatic_recovery_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ async function main() {
"Wallet (Pubkey:",
identity.public_key,
") scanned",
numOutputs,
numOutputs,
"outputs, completed in",
timeDiffMinutes,
"minutes (",
rate,
rate,
"outputs/min).",
recoveredAmount,
"µT recovered for instance ",
Expand All @@ -61,7 +61,7 @@ async function run(options = {}) {
true,
{
transport: "tor",
network: "weatherwax",
network: "dibbler",
grpc_console_wallet_address: "127.0.0.1:18111",
baseDir: options.baseDir || "./temp/base-nodes/",
},
Expand Down
Loading

0 comments on commit d36eae7

Please sign in to comment.