-
Notifications
You must be signed in to change notification settings - Fork 41
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: near/borsh-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: near/borsh-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 11 files changed
- 3 contributors
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6a6838 - Browse repository at this point
Copy the full SHA b6a6838View commit details -
Fixed explanation of enums in README.md (#68)
Co-authored-by: Bo Yao <bo@near.org>
Configuration menu - View commit details
-
Copy full SHA for ccf0b00 - Browse repository at this point
Copy the full SHA ccf0b00View commit details -
Updated API with correct `serialize` / `deserialize` parameters
Configuration menu - View commit details
-
Copy full SHA for dc9ad87 - Browse repository at this point
Copy the full SHA dc9ad87View commit details
Commits on Nov 23, 2023
-
fix: ut8-string encode/decode (#76)
* fix: ut8-string encode/decode There was a bug by which we were storing the strings as unicode bytes instead of utf8 bytes. This was a bug since the specification clearly says that the encoding must be utf8. This commit fixes such bug using the TextEncode / TextDecode tools, which are widely supported by modern browsers and node versions. * fix: utf8 without TextEncoder/Decoder * more tests
Configuration menu - View commit details
-
Copy full SHA for abe2701 - Browse repository at this point
Copy the full SHA abe2701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a5482d - Browse repository at this point
Copy the full SHA 4a5482dView commit details -
Merge pull request #77 from near/fix-utils
feat: remove unnecesary utils
Configuration menu - View commit details
-
Copy full SHA for 50f5a18 - Browse repository at this point
Copy the full SHA 50f5a18View commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3783185 - Browse repository at this point
Copy the full SHA 3783185View commit details
There are no files selected for viewing