Skip to content

Commit

Permalink
Benchmark single transfer per node (#267)
Browse files Browse the repository at this point in the history
Also includes:
* Fix ledger movements resolution to add burn movement 
* Resolve transaction recipients by time 

Co-authored-by: bl@ckode <mrblackode@gmail.com>
Co-authored-by: Samuel <samuel@uniris.io>
  • Loading branch information
3 people committed May 6, 2022
1 parent 172539d commit 126b7fe
Show file tree
Hide file tree
Showing 15 changed files with 684 additions and 9,412 deletions.
4 changes: 2 additions & 2 deletions assets/js/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//
// Pass the token on params as below. Or remove it
// from the params if you are not using authentication.
import {Socket} from "phoenix"
import { Socket } from "phoenix"

let socket = new Socket("/socket", {params: {token: window.userToken}})
let socket = new Socket("/socket", { params: { token: window.userToken } })

// When you connect, you'll often need to authenticate the client.
// For example, imagine you have an authentication plug, `MyAuth`,
Expand Down
Loading

0 comments on commit 126b7fe

Please sign in to comment.