Commit Graph

9 Commits

Author SHA1 Message Date
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 5f4943802b
clippy: Remove `useless_conversion` (#3899) 2022-12-13 15:56:12 +01:00
Jon Cinque f97a3dc7cf
clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
hana 65769ce23d
Update rust to 1.60, solana to 1.11.6 (#3492)
also change bpf to sbf throughout the codebase

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
2022-08-18 12:16:02 -07:00
Tyera Eulberg 7fd1b6b75f
Fixup tests to use rent-exempt accounts (#2717) 2022-01-10 09:49:32 -07:00
Jon Cinque 1f4b65153f
Update tests to prepare for `BanksClientError` (#2657)
* Update tests to prepare for `BanksClientError`

* Remove import from record tests
2021-12-23 13:08:06 -05:00
DR497 fb949741fb name service: allow parent name owner to update records 2021-11-16 08:41:11 -08:00
Michael Vines c9a918f5cd Avoid `Hash`'s private parts, use `AsRef` instead 2021-10-19 09:11:56 -07:00
Lcchy 0ed080a50f
Add name-service program and js bindings (#1600) 2021-05-04 00:07:11 +00:00