Skip to content

Commit

Permalink
Merge branch 'master' into jribbink/fix-vsn-filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Oct 31, 2023
2 parents 0134612 + 06846f8 commit cdc39e8
Show file tree
Hide file tree
Showing 34 changed files with 1,421 additions and 320 deletions.
6 changes: 6 additions & 0 deletions .changeset/big-mangos-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@onflow/transport-http": patch
"@onflow/sdk": patch
---

Updated packages
7 changes: 7 additions & 0 deletions .changeset/brave-mirrors-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@onflow/transport-http": patch
"@onflow/fcl": patch
"@onflow/sdk": patch
---

testing refactored accounts resolver
5 changes: 5 additions & 0 deletions .changeset/lemon-adults-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/sdk": patch
---

Refactor Resolve Accounts to user role based async decomposition for resolving internal accounts
32 changes: 32 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"mode": "exit",
"tag": "accounts",
"initialVersions": {
"@onflow/config": "1.1.1",
"@onflow/fcl": "1.5.2",
"@onflow/fcl-bundle": "1.3.1",
"@onflow/fcl-wc": "3.0.0",
"@onflow/protobuf": "1.2.1",
"@onflow/rlp": "1.1.0",
"@onflow/sdk": "1.2.2",
"@onflow/transport-grpc": "1.2.1",
"@onflow/transport-http": "1.7.1",
"@onflow/typedefs": "1.1.1",
"@onflow/types": "1.1.0",
"@onflow/util-actor": "1.2.0",
"@onflow/util-address": "1.1.0",
"@onflow/util-encode-key": "1.1.0",
"@onflow/util-invariant": "1.1.0",
"@onflow/util-logger": "1.2.1",
"@onflow/util-template": "1.1.0",
"@onflow/util-uid": "1.1.0"
},
"changesets": [
"big-mangos-explode",
"brave-mirrors-report",
"lemon-adults-shout",
"six-cherries-clap",
"slow-peaches-vanish",
"wet-chicken-unite"
]
}
5 changes: 5 additions & 0 deletions .changeset/twenty-zoos-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/fcl": patch
---

Move is-helpers to utils
9 changes: 9 additions & 0 deletions .changeset/wet-chicken-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@onflow/transport-grpc": patch
"@onflow/transport-http": patch
"@onflow/fcl-wc": patch
"@onflow/fcl": patch
"@onflow/sdk": patch
---

fixed sig resolution
Loading

0 comments on commit cdc39e8

Please sign in to comment.