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

Release 2.27.0 (docs) #2270

Merged
merged 24 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
152f6f6
Merge pull request #2245 from blocknative/release/2.26.2
Adamj1232 Jun 24, 2024
8b8e41c
Merge pull request #2246 from blocknative/release/2.26.2
Adamj1232 Jun 24, 2024
1392442
Update docs for gnosis/safe package for building within vue env (#2257)
Adamj1232 Jul 15, 2024
1e9413f
Update - Gnosis docs : note about browser extension for handling CORS…
Adamj1232 Jul 15, 2024
3f6c5df
feat: update '@metamask/sdk' package to version '0.27.0' (#2248)
omridan159 Aug 5, 2024
dbb58a3
docs: Update README.md (#2263)
tokenpocketteam001 Aug 5, 2024
6e71701
Remove TP functionality, add console error if TP is added as an init …
Adamj1232 Aug 5, 2024
43ab961
Update capsule (#2267)
jlm0 Aug 7, 2024
f565646
docs: update README (#2252)
bitgetweb3team001 Aug 13, 2024
884105c
Adds Event Listener to Passport Provider (#2250)
k-xo Aug 13, 2024
a4d30b9
chore: update Trust Wallet icon (#2260)
trustweb3team001 Aug 13, 2024
48fa68f
add keplr wallet (#2255)
keplrweb3team001 Aug 14, 2024
b0bd072
Bump global version
Adamj1232 Aug 14, 2024
ce71462
Merge branch 'main' into release/2.27.0
Adamj1232 Aug 14, 2024
b61a065
Merge branch 'docs' into release/2.27.0
Adamj1232 Aug 14, 2024
34386ab
Update versions
Adamj1232 Aug 14, 2024
bd08dfa
Merge branch 'develop' into release/2.27.0
Adamj1232 Aug 14, 2024
89a05b4
Integration of FinoaConnect wallet connector service into Web3Onboard…
finoaamukherjee Aug 14, 2024
2b81c3e
Merge develop and yarn it
Adamj1232 Aug 14, 2024
c7d1a2d
Merge branch 'develop' into release/2.27.0
Adamj1232 Aug 14, 2024
5223380
Remove alpha tages
Adamj1232 Aug 14, 2024
c109b2a
Merge pull request #2269 from blocknative/release/2.27.0
Adamj1232 Aug 14, 2024
ca7e069
Add keplr ci
Adamj1232 Aug 14, 2024
9ecdcae
Merge branch 'main' into release/2.27.0
Adamj1232 Aug 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,12 @@ jobs:
working_directory: ~/web3-onboard-monorepo/packages/particle-network
steps:
- node-build-steps
build-finoaconnect:
docker:
- image: cimg/node:18.0.0
working_directory: ~/web3-onboard-monorepo/packages/finoaconnect
steps:
- node-build-steps
build-wagmi:
docker:
- image: cimg/node:18.0.0
Expand All @@ -472,6 +478,12 @@ jobs:
working_directory: ~/web3-onboard-monorepo/packages/bloom
steps:
- node-build-steps
build-keplr:
docker:
- image: cimg/node:18.0.0
working_directory: ~/web3-onboard-monorepo/packages/keplr
steps:
- node-build-steps

# Build staging/Alpha releases
build-staging-core:
Expand Down Expand Up @@ -780,6 +792,18 @@ jobs:
working_directory: ~/web3-onboard-monorepo/packages/bloom
steps:
- node-staging-build-steps
build-staging-finoaconnect:
docker:
- image: cimg/node:18.0.0
working_directory: ~/web3-onboard-monorepo/packages/finoaconnect
steps:
- node-staging-build-steps
build-staging-keplr:
docker:
- image: cimg/node:18.0.0
working_directory: ~/web3-onboard-monorepo/packages/keplr
steps:
- node-staging-build-steps

workflows:
version: 2
Expand Down Expand Up @@ -1091,3 +1115,15 @@ workflows:
<<: *deploy_production_filters
- build-staging-bloom:
<<: *deploy_staging_filters
finoaconnect:
jobs:
- build-finoaconnect:
<<: *deploy_production_filters
- build-staging-finoaconnect:
<<: *deploy_staging_filters
keplr:
jobs:
- build-keplr:
<<: *deploy_production_filters
- build-staging-keplr:
<<: *deploy_staging_filters
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ For full documentation, check out the README.md for each package or the [docs pa
- [Frame](packages/frame/README.md)
- [Blocto](packages/blocto/README.md)
- [Particle Network](packages/particle-network/README.md)
- [MetaMask](packages/metamask/README.md)
- [Bitget](packages/bitget/README.md)
- [FinoaConnect](packages/finoaconnect/README.md)

**Hardware Wallets**

Expand Down
7 changes: 4 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"prettier-plugin-svelte": "^2.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"shiki": "^0.12.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
Expand All @@ -46,14 +45,16 @@
"tslib": "^2.4.1",
"typescript": "^5.4.5",
"unplugin-icons": "^0.14.0",
"vite": "^4.5.3"
"vite": "^4.5.3",
"vite-plugin-node-polyfills": "^0.22.0"
},
"type": "module",
"dependencies": {
"@safe-global/safe-apps-provider": "^0.18.0",
"@safe-global/safe-apps-sdk": "^8.1.0",
"@web3-onboard/bitget": "^2.1.1",
"@web3-onboard/blocto": "^2.1.1",
"@web3-onboard/capsule": "^2.3.0",
"@web3-onboard/cede-store": "^2.3.1",
"@web3-onboard/coinbase": "^2.3.1",
"@web3-onboard/core": "^2.22.1",
Expand All @@ -72,7 +73,7 @@
"@web3-onboard/magic": "^2.2.1",
"@web3-onboard/metamask": "^2.1.1",
"@web3-onboard/mew-wallet": "^2.1.1",
"@web3-onboard/okx": "2.0.0-alpha.1",
"@web3-onboard/okx": "2.0.0",
"@web3-onboard/particle-network": "^2.1.1",
"@web3-onboard/phantom": "^2.1.1",
"@web3-onboard/portis": "^2.2.1",
Expand Down
19 changes: 12 additions & 7 deletions docs/src/lib/services/onboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ const intiOnboard = async (theme) => {
const { default: bloctoModule } = await import('@web3-onboard/blocto')
const { default: venlyModule } = await import('@web3-onboard/venly')
const { default: bitgetModule } = await import('@web3-onboard/bitget')
// // const { default: capsuleModule, Environment } = await import('@web3-onboard/capsule')
const { default: finoaConnectModule } = await import('@web3-onboard/finoaconnect')
const { default: capsuleModule, Environment } = await import('@web3-onboard/capsule')
const { default: particleAuthModule } = await import('@web3-onboard/particle-network')
const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'

Expand Down Expand Up @@ -113,6 +114,9 @@ const intiOnboard = async (theme) => {
}
const trezor = trezorModule(trezorOptions)

const finoaConnectOptions = {};
const finoaconnect = finoaConnectModule(finoaConnectOptions);

const uauthOptions = {
clientID: 'a25c3a65-a1f2-46cc-a515-a46fe7acb78c',
redirectUri: 'http://localhost:8080/',
Expand All @@ -133,10 +137,10 @@ const intiOnboard = async (theme) => {
environment: 'staging'
})

// // const capsule = capsuleModule({
// // environment: Environment.DEVELOPMENT,
// // apiKey: '992bbd9146d5de8ad0419f141d9a7ca7'
// // })
const capsule = capsuleModule({
environment: Environment.DEVELOPMENT,
apiKey: '992bbd9146d5de8ad0419f141d9a7ca7'
})

const particle = particleAuthModule({
projectId: 'b385ccf0-73c3-485a-9941-159b7855b806',
Expand Down Expand Up @@ -176,8 +180,9 @@ const intiOnboard = async (theme) => {
infinityWallet,
blocto,
particle,
venly
// capsule
venly,
finoaconnect,
capsule
],
chains: [
{
Expand Down
5 changes: 4 additions & 1 deletion docs/src/routes/docs/[...3]modules/[...1]core/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ const sendTransaction = async () => {
console.log(result)
}
```

---

#### disableFontDownload
Expand Down Expand Up @@ -1902,7 +1903,9 @@ export default {
'@web3-onboard/gas',
'@web3-onboard/sequence',
'js-sha3',
'@ethersproject/bignumber'
'@ethersproject/bignumber',
'@safe-global/safe-apps-sdk',
'@safe-global/safe-apps-provider'
],
esbuildOptions: {
// Node.js global to browser globalThis
Expand Down
Loading
Loading