Skip to content

Tags: petersalomonsen/quickjs-rust-near

Tags

v0.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(aiproxy): api-key header (#32)

Handle error from OpenAI without locking the conversation
Support Api-Key header that Azure OpenAI use ( use SPIN_VARIABLE_OPENAI_API_KEY_METHOD environment variable to decide which method to use for passing the api key )
Allow refunding all tokens if there is no usage
Lock emscripten version. After emscripten 3.1.74 the standard libraries are built with non-mvp features. The NEAR wasm spec is at mvp, and so the build was broken.
Enhance test suites to support the different Api-Key passing methods

v0.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FT metadata, web4, docs (#30)

Expose the ft_metadata method to the contract wasm. It is needed by wallets to properly show the balance.
Docs about setting up the Fungible Token contract
Implementation of web4_get to be able to serve a web page from the contract
Scripts for bundling for web4, using the AI proxy frontend as an example
Docs about submitting javascript code to the contract
Docs for deploying the AI proxy to Spin cloud

v0.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update dependencies for release pipeline (#29)

Ensure all dependencies needed for building the contract
Use cache from main test pipeline

0.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gh action for releasing example contracts (#17)

Add a release with a zip file of example contract wasm builds.

v0.0.1-test7

minimum_web4.wasm