Skip to content

Commit

Permalink
Apply fix with missing transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
kalabukdima committed Jun 14, 2023
1 parent 2980f98 commit d3d214e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.0
0.19.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"watch:test": "jest --watch"
},
"dependencies": {
"@proxima-one/proxima-app-eth": "1.0.0",
"@proxima-one/proxima-app-eth": "1.0.1",
"@proximaone/stream-schema-eth-base": "^0.4.2",
"@proximaone/stream-schema-ft": "^0.4.2",
"@proximaone/stream-schema-mangrove": "^0.4.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -836,13 +836,13 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=

"@proxima-one/[email protected].0":
version "1.0.0"
resolved "https://npm.pkg.github.com/download/@proxima-one/proxima-app-eth/1.0.0/567cbf64c6c732ba5d39ed90b3765420d0ff6ac1#567cbf64c6c732ba5d39ed90b3765420d0ff6ac1"
integrity sha512-NIc8J9Rt7ObwTHFBXBcvhD+Z3FVv6KeOUF4QCZPlXQUMohEDaohuK/9SbddKAG4T+9W/fQlkA2y0D9Q+01E5fA==
"@proxima-one/[email protected].1":
version "1.0.1"
resolved "https://npm.pkg.github.com/download/@proxima-one/proxima-app-eth/1.0.1/91399982049ca6ff1976b24e5c33c579eb9088c5#91399982049ca6ff1976b24e5c33c579eb9088c5"
integrity sha512-bTEDXUJNNLQKgs14Rv7HFPTmnUs1JjAMb/2rVAv4o/iJxK2VCDCyWj0qW1JZfWUOmuXrO3REd0zIoZWhf0sPTA==
dependencies:
"@proxima-one/proxima-app-streaming" "^0.2.45"
"@proxima-one/proxima-plugin-eth" "^1.0.0"
"@proxima-one/proxima-plugin-eth" "^1.0.1"
lodash "^4.17.21"
rxjs "^7.1.0"

Expand Down Expand Up @@ -901,10 +901,10 @@
lodash "^4.17.21"
rxjs "^7.1.0"

"@proxima-one/proxima-plugin-eth@^1.0.0":
version "1.0.0"
resolved "https://npm.pkg.github.com/download/@proxima-one/proxima-plugin-eth/1.0.0/fde3f8317e354cbaea7b027e7912eaee37e0090b#fde3f8317e354cbaea7b027e7912eaee37e0090b"
integrity sha512-+1TyeVwTQgBXygY9TvZkq9WCZVTwYb/LIXOMmYf6QzzNr0VDiViw+ieX03dIcdAxiRjHL8RSPXC4A6vEDj48xA==
"@proxima-one/proxima-plugin-eth@^1.0.1":
version "1.0.1"
resolved "https://npm.pkg.github.com/download/@proxima-one/proxima-plugin-eth/1.0.1/abc2338021b1af828dbe972505ca0b315e02bf75#abc2338021b1af828dbe972505ca0b315e02bf75"
integrity sha512-t9sP3r5DARu6zMN2LNWpgac+9dm/Xdf8GTwLawLKH5CqMRJCE3AaJ6L3aSuIK/oliXPpGcLbl+LYkrd/k9oE6A==
dependencies:
"@proxima-one/proxima-core" "^0.2.10"
"@proxima-one/proxima-streams" "^0.2.9"
Expand Down

0 comments on commit d3d214e

Please sign in to comment.