Skip to content

Commit c5e987f

Browse files
authored
chore: release v1.36.0 (#8607)
2 parents a8e3089 + 6eb05a0 commit c5e987f

File tree

202 files changed

+6582
-2453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+6582
-2453
lines changed

.wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ stakers
225225
subnet
226226
subnets
227227
sudo
228+
supernode
228229
tcp
229230
testnet
230231
testnets

bunfig.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[console]
2+
# See https://bun.com/docs/runtime/bunfig#console-depth
3+
depth = 3
4+
5+
[install]
6+
# See https://bun.com/docs/runtime/bunfig#install-linker
7+
# TODO revisit this once we move to bun-only and can use catalogues
8+
linker = "hoisted"
9+
10+
[run]
11+
# See https://bun.com/docs/runtime/bunfig#run-bun-auto-alias-node-to-bun
12+
bun = true
13+

0 commit comments

Comments
 (0)