122 Commits

Author SHA1 Message Date
janniks
0c9ea0231b docs: update readme for nakamoto 2024-03-25 16:33:51 +01:00
janniks
12f242a68a docs: mention nakamoto on readme (#1660) 2024-03-22 17:09:52 +01:00
Yash Salunke
d71228d0d0 docs: fix grammatical mistakes README.md (#1590)
fixed some typos, grammatical mistakes, and punctuation.
2023-11-02 15:27:11 +01:00
Saksham Bhugra
cb8db387ec docs: update README.md (#1592) 2023-11-02 15:26:21 +01:00
Andres Galante
ccd58b1adb docs: improve readme, contribution guidelines, and code of conduct (#1567)
* docs: improves readme and contribution guidelines and adds code of conduct

* Update CONTRIBUTING.md

---------

Co-authored-by: max-crawford <102705427+max-crawford@users.noreply.github.com>
Co-authored-by: janniks <6362150+janniks@users.noreply.github.com>
2023-10-26 19:49:19 +02:00
Sakshi Umredkar
d5a8b5812d docs: fixed a typo in README.md (#1583) 2023-10-26 19:47:22 +02:00
Sakshi Umredkar
f5f6a5dfc1 docs: fixed a typo in README.md (#1582) 2023-10-26 19:46:59 +02:00
janniks
c13748238c build: update dependencies (#1540)
* build: update dependencies

* build: update audit dependencies

* chore: remove bootstrap

* chore: update eslint config

* build: fix lint

* build: update esbuild loader

---------

Co-authored-by: janniks <janniks@users.noreply.github.com>
2023-09-04 18:06:55 +02:00
Scott McClellan
ca259cae17 chore: improve README.md standardization (#1530) 2023-07-13 12:46:06 -05:00
janniks
ee4df4877c ci: rename branch to main 2023-07-05 21:49:31 +02:00
janniks
8cfdbde1de ci: switch to node 18 2023-02-06 19:21:58 +01:00
janniks
ee17c4eb0f chore: update typedoc theme 2022-11-07 23:59:30 +01:00
janniks
1e053e4147 docs: update readme 2022-10-17 17:06:30 +02:00
janniks
5445b73e05 feat!: switch from buffer to uint8array (#1343)
BREAKING CHANGE:
Removes compatibility with `bip32` package from @stacks/wallet-sdk. Now all derivation methods only rely on HDKey from @scure/bip32.

BREAKING CHANGE:
To reduce the bundle sizes of applications using Stacks.js we are moving away from Buffer (a polyfill to match Node.js APIs) to Uint8Arrays (which Buffers use in the background anyway). To make the switch easier we have introduced a variety of methods for converting between strings and Uint8Arrays: `hexToBytes`, `bytesToHex`, `utf8ToBytes`, `bytesToUtf8`, `asciiToBytes`, `bytesToAscii`, and `concatBytes`.

Co-authored-by: janniks <janniks@users.noreply.github.com>
2022-09-30 11:35:58 +02:00
janniks
d33c84bc12 docs: update readme 2022-06-29 22:22:45 +02:00
janniks
e2bb34eec2 docs: fix readme 2022-06-15 17:35:54 +02:00
janniks
60a2643323 docs: update readme 2022-05-24 16:57:17 +02:00
janniks
715c6c3b0e docs: update readme 2022-05-24 16:57:17 +02:00
janniks
c1966f91e6 docs: update polyfilling section 2022-05-24 16:56:08 +02:00
janniks
b0d039671b docs: fix typo 2022-03-16 08:37:24 -05:00
janniks
26ffa15857 docs: add node version notes 2022-03-16 08:37:24 -05:00
janniks
6525c76012 docs: fix typo 2022-02-24 16:09:33 +01:00
janniks
9d90fb20e5 build: add browser polyfill (#1184)
* chore: update webpack configs

* feat!: move browsers to polyfilled umd bundle

* chore: bootstrap

* chore: update lerna

* chore: bootstrap

* chore: fix lerna warnings

* chore: cleanup

* chore: remove non-fallbacks

* chore: add missing polyfill

* chore: fix remaining builds

* chore: update build scripts

* chore: update package

* chore: umd2 to umd

* chore: test global this

* chore: test umd bundling with vue

* build: update shared webpack config for umd

* build: fix dist path

* wip ded :(  works, almost

* wip it fking works!

* reduce to minimum required

* give up on vite :(

* update configs

* update configs

* rename scripts

* delete vite esbuild inherits

* add readme

* add build step

* remove inline poly

* remove unneeded packages

* update packages

* add missing export (required by wallet-web)

* bootstrap

* consistentize naming

* every kb counts

* docs: add notes on package types

Co-authored-by: janniks <janniks@users.noreply.github.com>
2022-02-23 19:21:34 +01:00
janniks
9c90b45b53 chore: clean up project files (#1180)
* chore: reduce root files

* chore: format tests

* chore: fix blockstack stacks name

* chore: move files

* chore: update readme

* chore: update package

* chore: update dependecies

* chore: update dependencies

* chore: bootstrap

* chore: update linters

* chore: bootstrap

Co-authored-by: janniks <janniks@users.noreply.github.com>
2022-02-15 16:22:00 +01:00
janniks
c41833bb9e chore: fix test badge 2022-01-31 09:54:47 -05:00
janniks
318d99fdd4 chore: fix outdated links 2022-01-31 09:54:47 -05:00
AhsanJavaid
a34182f268 chore(readme): fix wallet-sdk and transactions readme 2021-09-07 11:15:40 -04:00
Reed Rosenbluth
86f27aed3c docs: update readme with link to new docs 2021-05-12 10:23:59 -04:00
Matthew Little
cfd76abe78 feat: use lerna hoisting for fast monorepo bootstrapping 2021-05-11 19:58:42 +02:00
Reed Rosenbluth
14e06827bd docs: add npm install to readme 2021-04-14 10:02:52 -04:00
Reed Rosenbluth
d0328dcf0b build: replace lerna commands with npm scripts 2021-04-13 16:32:06 -04:00
Reed Rosenbluth
3f60a8316f docs: add link to BNS package to readme 2021-04-13 16:32:06 -04:00
Reed Rosenbluth
4ab7f164bf readme changes 2021-02-16 15:55:13 -05:00
Reed Rosenbluth
036bf3713b add lerna and yarn install step 2021-02-12 10:33:39 -05:00
Ken Liao
f39a261d4a Update readme 2020-12-01 13:57:48 -05:00
Yukan
3690bb6c47 docs: update readme for stacking lib 2020-11-20 15:50:25 -05:00
Yukan
b1490744e9 fix: change readme links to absolute 2020-11-17 16:43:55 -05:00
Yukan
5a321ae41b docs: update README 2020-10-19 14:45:50 -04:00
Yukan
2b4f8c48e1 docs: update README 2020-10-19 14:44:22 -04:00
Yukan
e6651d20b4 docs: update README 2020-10-19 14:42:59 -04:00
kyranjamie
3aaf773791 fix: missing optional argument for input 'triplesecDecrypt' 2020-06-23 14:16:26 +02:00
Reed Rosenbluth
3d5c0dc040 release: v21.1.0 2020-06-05 13:44:05 -06:00
Ken
c21cae1fb6 release: v21.0.0 2020-03-25 15:09:55 -04:00
Matthew Little
8cf1e3d8a5 Update CHANGELOG, cleanup README 2019-12-20 11:45:12 -07:00
Matthew Little
0e87eeded2 Initial pass at calculating the expected ECIES payload size given the input data byte size 2019-12-10 17:13:50 -05:00
Matthew Little
8fb0f72e19 #710 Change dist file CDN sample generator to ignore prerelease versions 2019-10-01 12:10:19 -04:00
yknl
5e2b4de1ac Update readme.md to add pull request template ref 2019-08-22 10:18:38 -04:00
yknl
0c2859e22c Update readme.md for release checklist 2019-08-22 10:15:58 -04:00
Mary Anthony
1b790b0206 arghh
Signed-off-by: Mary Anthony <mary@blockstack.com>
2019-04-24 14:23:43 -07:00
Mary Anthony
de79e97dbd tweak
Signed-off-by: Mary Anthony <mary@blockstack.com>
2019-04-24 14:13:59 -07:00