This website requires JavaScript.
94ca9dbb3e
improve gitignore and seafile-ignore
main
Luk
2024-04-24 14:17:20 +08:00
9d5de815b5
updated .gitignore and seafile-ignore.txt using npm/sysconfig/*-ignore-find2merge.sh
Luk
2024-01-28 12:16:28 +08:00
9003a0bc8f
update seafile-ignore.txt
Luk Lu
2023-09-12 14:20:18 +08:00
e43aa9ed80
update .gitignore to ignore *.gitignore.* instead of envar-*.gitignore.js
Luk Lu
2023-03-11 08:26:41 +08:00
2cd5a0045d
'add seafile-ignore.txt to every git repo'
Luk Lu
2023-01-12 20:09:31 +08:00
6f2943e8ca
update to standard .gitignore
Luk Lu
2022-12-10 19:12:11 +08:00
c5fd3932df
update [.gitignore] to ignore /unpackage/* except for !/unpackage/res/
Luk Lu
2022-10-06 20:06:01 +08:00
0453eab059
use standard [.gitignore] file
Luk Lu
2022-08-20 10:24:50 +08:00
9e7850e49b
rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'
luk.lu
2022-08-17 09:00:15 +08:00
bb8b1da5f5
rename seckey_to_pubkey to prikey_to_pubkey
luk.lu
2022-08-16 15:28:29 +08:00
6bcc378170
rename seckey to prikey
Luk Lu
2022-08-14 15:51:14 +08:00
bbba2589d5
把大多数ticc方法的参数类型统一为 { ... } 对象
luk.lu
2022-08-03 16:30:21 +08:00
94152ec736
rename ticc.sign/verify/encrypt/decrypt/hash to ticc.xxx_easy
luk.lu
2022-07-23 16:03:17 +08:00
0bc2108351
u
Luk Lu
2022-07-03 16:03:25 +08:00
07a88d9bc7
rename all libs from xxx.yyy to xxx-yyy
Luk Lu
2022-06-04 12:08:41 +08:00
aff70d43f7
切换到 sign({...}) 和 verify({...}) 调用参数
Luk Lu
2021-05-08 22:32:24 +08:00
fbf91171c3
change tic/tic.action to npm/tic.action
Luk Lu
2021-03-13 14:52:20 +08:00
37fd81f896
move to npm/tic.tool4chain
Luk Lu
2021-03-10 15:56:00 +08:00
96e48093d1
统一更新一批库的版本
Luk Lu
2020-10-31 12:12:09 +08:00
5207ba3cc4
add .gitignore
luk.lu
2019-10-24 20:56:39 +08:00
c777c10ff8
update packages to 20190714_release_passtoken
luk.lu
2019-07-14 12:33:09 +08:00
3d987c09e5
删除分号 ;
lk
2019-07-10 10:35:02 +08:00
8e38dfb330
[package.json] tic.action 指向 20190701_release_initDb
luk.lu
2019-07-01 13:07:20 +00:00
07379ea88a
更新绑定到 tic.action#20190427_fon2so
luk.lu
2019-04-27 10:01:15 +08:00
c3dc3fbc45
[netConfig.js] node.server port changed from 8888 to 60000. [eth.js] lint it to remove semicolons at line endings.
luk.lu
2019-04-18 18:04:25 +08:00
1e0567927e
[package.json] update to tic.action#20190418_RemovedNetnodeBroadcast
luk.lu
2019-04-18 12:19:51 +08:00
7b8490b361
更新到 tic.action#20190413_ActionReloaded
luk.lu
2019-04-13 15:34:03 +08:00
84c8d52932
[tic.js] rename Ticrypto to ticCrypto, so as to follow the same naming convention.
luk.lu
2019-04-12 14:26:41 +08:00
601d535b71
action.packMe(keypair)调用有个无关紧要的小错:输入参数是 {seckey, pubkey} 即可,不需要传入 address,因为 address 是 packMe 内部自己根据 pubkey 生成的。
luk.lu
2019-04-11 16:08:12 +08:00
c99bd5d238
更新引用至 tic.action: git+https://git.faronear.org/tic/tic.action#20190409_ActionFullName
luk.lu
2019-04-09 20:20:54 +08:00
47e5440528
Merge branch 'master' of https://git.faronear.org/tic/tic.tool4chain
luk.lu
2019-04-09 09:35:56 +08:00
ac2a97346e
重命名 ActTransfer 为 ActionTransfer,贯彻“全称命名”的规范,以尽可能消灭所有可能的歧义。
luk.lu
2019-04-09 09:35:07 +08:00
5ba298b31a
[netConfig.js] 升级TIC节点从http到https
luk.lu
2019-01-11 23:35:14 +08:00
cdc038b1a2
升级库版本到 #20190109_preview 供测试
luk.lu
2019-01-09 14:11:10 +08:00
6a9e98cbe2
[netConfig.js] TIC_NODE 从 'https://bank.bittic.net:8888/api ' 改为 'http://bank.bittic.net:8888/api '; [package.json] tool4chain 库名 改为 tic.tool4chain
luk.lu
2019-01-09 13:28:00 +08:00
f647747b0b
TIC_NODE 端口号改为 8888
luk.lu
2018-12-30 10:19:08 +08:00
9cf8386ce9
把 notcommon 分支合并进来,不再依赖 tic.common,而是依赖 tic.crypto 和 tic.action 的 20181205 版。
luk.lu
2018-12-06 09:56:13 +08:00
efa4788bc3
测试开分支,去除对 tic.common 的依赖,转成对 tic.crypto 和 tic.action
luk.lu
2018-11-27 11:41:48 +08:00
006219b7ee
步子小一点,先不改名,还是叫做 tool4chain,避免影响 tic.wallet 里的引用。
Luk.Lu
2018-10-10 11:08:04 +08:00
2085b20f74
名字写错了,从 tic.common 改为 tic.chain
Luk.Lu
2018-10-10 11:04:40 +08:00
16cca302b7
首次放到 git
Luk.Lu
2018-10-09 23:03:05 +08:00