@solana/addresses 2.0.0-experimental.e36f58d → 2.0.0-experimental.e4483d3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +127 -20
- package/dist/index.browser.cjs +117 -31
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.js +107 -28
- package/dist/index.browser.js.map +1 -1
- package/dist/index.development.js +360 -214
- package/dist/index.development.js.map +1 -1
- package/dist/index.native.js +107 -28
- package/dist/index.native.js.map +1 -1
- package/dist/index.node.cjs +117 -33
- package/dist/index.node.cjs.map +1 -1
- package/dist/index.node.js +107 -28
- package/dist/index.node.js.map +1 -1
- package/dist/index.production.min.js +13 -6
- package/dist/types/address.d.ts +18 -0
- package/dist/types/address.d.ts.map +1 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/program-derived-address.d.ts +33 -7
- package/dist/types/program-derived-address.d.ts.map +1 -1
- package/dist/types/public-key.d.ts +2 -2
- package/dist/types/public-key.d.ts.map +1 -1
- package/package.json +18 -16
- package/dist/types/base58.d.ts +0 -10
- package/dist/types/base58.d.ts.map +0 -1
|
@@ -2,13 +2,20 @@ this.globalThis = this.globalThis || {};
|
|
|
2
2
|
this.globalThis.solanaWeb3 = (function (exports) {
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
function y(e,r,t=0){if(r.length-t<=0)throw new Error(`Codec [${e}] cannot decode empty byte arrays.`)}function h(e,r,t,n=0){let s=t.length-n;if(s<r)throw new Error(`Codec [${e}] expected ${r} bytes, got ${s}.`)}var C=e=>{let r=e.filter(o=>o.length);if(r.length===0)return e.length?e[0]:new Uint8Array;if(r.length===1)return r[0];let t=r.reduce((o,i)=>o+i.length,0),n=new Uint8Array(t),s=0;return r.forEach(o=>{n.set(o,s),s+=o.length;}),n},ee=(e,r)=>{if(e.length>=r)return e;let t=new Uint8Array(r).fill(0);return t.set(e),t},D=(e,r)=>ee(e.length<=r?e:e.slice(0,r),r);function x(e,r,t){if(e.fixedSize!==r.fixedSize)throw new Error(`Encoder and decoder must have the same fixed size, got [${e.fixedSize}] and [${r.fixedSize}].`);if(e.maxSize!==r.maxSize)throw new Error(`Encoder and decoder must have the same max size, got [${e.maxSize}] and [${r.maxSize}].`);if(t===void 0&&e.description!==r.description)throw new Error(`Encoder and decoder must have the same description, got [${e.description}] and [${r.description}]. Pass a custom description as a third argument if you want to override the description and bypass this error.`);return {decode:r.decode,description:t!=null?t:e.description,encode:e.encode,fixedSize:e.fixedSize,maxSize:e.maxSize}}function U(e,r,t){return {description:t!=null?t:`fixed(${r}, ${e.description})`,fixedSize:r,maxSize:r}}function T(e,r,t){return {...U(e,r,t),encode:n=>D(e.encode(n),r)}}function $(e,r,t){return {...U(e,r,t),decode:(n,s=0)=>{h("fixCodec",r,n,s),(s>0||n.length>r)&&(n=n.slice(s,s+r)),e.fixedSize!==null&&(n=D(n,e.fixedSize));let[o]=e.decode(n,0);return [o,s+r]}}}function P(e,r){return {description:e.description,encode:t=>e.encode(r(t)),fixedSize:e.fixedSize,maxSize:e.maxSize}}function re(e,r,t,n){if(n<r||n>t)throw new Error(`Codec [${e}] expected number to be in the range [${r}, ${t}], got ${n}.`)}function N(e){var n;let r,t=e.name;return e.size>1&&(r=!("endian"in e.config)||e.config.endian===0,t+=r?"(le)":"(be)"),{description:(n=e.config.description)!=null?n:t,fixedSize:e.size,littleEndian:r,maxSize:e.size}}function te(e){let r=N(e);return {description:r.description,encode(t){e.range&&re(e.name,e.range[0],e.range[1],t);let n=new ArrayBuffer(e.size);return e.set(new DataView(n),t,r.littleEndian),new Uint8Array(n)},fixedSize:r.fixedSize,maxSize:r.maxSize}}function ne(e){let r=N(e);return {decode(t,n=0){y(r.description,t,n),h(r.description,e.size,t,n);let s=new DataView(oe(t,n,e.size));return [e.get(s,r.littleEndian),n+e.size]},description:r.description,fixedSize:r.fixedSize,maxSize:r.maxSize}}function oe(e,r,t){let n=e.byteOffset+(r!=null?r:0),s=t!=null?t:e.byteLength;return e.buffer.slice(n,n+s)}var F=(e={})=>te({config:e,name:"u32",range:[0,+"0xffffffff"],set:(r,t,n)=>r.setUint32(0,t,n),size:4}),_=(e={})=>ne({config:e,get:(r,t)=>r.getUint32(0,t),name:"u32",size:4});function se(e,r,t=r){if(!r.match(new RegExp(`^[${e}]*$`)))throw new Error(`Expected a string of base ${e.length}, got [${t}].`)}var ie=e=>{let r=e.length,t=BigInt(r);return {description:`base${r}`,encode(n){if(se(e,n),n==="")return new Uint8Array;let s=[...n],o=s.findIndex(g=>g!==e[0]);o=o===-1?s.length:o;let i=Array(o).fill(0);if(o===s.length)return Uint8Array.from(i);let a=s.slice(o),d=0n,c=1n;for(let g=a.length-1;g>=0;g-=1)d+=c*BigInt(e.indexOf(a[g])),c*=t;let f=[];for(;d>0n;)f.unshift(Number(d%256n)),d/=256n;return Uint8Array.from(i.concat(f))},fixedSize:null,maxSize:null}},de=e=>{let r=e.length,t=BigInt(r);return {decode(n,s=0){let o=s===0?n:n.slice(s);if(o.length===0)return ["",0];let i=o.findIndex(f=>f!==0);i=i===-1?o.length:i;let a=e[0].repeat(i);if(i===o.length)return [a,n.length];let d=o.slice(i).reduce((f,g)=>f*256n+BigInt(g),0n),c=[];for(;d>0n;)c.unshift(e[Number(d%t)]),d/=t;return [a+c.join(""),n.length]},description:`base${r}`,fixedSize:null,maxSize:null}};var O="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",R=()=>ie(O),L=()=>de(O);var ae=e=>e.replace(/\u0000/g,"");var ce=globalThis.TextDecoder,fe=globalThis.TextEncoder,ge=()=>{let e;return {description:"utf8",encode:r=>new Uint8Array((e||(e=new fe)).encode(r)),fixedSize:null,maxSize:null}},ue=()=>{let e;return {decode(r,t=0){let n=(e||(e=new ce)).decode(r.slice(t));return [ae(n),r.length]},description:"utf8",fixedSize:null,maxSize:null}};var k=(e={})=>{var s,o,i;let r=(s=e.size)!=null?s:F(),t=(o=e.encoding)!=null?o:ge(),n=(i=e.description)!=null?i:`string(${t.description}; ${M(r)})`;return r==="variable"?{...t,description:n}:typeof r=="number"?T(t,r,n):{description:n,encode:a=>{let d=t.encode(a),c=r.encode(d.length);return C([c,d])},fixedSize:null,maxSize:null}},K=(e={})=>{var s,o,i;let r=(s=e.size)!=null?s:_(),t=(o=e.encoding)!=null?o:ue(),n=(i=e.description)!=null?i:`string(${t.description}; ${M(r)})`;return r==="variable"?{...t,description:n}:typeof r=="number"?$(t,r,n):{decode:(a,d=0)=>{y("string",a,d);let[c,f]=r.decode(a,d),g=Number(c);d=f;let A=a.slice(d,d+g);h("string",g,A);let[J,Q]=t.decode(A);return d+=Q,[J,d]},description:n,fixedSize:null,maxSize:null}};function M(e){return typeof e=="object"?e.description:`${e}`}var E,z;function w(){return E||(E=R()),E}function le(){return z||(z=L()),z}function X(e){return !(e.length<32||e.length>44||w().encode(e).byteLength!==32)}function S(e){try{if(e.length<32||e.length>44)throw new Error("Expected input string to decode to a byte array of length 32.");let n=w().encode(e).byteLength;if(n!==32)throw new Error(`Expected input string to decode to a byte array of length 32. Actual length: ${n}`)}catch(r){throw new Error(`\`${e}\` is not a base-58 encoded address`,{cause:r})}}function me(e){return S(e),e}function pe(e){var r;return P(k({description:(r=e==null?void 0:e.description)!=null?r:"Address",encoding:w(),size:32}),t=>me(t))}function B(e){var r;return K({description:(r=e==null?void 0:e.description)!=null?r:"Address",encoding:le(),size:32})}function I(e){return x(pe(e),B(e))}function Oe(){return new Intl.Collator("en",{caseFirst:"lower",ignorePunctuation:!1,localeMatcher:"best fit",numeric:!1,sensitivity:"variant",usage:"sort"}).compare}function H(){if(!globalThis.isSecureContext)throw new Error("Cryptographic operations are only allowed in secure browser contexts. Read more here: https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts")}async function V(){var e;if(H(),typeof globalThis.crypto>"u"||typeof((e=globalThis.crypto.subtle)==null?void 0:e.digest)!="function")throw new Error("No digest implementation could be found")}async function G(){var e;if(H(),typeof globalThis.crypto>"u"||typeof((e=globalThis.crypto.subtle)==null?void 0:e.exportKey)!="function")throw new Error("No key export implementation could be found")}var he=37095705934669439343138083508754565189542113879843219016388785533085940283555n,u=57896044618658097711785492504343953926634992332820282019728792003956564819949n,j=19681161376707505956807079304988542015446066515923890162744021073123829784752n;function l(e){let r=e%u;return r>=0n?r:u+r}function m(e,r){let t=e;for(;r-- >0n;)t*=t,t%=u;return t}function ye(e){let t=e*e%u*e%u,n=m(t,2n)*t%u,s=m(n,1n)*e%u,o=m(s,5n)*s%u,i=m(o,10n)*o%u,a=m(i,20n)*i%u,d=m(a,40n)*a%u,c=m(d,80n)*d%u,f=m(c,80n)*d%u,g=m(f,10n)*o%u;return m(g,2n)*e%u}function xe(e,r){let t=l(r*r*r),n=l(t*t*r),s=ye(e*n),o=l(e*t*s),i=l(r*o*o),a=o,d=l(o*j),c=i===e,f=i===l(-e),g=i===l(-e*j);return c&&(o=a),(f||g)&&(o=d),(l(o)&1n)===1n&&(o=l(-o)),!c&&!f?null:o}function W(e,r){let t=l(e*e),n=l(t-1n),s=l(he*t+1n),o=xe(n,s);if(o===null)return !1;let i=(r&128)!==0;return !(o===0n&&i)}function be(e){let r=e.toString(16);return r.length===1?`0${r}`:r}function ve(e){let t=`0x${e.reduce((n,s,o)=>`${be(o===31?s&-129:s)}${n}`,"")}`;return BigInt(t)}async function q(e){if(e.byteLength!==32)return !1;let r=ve(e);return W(r,e[31])}function Ye(e){return Array.isArray(e)&&e.length===2&&typeof e[0]=="string"&&typeof e[1]=="number"&&e[1]>=0&&e[1]<=255&&X(e[0])}function Je(e){if(!(Array.isArray(e)&&e.length===2&&typeof e[0]=="string"&&typeof e[1]=="number"))throw new Error("Expected given program derived address to have the following format: [Address, ProgramDerivedAddressBump].");if(e[1]<0||e[1]>255)throw new Error(`Expected program derived address bump to be in the range [0, 255], got: ${e[1]}.`);S(e[0]);}var Y=32,Z=16,b=[80,114,111,103,114,97,109,68,101,114,105,118,101,100,65,100,100,114,101,115,115],v=class extends Error{};async function Ae({programAddress:e,seeds:r}){if(await V(),r.length>Z)throw new Error(`A maximum of ${Z} seeds may be supplied when creating an address`);let t,n=r.reduce((d,c,f)=>{let g=typeof c=="string"?(t||(t=new TextEncoder)).encode(c):c;if(g.byteLength>Y)throw new Error(`The seed at index ${f} exceeds the maximum length of 32 bytes`);return d.push(...g),d},[]),s=I(),o=s.encode(e),i=await crypto.subtle.digest("SHA-256",new Uint8Array([...n,...o,...b])),a=new Uint8Array(i);if(await q(a))throw new v("Invalid seeds; point must fall off the Ed25519 curve");return s.decode(a)[0]}async function Qe({programAddress:e,seeds:r}){let t=255;for(;t>0;)try{return [await Ae({programAddress:e,seeds:[...r,new Uint8Array([t])]}),t]}catch(n){if(n instanceof v)t--;else throw n}throw new Error("Unable to find a viable program address bump seed")}async function er({baseAddress:e,programAddress:r,seed:t}){let{encode:n,decode:s}=I(),o=typeof t=="string"?new TextEncoder().encode(t):t;if(o.byteLength>Y)throw new Error("The seed exceeds the maximum length of 32 bytes");let i=n(r);if(i.length>=b.length&&i.slice(-b.length).every((c,f)=>c===b[f]))throw new Error("programAddress cannot end with the PDA marker");let a=await crypto.subtle.digest("SHA-256",new Uint8Array([...n(e),...o,...i])),d=new Uint8Array(a);return s(d)[0]}async function ir(e){if(await G(),e.type!=="public"||e.algorithm.name!=="Ed25519")throw new Error("The `CryptoKey` must be an `Ed25519` public key");let r=await crypto.subtle.exportKey("raw",e),[t]=B().decode(new Uint8Array(r));return t}
|
|
6
6
|
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
7
|
+
exports.address = me;
|
|
8
|
+
exports.assertIsAddress = S;
|
|
9
|
+
exports.assertIsProgramDerivedAddress = Je;
|
|
10
|
+
exports.createAddressWithSeed = er;
|
|
11
|
+
exports.getAddressCodec = I;
|
|
12
|
+
exports.getAddressComparator = Oe;
|
|
13
|
+
exports.getAddressDecoder = B;
|
|
14
|
+
exports.getAddressEncoder = pe;
|
|
15
|
+
exports.getAddressFromPublicKey = ir;
|
|
16
|
+
exports.getProgramDerivedAddress = Qe;
|
|
17
|
+
exports.isAddress = X;
|
|
18
|
+
exports.isProgramDerivedAddress = Ye;
|
|
12
19
|
|
|
13
20
|
return exports;
|
|
14
21
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Codec, Decoder, Encoder } from '@solana/codecs-core';
|
|
2
|
+
export type Address<TAddress extends string = string> = TAddress & {
|
|
3
|
+
readonly __brand: unique symbol;
|
|
4
|
+
};
|
|
5
|
+
export declare function isAddress(putativeAddress: string): putativeAddress is Address<typeof putativeAddress>;
|
|
6
|
+
export declare function assertIsAddress(putativeAddress: string): asserts putativeAddress is Address<typeof putativeAddress>;
|
|
7
|
+
export declare function address<TAddress extends string = string>(putativeAddress: TAddress): Address<TAddress>;
|
|
8
|
+
export declare function getAddressEncoder(config?: Readonly<{
|
|
9
|
+
description: string;
|
|
10
|
+
}>): Encoder<Address>;
|
|
11
|
+
export declare function getAddressDecoder(config?: Readonly<{
|
|
12
|
+
description: string;
|
|
13
|
+
}>): Decoder<Address>;
|
|
14
|
+
export declare function getAddressCodec(config?: Readonly<{
|
|
15
|
+
description: string;
|
|
16
|
+
}>): Codec<Address>;
|
|
17
|
+
export declare function getAddressComparator(): (x: string, y: string) => number;
|
|
18
|
+
//# sourceMappingURL=address.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"address.d.ts","sourceRoot":"","sources":["../../src/address.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAgB,OAAO,EAAE,OAAO,EAAc,MAAM,qBAAqB,CAAC;AAGxF,MAAM,MAAM,OAAO,CAAC,QAAQ,SAAS,MAAM,GAAG,MAAM,IAAI,QAAQ,GAAG;IAC/D,QAAQ,CAAC,OAAO,EAAE,OAAO,MAAM,CAAC;CACnC,CAAC;AAeF,wBAAgB,SAAS,CAAC,eAAe,EAAE,MAAM,GAAG,eAAe,IAAI,OAAO,CAAC,OAAO,eAAe,CAAC,CAkBrG;AAED,wBAAgB,eAAe,CAAC,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,IAAI,OAAO,CAAC,OAAO,eAAe,CAAC,CAuBnH;AAED,wBAAgB,OAAO,CAAC,QAAQ,SAAS,MAAM,GAAG,MAAM,EAAE,eAAe,EAAE,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC,CAGtG;AAED,wBAAgB,iBAAiB,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,CAS9F;AAED,wBAAgB,iBAAiB,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,CAM9F;AAED,wBAAgB,eAAe,CAAC,MAAM,CAAC,EAAE,QAAQ,CAAC;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG,KAAK,CAAC,OAAO,CAAC,CAE1F;AAED,wBAAgB,oBAAoB,IAAI,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CASvE"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,cAAc,CAAC"}
|
|
@@ -1,12 +1,38 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { Address } from './address';
|
|
2
|
+
/**
|
|
3
|
+
* An address derived from a program address and a set of seeds.
|
|
4
|
+
* It includes the bump seed used to derive the address and
|
|
5
|
+
* ensure the address is not on the Ed25519 curve.
|
|
6
|
+
*/
|
|
7
|
+
export type ProgramDerivedAddress<TAddress extends string = string> = Readonly<[
|
|
8
|
+
Address<TAddress>,
|
|
9
|
+
ProgramDerivedAddressBump
|
|
10
|
+
]>;
|
|
11
|
+
/**
|
|
12
|
+
* A number between 0 and 255, inclusive.
|
|
13
|
+
*/
|
|
14
|
+
export type ProgramDerivedAddressBump = number & {
|
|
15
|
+
readonly __brand: unique symbol;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the input value is a program derived address.
|
|
19
|
+
*/
|
|
20
|
+
export declare function isProgramDerivedAddress<TAddress extends string = string>(value: unknown): value is ProgramDerivedAddress<TAddress>;
|
|
21
|
+
/**
|
|
22
|
+
* Fails if the input value is not a program derived address.
|
|
23
|
+
*/
|
|
24
|
+
export declare function assertIsProgramDerivedAddress<TAddress extends string = string>(value: unknown): asserts value is ProgramDerivedAddress<TAddress>;
|
|
25
|
+
type ProgramDerivedAddressInput = Readonly<{
|
|
26
|
+
programAddress: Address;
|
|
4
27
|
seeds: Seed[];
|
|
5
28
|
}>;
|
|
29
|
+
type SeedInput = Readonly<{
|
|
30
|
+
baseAddress: Address;
|
|
31
|
+
programAddress: Address;
|
|
32
|
+
seed: Seed;
|
|
33
|
+
}>;
|
|
6
34
|
type Seed = string | Uint8Array;
|
|
7
|
-
export declare function getProgramDerivedAddress({ programAddress, seeds }:
|
|
8
|
-
|
|
9
|
-
pda: Base58EncodedAddress;
|
|
10
|
-
}>>;
|
|
35
|
+
export declare function getProgramDerivedAddress({ programAddress, seeds, }: ProgramDerivedAddressInput): Promise<ProgramDerivedAddress>;
|
|
36
|
+
export declare function createAddressWithSeed({ baseAddress, programAddress, seed }: SeedInput): Promise<Address>;
|
|
11
37
|
export {};
|
|
12
38
|
//# sourceMappingURL=program-derived-address.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"program-derived-address.d.ts","sourceRoot":"","sources":["../../src/program-derived-address.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"program-derived-address.d.ts","sourceRoot":"","sources":["../../src/program-derived-address.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAA+C,MAAM,WAAW,CAAC;AAGjF;;;;GAIG;AACH,MAAM,MAAM,qBAAqB,CAAC,QAAQ,SAAS,MAAM,GAAG,MAAM,IAAI,QAAQ,CAC1E;IAAC,OAAO,CAAC,QAAQ,CAAC;IAAE,yBAAyB;CAAC,CACjD,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,MAAM,GAAG;IAC7C,QAAQ,CAAC,OAAO,EAAE,OAAO,MAAM,CAAC;CACnC,CAAC;AAEF;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,QAAQ,SAAS,MAAM,GAAG,MAAM,EACpE,KAAK,EAAE,OAAO,GACf,KAAK,IAAI,qBAAqB,CAAC,QAAQ,CAAC,CAU1C;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,QAAQ,SAAS,MAAM,GAAG,MAAM,EAC1E,KAAK,EAAE,OAAO,GACf,OAAO,CAAC,KAAK,IAAI,qBAAqB,CAAC,QAAQ,CAAC,CAclD;AAED,KAAK,0BAA0B,GAAG,QAAQ,CAAC;IACvC,cAAc,EAAE,OAAO,CAAC;IACxB,KAAK,EAAE,IAAI,EAAE,CAAC;CACjB,CAAC,CAAC;AAEH,KAAK,SAAS,GAAG,QAAQ,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,OAAO,CAAC;IACxB,IAAI,EAAE,IAAI,CAAC;CACd,CAAC,CAAC;AAEH,KAAK,IAAI,GAAG,MAAM,GAAG,UAAU,CAAC;AA0ChC,wBAAsB,wBAAwB,CAAC,EAC3C,cAAc,EACd,KAAK,GACR,EAAE,0BAA0B,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAmB7D;AAED,wBAAsB,qBAAqB,CAAC,EAAE,WAAW,EAAE,cAAc,EAAE,IAAI,EAAE,EAAE,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC,CAyB9G"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare function
|
|
1
|
+
import { Address } from './address';
|
|
2
|
+
export declare function getAddressFromPublicKey(publicKey: CryptoKey): Promise<Address>;
|
|
3
3
|
//# sourceMappingURL=public-key.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-key.d.ts","sourceRoot":"","sources":["../../src/public-key.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"public-key.d.ts","sourceRoot":"","sources":["../../src/public-key.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAqB,MAAM,WAAW,CAAC;AAEvD,wBAAsB,uBAAuB,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC,CASpF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/addresses",
|
|
3
|
-
"version": "2.0.0-experimental.
|
|
3
|
+
"version": "2.0.0-experimental.e4483d3",
|
|
4
4
|
"description": "Helpers for generating account addresses",
|
|
5
5
|
"exports": {
|
|
6
6
|
"browser": {
|
|
@@ -49,26 +49,27 @@
|
|
|
49
49
|
"node": ">=17.4"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@
|
|
53
|
-
"@solana/
|
|
52
|
+
"@solana/assertions": "2.0.0-experimental.e4483d3",
|
|
53
|
+
"@solana/codecs-strings": "2.0.0-experimental.e4483d3",
|
|
54
|
+
"@solana/codecs-core": "2.0.0-experimental.e4483d3"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
57
|
"@solana/eslint-config-solana": "^1.0.2",
|
|
57
|
-
"@swc/jest": "^0.2.
|
|
58
|
-
"@types/jest": "^29.5.
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
60
|
-
"@typescript-eslint/parser": "^6.
|
|
58
|
+
"@swc/jest": "^0.2.29",
|
|
59
|
+
"@types/jest": "^29.5.6",
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
61
|
+
"@typescript-eslint/parser": "^6.3.0",
|
|
61
62
|
"agadoo": "^3.0.0",
|
|
62
63
|
"eslint": "^8.45.0",
|
|
63
|
-
"eslint-plugin-jest": "^27.2
|
|
64
|
+
"eslint-plugin-jest": "^27.4.2",
|
|
64
65
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
65
|
-
"jest": "^29.
|
|
66
|
-
"jest-environment-jsdom": "^29.
|
|
67
|
-
"jest-runner-eslint": "^2.1.
|
|
66
|
+
"jest": "^29.7.0",
|
|
67
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
68
|
+
"jest-runner-eslint": "^2.1.2",
|
|
68
69
|
"jest-runner-prettier": "^1.0.0",
|
|
69
|
-
"prettier": "^2.8
|
|
70
|
-
"tsup": "
|
|
71
|
-
"typescript": "^5.
|
|
70
|
+
"prettier": "^2.8",
|
|
71
|
+
"tsup": "^8.0.1",
|
|
72
|
+
"typescript": "^5.2.2",
|
|
72
73
|
"version-from-git": "^1.1.1",
|
|
73
74
|
"build-scripts": "0.0.0",
|
|
74
75
|
"test-config": "0.0.0",
|
|
@@ -87,11 +88,12 @@
|
|
|
87
88
|
"compile:typedefs": "tsc -p ./tsconfig.declarations.json",
|
|
88
89
|
"dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch",
|
|
89
90
|
"publish-packages": "pnpm publish --tag experimental --access public --no-git-checks",
|
|
91
|
+
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json",
|
|
90
92
|
"test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent",
|
|
91
93
|
"test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent",
|
|
92
94
|
"test:treeshakability:browser": "agadoo dist/index.browser.js",
|
|
93
|
-
"test:treeshakability:native": "agadoo dist/index.
|
|
94
|
-
"test:treeshakability:node": "agadoo dist/index.
|
|
95
|
+
"test:treeshakability:native": "agadoo dist/index.native.js",
|
|
96
|
+
"test:treeshakability:node": "agadoo dist/index.node.js",
|
|
95
97
|
"test:typecheck": "tsc --noEmit",
|
|
96
98
|
"test:unit:browser": "jest -c node_modules/test-config/jest-unit.config.browser.ts --rootDir . --silent",
|
|
97
99
|
"test:unit:node": "jest -c node_modules/test-config/jest-unit.config.node.ts --rootDir . --silent"
|
package/dist/types/base58.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Serializer } from '@metaplex-foundation/umi-serializers';
|
|
2
|
-
export type Base58EncodedAddress<TAddress extends string = string> = TAddress & {
|
|
3
|
-
readonly __base58EncodedAddress: unique symbol;
|
|
4
|
-
};
|
|
5
|
-
export declare function assertIsBase58EncodedAddress(putativeBase58EncodedAddress: string): asserts putativeBase58EncodedAddress is Base58EncodedAddress<typeof putativeBase58EncodedAddress>;
|
|
6
|
-
export declare function getBase58EncodedAddressCodec(config?: Readonly<{
|
|
7
|
-
description: string;
|
|
8
|
-
}>): Serializer<Base58EncodedAddress>;
|
|
9
|
-
export declare function getBase58EncodedAddressComparator(): (x: string, y: string) => number;
|
|
10
|
-
//# sourceMappingURL=base58.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base58.d.ts","sourceRoot":"","sources":["../../src/base58.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,UAAU,EAAU,MAAM,sCAAsC,CAAC;AAElF,MAAM,MAAM,oBAAoB,CAAC,QAAQ,SAAS,MAAM,GAAG,MAAM,IAAI,QAAQ,GAAG;IAC5E,QAAQ,CAAC,sBAAsB,EAAE,OAAO,MAAM,CAAC;CAClD,CAAC;AAEF,wBAAgB,4BAA4B,CACxC,4BAA4B,EAAE,MAAM,GACrC,OAAO,CAAC,4BAA4B,IAAI,oBAAoB,CAAC,OAAO,4BAA4B,CAAC,CAsBnG;AAED,wBAAgB,4BAA4B,CACxC,MAAM,CAAC,EAAE,QAAQ,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACvB,CAAC,GACH,UAAU,CAAC,oBAAoB,CAAC,CAMlC;AAED,wBAAgB,iCAAiC,IAAI,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CASpF"}
|