Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from gnolang:master #16

Open
wants to merge 850 commits into
base: master
Choose a base branch
from
Open

[pull] master from gnolang:master #16

wants to merge 850 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Sep 22, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot requested a review from moul as a code owner September 22, 2023 14:52
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Sep 22, 2023
@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Merging #16 (28455d8) into master (61f3ada) will decrease coverage by 0.04%.
Report is 12 commits behind head on master.
The diff coverage is 85.00%.

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
- Coverage   47.02%   46.98%   -0.04%     
==========================================
  Files         365      365              
  Lines       61156    61156              
==========================================
- Hits        28757    28735      -22     
- Misses      30047    30060      +13     
- Partials     2352     2361       +9     
Flag Coverage Δ
gno.land-_test.gnokey 0.00% <ø> (ø)
gno.land-_test.gnoland 88.14% <ø> (ø)
gno.land-_test.pkgs 27.88% <ø> (ø)
gnovm-_test.cmd 45.89% <ø> (ø)
gnovm-_test.gnolang.pkg0 17.98% <ø> (ø)
gnovm-_test.gnolang.pkg1 8.21% <ø> (ø)
gnovm-_test.gnolang.pkg2 9.87% <ø> (ø)
gnovm-_test.gnolang.stdlibs 53.53% <ø> (ø)
tm2-_test.flappy ∅ <ø> (?)
tm2-_test.pkg.amino 58.32% <ø> (ø)
tm2-_test.pkg.bft 63.43% <ø> (-0.19%) ⬇️
tm2-_test.pkg.others 59.26% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
gnovm/pkg/gnolang/machine.go 39.60% <100.00%> (-0.23%) ⬇️
tm2/pkg/iavl/proof.go 92.98% <100.00%> (+0.12%) ⬆️
gnovm/pkg/gnolang/values_string.go 10.62% <0.00%> (-0.13%) ⬇️

... and 6 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

moul and others added 16 commits November 6, 2024 20:06
- add `p/demo/avl/pager`
- update `r/demo/users`

Hey reviewers, in addition to what you wanted to review, I'm
specifically curious if you have any better API/usage ideas.

Example:
https://github.com/gnolang/gno/pull/2584/files#diff-8d5cbbe072737a7f288f74adcaaace11cacc3d31264e6a001515fcae824394e2R33

Related with #447, #599, #868

---------

Signed-off-by: moul <94029+moul@users.noreply.github.com>
Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
closes: #2889
<!-- please provide a detailed description of the changes made in this
pull request. -->

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
`actions/setup-go` requires `actions/checkout` to read the `go.sum`
file.

![CleanShot 2024-11-08 at 11 55
28@2x](https://github.com/user-attachments/assets/9014b6f4-d415-487a-a624-d5879e69d2c2)

Signed-off-by: moul <94029+moul@users.noreply.github.com>
Note: I'm uncertain about what will happen after the merge.

Fixes #3085 
Addresses #3003

---------

Signed-off-by: moul <94029+moul@users.noreply.github.com>
Co-authored-by: Morgan <morgan@morganbaz.com>
…+ rename and use `gnomod.ModCachePath` + tmp `GNOHOME` in main tests (#3083)

- In `gno clean`, run the `-modcache` case before checking for presence
of a `gno.mod` to allow to run `gno clean -modcache` from anywhere (like
go)
- Refactor `gno clean -modcache` to use the `gnomod.GetGnoModPath`
helper to get the modcache path
- Rename `gnomod.GetGnoModPath` -> `gnomod.ModCachePath`
- Improve `gno` cmd tests by using a tmp `GNOHOME` instead of the system
one

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
</details>

---------

Signed-off-by: Norman Meier <norman@samourai.coop>
Lightweight `Render.path` parsing and link generation library with an
idiomatic API, closely resembling that of `net/url`.

---------

Signed-off-by: moul <94029+moul@users.noreply.github.com>
## Description

This PR adds the initial `test5.gno.land` deployment params.

List of transaction changes as opposed to current `master` examples:

2e9f5ce

- **131 txs in the `genesis.json`**

All validator entities added:
- @r3v4s ✅ 
- @D4ryl00 ✅ 
- @sw360cab ✅ 
- @mazzy89 ✅ 
- @n0izn0iz ✅ 
- @albttx ✅ 

Release we will use for the initial `test5.gno.land` deployment:

https://github.com/gnolang/gno/pkgs/container/gno%2Fgnoland/303668315?tag=chain-test5.0

Closes #3061 

<details><summary>Contributors' checklist...</summary>

- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
</details>

---------

Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
Signed-off-by: Norman Meier <norman@samourai.coop>
Co-authored-by: Sergio Maria Matone <sergio.matone@tendermint.com>
Co-authored-by: Rémi BARBERO <d4ryl00@gmail.com>
Co-authored-by: Blake <104744707+r3v4s@users.noreply.github.com>
Co-authored-by: Salvatore Mazzarino <dev@mazzarino.cz>
Co-authored-by: n0izn0iz <n0izn0iz@users.noreply.github.com>
Co-authored-by: albttx <contact@albttx.tech>
# Description
Current event(emit) code in p/grc721 really doesn't emits event. 

Therefore, modified code to emit the events.

And similar to #2749, made event type for each function to be unique.



<!-- please provide a detailed description of the changes made in this
pull request. -->

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
</details>
- [x] add `r/sys/params`
- [x] add `genesis/genesis_params.toml`
- [x] port some existing configurations
- [x] open issue: add LRU lazy caching with instant invalidation using a
transient store (#3023)

Depends on #2920 
Depends on #3003 (cherry-picked)
Blocking #2911

---------

Signed-off-by: moul <94029+moul@users.noreply.github.com>
Co-authored-by: Morgan <morgan@morganbaz.com>
This PR extracts the grc20 refactor from #2551, which is a meta PR
containing several contract improvements and additions that depend on
new Gnovm features that haven't been merged yet.

Please review this grc20 refactor with a focus on its API. Several
valuable comments can be found in #2551. Additionally, you can discover
new contracts using grc20 in #2551, such as `minidex`, `atomicswap`,
`grc20reg`, `test20`, and `vault`.

Addresses #1832

---------

Signed-off-by: moul <94029+moul@users.noreply.github.com>
Co-authored-by: Morgan <git@howl.moe>
Co-authored-by: Morgan Bazalgette <morgan@morganbaz.com>
Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
Haystack is a permissionless , immutable, content-addressed,
append-only, fixed-length key-value store for small payloads.

This is an experiment to port over a storage and validation
implementation of a tool I'd written several years ago called
[haystack](https://github.com/nomasters/haystack). My goal in porting
this over to gno is to provide a simple, correct, and test covered
implementation that is composable with other tools I plan to port over
as well.

## Overview

You store a needle in the haystack.

A Needle is 192 bytes. It is composed of 32 bytes for a sha256 hash, and
the 160 byte fixed-length payload.

```
hash     | payload
---------|----------
32 bytes | 160 bytes
```

The Haystack storage server supports two calls, other than Render, you
may "Add" a needle, by its hex-encoded string, or you may "Get" a needle
by its hex encoded hash. The add operation ensures that the needle is
valid and that it has not been added to the storage before. The Get
operation will return the full hex encoded needle if the hash exists in
the database, otherwise it will panic.

The structure is broken down into 2 packages and 1 very simple realm

### packages
- https://gno.land/p/demo/haystack/needle/
- https://gno.land/p/demo/haystack/

### realm
- https://gno.land/r/demo/haystack

## How to Try it out?

You can generate your own synthetic needle from the CLI by using this
magical one-liner.

```shell
➜  ~ (dd if=/dev/urandom bs=160 count=1 2>/dev/null | tee >(sha256sum |  cut -d' ' -f1) | od -An -t x1) | tr -d ' \n'
5d82091003a6749b46a96c38b2597ca96e9b0b272594249099dcf2ade188346679ca753999661820dad7beb351559c89a275ed4935a82245fda290906670ec7535b0b856dfccadd62e5f5399892455d2b524724ffdef8e58be03e9da4762c6ab582ce91c29a9e26ea9cc38b66953fdc425ad37baeb12c712e049ae6d456e682b6b63eea74ebf7a9d506ba486d08c9c54c5161d38a7fbc5fcbb1cdac370682ad6a59579167fd1aa1cd1fc109660a7eba36775d6b06058d72aa57debe63d0144b8
```
This leverages `dd`, `/dev/urandom`, `tee`, `cut`, `od`, and `tr` to
generate a properly formatted hex-encoded needle.

### Getting a needle

I've already stored the above needle in Haystack, so you can read it by
running this command from the CLI

```shell
gnokey maketx call -pkgpath "gno.land/r/demo/haystack" \
    -func "Get" \
    -gas-fee 1000000ugnot \
    -gas-wanted 2000000 \
    -send "" \
    -broadcast \
    -chainid "portal-loop" \
    -args "5d82091003a6749b46a96c38b2597ca96e9b0b272594249099dcf2ade1883466" \
    -remote "https://rpc.gno.land:443" \
    $YOUR_WALLET_ADDRESS
```



<details><summary>Contributors' checklist...</summary>

- [X] Added new tests, or not needed, or not feasible
- [X] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [X] Updated the official documentation or not needed
- [X] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [X] Added references to related issues and PRs
- [X] Provided any useful hints for running manual tests
</details>
<!-- please provide a detailed description of the changes made in this
pull request. -->

Updates the examples README.

<details><summary>Contributors' checklist...</summary>

- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [x] Provided any useful hints for running manual tests
</details>

---------

Co-authored-by: Danny <salman.danny03@hotmail.com>
## Description

Depends on #2584 for `avlpager`

Introduces the `r/demo/hof` realm.

The Hall of Fame is an exhibition that holds items. Users can add their
realms to the Hall of Fame by importing the Hall of Fame realm and
calling `hof.Register()` from their `init` function.

The realm is moderated and the registrations be paused at will.

![Screenshot 2024-10-07 at 20 09
43](https://github.com/user-attachments/assets/9beeefc6-d22a-4e81-aa2d-e336d0e6edf8)

<details><summary>Contributors' checklist...</summary>

- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [x] Provided any useful hints for running manual tests
- [x] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>

---------

Signed-off-by: moul <94029+moul@users.noreply.github.com>
Co-authored-by: moul <94029+moul@users.noreply.github.com>
Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
…#3114)

Bumps the actions group with 2 updates in the / directory:
[coursier/setup-action](https://github.com/coursier/setup-action) and
[anchore/sbom-action](https://github.com/anchore/sbom-action).

Updates `coursier/setup-action` from 1.3.6 to 1.3.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/coursier/setup-action/releases">coursier/setup-action's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Update default coursier version to 2.1.17 by <a
href="https://github.com/alexarchambault"><code>@​alexarchambault</code></a>
in <a
href="https://github.com/coursier/setup-action/pull/705">coursier/setup-action#705</a></li>
</ul>
<h2>Updates / maintenance</h2>
<ul>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.7.9 to
22.8.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/688">coursier/setup-action#688</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.8.0 to
22.8.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/689">coursier/setup-action#689</a></li>
<li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 8.11.0 to 8.12.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/690">coursier/setup-action#690</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.8.1 to
22.8.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/691">coursier/setup-action#691</a></li>
<li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
8.11.0 to 8.12.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/693">coursier/setup-action#693</a></li>
<li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 8.12.1 to 8.12.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/694">coursier/setup-action#694</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.8.2 to
22.8.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/695">coursier/setup-action#695</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.8.4 to
22.8.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/696">coursier/setup-action#696</a></li>
<li>build(deps-dev): bump <code>@​stylistic/eslint-plugin</code> from
2.9.0 to 2.10.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/697">coursier/setup-action#697</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.8.5 to
22.8.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/699">coursier/setup-action#699</a></li>
<li>build(deps-dev): bump <code>@​stylistic/eslint-plugin</code> from
2.10.0 to 2.10.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/698">coursier/setup-action#698</a></li>
<li>chore: Update macos since it's no longer supported by <a
href="https://github.com/tgodzik"><code>@​tgodzik</code></a> in <a
href="https://github.com/coursier/setup-action/pull/701">coursier/setup-action#701</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.8.6 to
22.9.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/704">coursier/setup-action#704</a></li>
<li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
8.12.2 to 8.13.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/703">coursier/setup-action#703</a></li>
<li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 8.12.2 to 8.13.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/702">coursier/setup-action#702</a></li>
<li>Run CI against JDK 21 rather than 17 by <a
href="https://github.com/alexarchambault"><code>@​alexarchambault</code></a>
in <a
href="https://github.com/coursier/setup-action/pull/706">coursier/setup-action#706</a></li>
<li>Run CI on Mac ARM too by <a
href="https://github.com/alexarchambault"><code>@​alexarchambault</code></a>
in <a
href="https://github.com/coursier/setup-action/pull/707">coursier/setup-action#707</a></li>
<li>Update dist by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://github.com/coursier/setup-action/pull/708">coursier/setup-action#708</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/coursier/setup-action/compare/v1...v1.3.8">https://github.com/coursier/setup-action/compare/v1...v1.3.8</a></p>
<h2>v1.3.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Update default coursier version to 2.1.14 by <a
href="https://github.com/alexarchambault"><code>@​alexarchambault</code></a>
in <a
href="https://github.com/coursier/setup-action/pull/686">coursier/setup-action#686</a></li>
</ul>
<h2>Updates / maintenance</h2>
<ul>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.5.5 to
22.7.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/662">coursier/setup-action#662</a></li>
<li>build(deps-dev): bump <code>@​vercel/ncc</code> from 0.38.1 to
0.38.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/658">coursier/setup-action#658</a></li>
<li>Update dist by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://github.com/coursier/setup-action/pull/664">coursier/setup-action#664</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.7.0 to
22.7.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/665">coursier/setup-action#665</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.7.3 to
22.7.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/666">coursier/setup-action#666</a></li>
<li>build(deps): bump <code>@​actions/core</code> from 1.10.1 to 1.11.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://github.com/coursier/setup-action/pull/670">coursier/setup-action#670</a></li>
<li>Update dist by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://github.com/coursier/setup-action/pull/671">coursier/setup-action#671</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.7.4 to
22.7.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/672">coursier/setup-action#672</a></li>
<li>build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/675">coursier/setup-action#675</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.7.5 to
22.7.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/678">coursier/setup-action#678</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.7.6 to
22.7.7 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/681">coursier/setup-action#681</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.7.7 to
22.7.8 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/683">coursier/setup-action#683</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 22.7.8 to
22.7.9 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/685">coursier/setup-action#685</a></li>
<li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 7.0.0 to 8.11.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/coursier/setup-action/pull/684">coursier/setup-action#684</a></li>
<li>Update dist by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://github.com/coursier/setup-action/pull/687">coursier/setup-action#687</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/coursier/setup-action/compare/v1...v1.3.7">https://github.com/coursier/setup-action/compare/v1...v1.3.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/coursier/setup-action/commit/c741af36cb53e397489a3e5a69213003fe3af933"><code>c741af3</code></a>
Update dist (<a
href="https://github.com/coursier/setup-action/issues/708">#708</a>)</li>
<li><a
href="https://github.com/coursier/setup-action/commit/2a75cb19905c92e1f262de9f78f6e5c489aba76e"><code>2a75cb1</code></a>
Run CI on Mac ARM too (<a
href="https://github.com/coursier/setup-action/issues/707">#707</a>)</li>
<li><a
href="https://github.com/coursier/setup-action/commit/56a39e8b1bfc2892cef38beda2e0bbe5d5e40200"><code>56a39e8</code></a>
Run CI against JDK 21 rather than 17 (<a
href="https://github.com/coursier/setup-action/issues/706">#706</a>)</li>
<li><a
href="https://github.com/coursier/setup-action/commit/e52a786fda0270c792a0a599d2bf0cd5716c3f45"><code>e52a786</code></a>
Merge pull request <a
href="https://github.com/coursier/setup-action/issues/705">#705</a>
from alexarchambault/coursier-2.1.17</li>
<li><a
href="https://github.com/coursier/setup-action/commit/1f0cf9333938afddcc7c7534c3c1ac77442f089a"><code>1f0cf93</code></a>
Update default coursier version to 2.1.17</li>
<li><a
href="https://github.com/coursier/setup-action/commit/fb8e01ec52717d3a049fc348ba7e6629891a12a0"><code>fb8e01e</code></a>
Use Mac ARM launchers from main repo for coursier &gt;= 2.1.16</li>
<li><a
href="https://github.com/coursier/setup-action/commit/f4e9717206b805198645e366c6de37099eac40bb"><code>f4e9717</code></a>
build(deps-dev): bump
<code>@​typescript-eslint/eslint-plugin</code></li>
<li><a
href="https://github.com/coursier/setup-action/commit/1583ce1187ee70bd2804abb3ea84246ce89fabca"><code>1583ce1</code></a>
build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
8.12.2 to 8.13.0</li>
<li><a
href="https://github.com/coursier/setup-action/commit/3f834eeb875cede2bcd4e8aa652a05a32a71e71d"><code>3f834ee</code></a>
build(deps-dev): bump <code>@​types/node</code> from 22.8.6 to
22.9.0</li>
<li><a
href="https://github.com/coursier/setup-action/commit/97ee911fb83799aa53c22c1ecc6ae232c4745bcc"><code>97ee911</code></a>
chore: Update macos since it's no longer supported</li>
<li>Additional commits viewable in <a
href="https://github.com/coursier/setup-action/compare/v1.3.6...v1.3.8">compare
view</a></li>
</ul>
</details>
<br />

Updates `anchore/sbom-action` from 0.17.5 to 0.17.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/anchore/sbom-action/releases">anchore/sbom-action's
releases</a>.</em></p>
<blockquote>
<h2>v0.17.7</h2>
<h2>Changes in v0.17.7</h2>
<ul>
<li>chore(deps): update Syft to v1.16.0 (<a
href="https://github.com/anchore/sbom-action/issues/506">#506</a>)
[<a
href="https://github.com/anchore-actions-token-generator">anchore-actions-token-generator</a>]</li>
</ul>
<h2>v0.17.6</h2>
<h2>Changes in v0.17.6</h2>
<ul>
<li>chore(deps): update Syft to v1.15.0 (<a
href="https://github.com/anchore/sbom-action/issues/505">#505</a>)
[<a
href="https://github.com/anchore-actions-token-generator">anchore-actions-token-generator</a>]</li>
<li>chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (<a
href="https://github.com/anchore/sbom-action/issues/504">#504</a>)
[<a href="https://github.com/dependabot">dependabot</a>]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/anchore/sbom-action/commit/fc46e51fd3cb168ffb36c6d1915723c47db58abb"><code>fc46e51</code></a>
chore(deps): update Syft to v1.16.0 (<a
href="https://github.com/anchore/sbom-action/issues/506">#506</a>)</li>
<li><a
href="https://github.com/anchore/sbom-action/commit/251a468eed47e5082b105c3ba6ee500c0e65a764"><code>251a468</code></a>
chore(deps): update Syft to v1.15.0 (<a
href="https://github.com/anchore/sbom-action/issues/505">#505</a>)</li>
<li><a
href="https://github.com/anchore/sbom-action/commit/6bb446c6c5646f03d9d673ff1ce55918bff19aa6"><code>6bb446c</code></a>
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (<a
href="https://github.com/anchore/sbom-action/issues/504">#504</a>)</li>
<li>See full diff in <a
href="https://github.com/anchore/sbom-action/compare/v0.17.5...v0.17.7">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
While using `gno-js` and reading the [related
docs](https://docs.gno.land/reference/gno-js-client/gno-js-provider), I
saw the message saying that it's based on `tm2-js-client` with related
link.
This is useful to understand how it works and see the available methods
from the base Provider classes, but doesn't inform the developer about
how he should instantiate a provider with `gno-js-client`, the name of
the providers isn't mentioned anywhere and I had to guess it (or use my
IDE autocomplete) and look at other projects using it to find out.

This PR adds a small section to the documentation page with explicit
instantiation examples to fix this (without repeating too much info,
parameters for example are linked to `tm2-js-client`, but could be
extended in the future and documented here).

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>

---------

Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
Can be useful for #3096.

---------

Signed-off-by: moul <94029+moul@users.noreply.github.com>
Add `🐞 bug` label automatically whenever the "bug report" template is
used for a new issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.