Commit Graph

22 Commits

Author SHA1 Message Date
dependabot[bot] 718a6b6074
build(deps-dev): bump prettier from 2.8.4 to 2.8.8 in /name-service/js (#4222)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09 14:52:08 +00:00
dependabot[bot] ff46681e80
build(deps-dev): bump @types/node from 20.1.0 to 20.1.1 in /name-service/js (#4221)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09 14:51:58 +00:00
Jon Cinque e153162541
name-service-js: Remove unused spl-token dependency (#4203) 2023-05-08 15:47:27 +00:00
dependabot[bot] 97cd2b129b
build(deps-dev): bump start-server-and-test from 1.15.3 to 2.0.0 in /name-service/js (#4201)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08 15:04:25 +00:00
dependabot[bot] 23bc53e8b1
build(deps-dev): bump @types/node from 20.0.0 to 20.1.0 in /name-service/js (#4202)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08 15:04:04 +00:00
dependabot[bot] cfc3938d10
build(deps-dev): bump @types/node from 14.18.36 to 20.0.0 in /name-service/js (#4173)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 21:10:49 +00:00
dependabot[bot] 4caf143743
build(deps): bump @solana/web3.js from 1.73.2 to 1.75.0 in /name-service/js (#4176)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 20:49:46 +00:00
Jon Cinque 34b57d62fe
docs: Clarify audit status of all programs, no S word (#4046) 2023-02-13 22:05:49 +00:00
Athar Mohammad 59ad74cd94
name-service-js: add tests (#4013) 2023-02-09 19:33:31 +01:00
joeaba 891b4bdad8
chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
Sammy Harris c6c83982d7
Feat: SNS Realloc Name Account (#3955)
* add new realloc ix

* add tests

* update param order to be consistent with other builders

* add realloc ix to instructions.ts

* ts bindings for realloc

* ts linting

* fix logs and clippy arithmetic

* satisfy clippy

* Update name-service/program/src/instruction.rs

Co-authored-by: Jon Cinque <joncinque@pm.me>

* Update name-service/program/src/instruction.rs

Co-authored-by: Jon Cinque <joncinque@pm.me>

* docs nits

* fix import ordering

* Update name-service/program/tests/functional.rs

Co-authored-by: Jon Cinque <joncinque@pm.me>

* blockhash nits

* Update name-service/js/src/bindings.ts

Co-authored-by: Jon Cinque <joncinque@pm.me>

* fix hashed_name naming

Co-authored-by: Jon Cinque <joncinque@pm.me>
2023-01-27 12:27:03 +01:00
Jon Cinque 79d2c606b8
CI: Add `--max-warnings 0` to eslint to abort on errors (#3254)
* CI: Add `--max-warnings 0` to eslint to abort on errors

* Fix lint issue
2022-06-16 09:39:55 -04:00
Jon Cinque 38944088c0
name-service-js: Bump version and sort out dependencies for release (#3214) 2022-06-02 18:49:43 +02:00
Jon Cinque b5e301b210
name-service-js: Add to CI, clean up packages (#3097) 2022-04-22 00:01:24 +02:00
Danny Povolotski 29d424e597
fully switch to @solana/buffer-layout (#2634)
* remove unused buffer-layout

* change to solana implementation of buffer-layout

* use latest buffer-layout and utils

* update buffer-layout-utils

* update buffer-layout-utils

* info.data is already Uint8Array

* update deps, fix lint

* remove node engine requirements

Co-authored-by: Danny Povolotski <danny@192.168.1.34>
Co-authored-by: Jordan Sexton <jordan@jordansexton.com>
2022-03-26 22:00:59 -06:00
dr497 dd035edda0 name-service: allow parent owner to transfer subdomains 2022-01-16 09:06:35 -08:00
DR497 fb949741fb name service: allow parent name owner to update records 2021-11-16 08:41:11 -08:00
Muhammed Abiola 3e945798fc
Update twitter.ts (#2454)
Minor contraction error.
2021-09-27 10:58:11 -06:00
Lcchy c05f445d73
Minor fixes in name-service (#1895)
* Fix reverse twitter registries and program space allocation

* Small fixes and address update

* Fix the package name
2021-07-01 11:46:32 -05:00
Tyera Eulberg 34af3726fd
Update some api urls (#1888) 2021-06-08 12:53:32 -06:00
B 06630018c2
Name Service JavaScript cleanup (#1755)
* fix: update id + lint + spelling

* feat: add twitter const

* chore: update to Keypair

* fix: exports + lint

* feat: add twitter instructions

* chore: add readme
2021-05-18 15:45:30 -05:00
Lcchy 0ed080a50f
Add name-service program and js bindings (#1600) 2021-05-04 00:07:11 +00:00